> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xdr-5-api/vulnerability-management/models.md).

# Models

## The ADVANCED\_IP\_MATCH\_RANGE object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"}}}}
```

## The ADVANCED\_NIP\_MATCH\_RANGE object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"}}}}
```

## The AND-Input object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"AND-Input":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Input":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"}}}}
```

## The AND-Output object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"AND-Output":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Output":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"}}}}
```

## The ActionCategory object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ActionCategory":{"type":"string","enum":["BLOCK","CREATE_ISSUE"],"title":"ActionCategory"}}}}
```

## The BlockBuild object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"BlockBuild":{"properties":{"action_type":{"type":"string","const":"BLOCK_BUILD","title":"Action Type","default":"BLOCK_BUILD"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockBuild"}}}}
```

## The BlockDeploy object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"BlockDeploy":{"properties":{"action_type":{"type":"string","const":"BLOCK_DEPLOY","title":"Action Type","default":"BLOCK_DEPLOY"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockDeploy"}}}}
```

## The CONTAINS object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"}}}}
```

## The CONTAINS\_IN\_LIST object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"}}}}
```

## The CreateIssue object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"CreateIssue":{"properties":{"action_type":{"type":"string","const":"CREATE_ISSUE","title":"Action Type","default":"CREATE_ISSUE"},"name":{"type":"string","title":"Name"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"CREATE_ISSUE","title":"Category","default":"CREATE_ISSUE"}},"type":"object","title":"CreateIssue"}}}}
```

## The CreatePolicy object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"CreatePolicy":{"properties":{"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"priority":{"type":"integer","title":"Priority"},"status":{"allOf":[{"$ref":"#/components/schemas/PolicyStatus"}],"default":"DISABLED"},"match_criteria":{"anyOf":[{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/EMPTY"}],"title":"Match Criteria"},"exclusion_criteria":{"anyOf":[{"$ref":"#/components/schemas/EMPTY"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"}],"title":"Exclusion Criteria"},"action":{"items":{"anyOf":[{"$ref":"#/components/schemas/BlockBuild"},{"$ref":"#/components/schemas/BlockDeploy"},{"$ref":"#/components/schemas/CreateIssue"}]},"type":"array","title":"Action"},"action_category":{"$ref":"#/components/schemas/ActionCategory"},"issue_type":{"type":"string","title":"Issue Type"},"severity":{"allOf":[{"$ref":"#/components/schemas/IssueSeverity"}],"title":"Severity"},"asset_group_scope":{"items":{"type":"integer"},"type":"array","title":"Asset Group Scope"},"policy_type":{"allOf":[{"$ref":"#/components/schemas/PolicyType"}],"default":"STANDARD_POLICY"}},"type":"object","required":["name","priority","match_criteria","action","action_category","asset_group_scope"],"title":"CreatePolicy"},"PolicyStatus":{"type":"string","enum":["ENABLED","DISABLED"],"title":"PolicyStatus"},"AND-Input":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Input":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"},"BlockBuild":{"properties":{"action_type":{"type":"string","const":"BLOCK_BUILD","title":"Action Type","default":"BLOCK_BUILD"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockBuild"},"BlockDeploy":{"properties":{"action_type":{"type":"string","const":"BLOCK_DEPLOY","title":"Action Type","default":"BLOCK_DEPLOY"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockDeploy"},"CreateIssue":{"properties":{"action_type":{"type":"string","const":"CREATE_ISSUE","title":"Action Type","default":"CREATE_ISSUE"},"name":{"type":"string","title":"Name"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"CREATE_ISSUE","title":"Category","default":"CREATE_ISSUE"}},"type":"object","title":"CreateIssue"},"ActionCategory":{"type":"string","enum":["BLOCK","CREATE_ISSUE"],"title":"ActionCategory"},"IssueSeverity":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFO","UNKNOWN","USE_CVE_SEVERITY"],"title":"IssueSeverity"},"PolicyType":{"type":"string","enum":["GLOBAL_EXCLUSION","STANDARD_POLICY"],"title":"PolicyType"}}}}
```

## The CreatePolicyResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"CreatePolicyResponse":{"properties":{"id":{"type":"string","format":"uuid","title":"Id"}},"type":"object","required":["id"],"title":"CreatePolicyResponse"}}}}
```

## The EMPTY object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"}}}}
```

## The EQ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"}}}}
```

## The Filter-Input object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"Filter-Input":{"properties":{"filter":{"anyOf":[{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/EMPTY"}],"title":"Filter"},"sort":{"items":{"$ref":"#/components/schemas/Sort"},"type":"array","title":"Sort"},"paging":{"allOf":[{"$ref":"#/components/schemas/Page"}],"title":"Paging"},"locked":{"anyOf":[{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/EMPTY"}],"title":"Locked","description":"\nFilter passed in from the application that is not intended to be modified by the user.\nBe aware that this field is not guaranteed to not be modified by the user.\n        "}},"type":"object","title":"Filter"},"AND-Input":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Input":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"},"Sort":{"properties":{"FIELD":{"type":"string","title":"Field"},"ORDER":{"type":"string","enum":["ASC","DESC"],"title":"Order"}},"type":"object","required":["FIELD","ORDER"],"title":"Sort"},"Page":{"properties":{"from":{"type":"integer","minimum":0,"title":"From"},"to":{"type":"integer","minimum":1,"title":"To"}},"type":"object","required":["from","to"],"title":"Page"}}}}
```

## The FromTo\_IPv4Address\_ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"}}}}
```

## The FromTo\_IPv6Address\_ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"}}}}
```

## The FromTo\_float\_ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"}}}}
```

## The FromTo\_int\_ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"}}}}
```

## The GT object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"}}}}
```

## The GTE object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"}}}}
```

## The GetDataRequest object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetDataRequest":{"properties":{"filter_data":{"$ref":"#/components/schemas/Filter-Input"}},"type":"object","required":["filter_data"],"title":"GetDataRequest"},"Filter-Input":{"properties":{"filter":{"anyOf":[{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/EMPTY"}],"title":"Filter"},"sort":{"items":{"$ref":"#/components/schemas/Sort"},"type":"array","title":"Sort"},"paging":{"allOf":[{"$ref":"#/components/schemas/Page"}],"title":"Paging"},"locked":{"anyOf":[{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/EMPTY"}],"title":"Locked","description":"\nFilter passed in from the application that is not intended to be modified by the user.\nBe aware that this field is not guaranteed to not be modified by the user.\n        "}},"type":"object","title":"Filter"},"AND-Input":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Input":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"},"Sort":{"properties":{"FIELD":{"type":"string","title":"Field"},"ORDER":{"type":"string","enum":["ASC","DESC"],"title":"Order"}},"type":"object","required":["FIELD","ORDER"],"title":"Sort"},"Page":{"properties":{"from":{"type":"integer","minimum":0,"title":"From"},"to":{"type":"integer","minimum":1,"title":"To"}},"type":"object","required":["from","to"],"title":"Page"}}}}
```

## The GetDataResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetDataResponse":{"properties":{"DATA":{"items":{},"type":"array","title":"Data"},"FILTER_COUNT":{"type":"integer","minimum":0,"title":"Filter Count"},"TOTAL_COUNT":{"type":"integer","minimum":0,"title":"Total Count"}},"type":"object","required":["DATA","FILTER_COUNT","TOTAL_COUNT"],"title":"GetDataResponse"}}}}
```

## The AssetInfo object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"AssetInfo":{"type":"object","title":"AssetInfo","description":"Information about an asset with vulnerabilities.","required":["vulnerabilities","last_seen"],"properties":{"ipv4":{"type":"array","items":{"type":"string","format":"ipv4"},"title":"IPv4","description":"IPv4 addresses used to identify this asset in the source system."},"vulnerabilities":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityInfo"},"title":"Vulnerabilities","description":"All vulnerabilities related to this asset."},"origin_asset_id":{"type":"string","title":"Origin Asset ID","description":"Unique ID generated by the source system. Used as a uniqueness constraint for future matching."},"asset_name":{"type":"string","title":"Asset Name","description":"Friendly name of the asset. If omitted, the platform may auto-generate a name from the FQDN, IPv4, or IPv6 address."},"ipv6":{"type":"array","items":{"type":"string","format":"ipv6"},"title":"IPv6","description":"IPv6 addresses used to identify this asset in the source system."},"fqdn":{"type":"array","items":{"type":"string"},"title":"FQDN","description":"FQDNs used to identify this asset in the source system."},"mac_address":{"type":"string","title":"MAC Address","description":"MAC address assigned to the asset in the source system."},"origin_tags":{"type":"array","items":{"type":"string"},"title":"Origin Tags","description":"Tags from the origin system. Stored in the platform tags field to allow ingesting additional asset context. Parsed as key/value pairs separated by colons."},"last_seen":{"type":"integer","title":"Last Seen","description":"Timestamp in milliseconds since epoch time (Unix time). Must be within the last 30 days from the current time. Older or future timestamps are rejected with HTTP 422."},"os_name":{"type":"string","title":"OS Name","description":"Operating system name of the asset."},"product":{"type":"string","title":"Product","description":"Product name installed on the asset."},"vendor":{"type":"string","title":"Vendor","description":"Vendor of the product installed on the asset."},"version":{"type":"string","title":"Version","description":"Version of the product installed on the asset."}}},"VulnerabilityInfo":{"type":"object","title":"VulnerabilityInfo","description":"Information about a vulnerability attached to an asset.","required":["vulnerability_id","last_seen"],"properties":{"vulnerability_id":{"type":"string","title":"Vulnerability ID","description":"CVE ID for the vulnerability. Typically follows the canonical CVE format (for example, `CVE-2024-12345`), but the API does not enforce this format and accepts any non-empty string identifier."},"last_seen":{"type":"integer","title":"Last Seen","description":"Timestamp in milliseconds since epoch time (Unix time). Must be within the last 30 days from the current time. Older or future timestamps are rejected with HTTP 422."},"port":{"type":"integer","title":"Port","description":"Port used for remote scanning. Must be a positive integer less than 65,535.","minimum":1,"maximum":65534},"protocol":{"type":"string","enum":["TCP","UDP"],"title":"Protocol","description":"Network protocol used during scanning."},"raw_output":{"type":"string","maxLength":2000,"title":"Raw Output","description":"Additional output from the scanner. Maximum 2,000 characters."},"confidence":{"type":"string","enum":["Potential","Confirmed"],"title":"Confidence","description":"Confidence level of the vulnerability finding."},"description":{"type":"string","title":"Description","description":"Description of the vulnerability."},"evidence":{"type":"string","title":"Evidence","description":"Evidence supporting the vulnerability finding."},"scan_name":{"type":"string","title":"Scan Name","description":"Name of the scan that detected this vulnerability."},"cve_id":{"type":"array","items":{"type":"string"},"title":"CVE ID","description":"List of CVE IDs associated with this vulnerability."}}}}}}
```

## The ImportJobResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ImportJobResponse":{"type":"object","title":"ImportJobResponse","description":"Status and metadata for a BYOS import job.","required":["job_id","created_timestamp","job_status"],"properties":{"job_id":{"type":"string","title":"Job ID","description":"Unique job ID. Use this value with the Get BYOS Import Job Status endpoint to poll for completion."},"created_timestamp":{"type":"string","format":"date-time","title":"Created Timestamp","description":"ISO 8601 timestamp of when the job was received."},"job_status":{"description":"Current status of the import job.","allOf":[{"$ref":"#/components/schemas/ImportJobStatus"}]},"last_updated":{"type":"string","format":"date-time","title":"Last Updated","description":"ISO 8601 timestamp of when the job was last updated."},"error_log":{"type":["string","null"],"title":"Error Log","description":"Error details if the job failed or completed with errors. May be `null` when there is no error."}}},"ImportJobStatus":{"type":"string","title":"ImportJobStatus","description":"Possible status values for a BYOS import job.","enum":["INITIATED","PROCESSING","COMPLETED","COMPLETED_WITH_ERRORS","FAILED"]}}}}
```

## The ImportJobStatus object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ImportJobStatus":{"type":"string","title":"ImportJobStatus","description":"Possible status values for a BYOS import job.","enum":["INITIATED","PROCESSING","COMPLETED","COMPLETED_WITH_ERRORS","FAILED"]}}}}
```

## The VulnerabilityInfo object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"VulnerabilityInfo":{"type":"object","title":"VulnerabilityInfo","description":"Information about a vulnerability attached to an asset.","required":["vulnerability_id","last_seen"],"properties":{"vulnerability_id":{"type":"string","title":"Vulnerability ID","description":"CVE ID for the vulnerability. Typically follows the canonical CVE format (for example, `CVE-2024-12345`), but the API does not enforce this format and accepts any non-empty string identifier."},"last_seen":{"type":"integer","title":"Last Seen","description":"Timestamp in milliseconds since epoch time (Unix time). Must be within the last 30 days from the current time. Older or future timestamps are rejected with HTTP 422."},"port":{"type":"integer","title":"Port","description":"Port used for remote scanning. Must be a positive integer less than 65,535.","minimum":1,"maximum":65534},"protocol":{"type":"string","enum":["TCP","UDP"],"title":"Protocol","description":"Network protocol used during scanning."},"raw_output":{"type":"string","maxLength":2000,"title":"Raw Output","description":"Additional output from the scanner. Maximum 2,000 characters."},"confidence":{"type":"string","enum":["Potential","Confirmed"],"title":"Confidence","description":"Confidence level of the vulnerability finding."},"description":{"type":"string","title":"Description","description":"Description of the vulnerability."},"evidence":{"type":"string","title":"Evidence","description":"Evidence supporting the vulnerability finding."},"scan_name":{"type":"string","title":"Scan Name","description":"Name of the scan that detected this vulnerability."},"cve_id":{"type":"array","items":{"type":"string"},"title":"CVE ID","description":"List of CVE IDs associated with this vulnerability."}}}}}}
```

## The VulnerableAssetImportRequest object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"VulnerableAssetImportRequest":{"type":"object","title":"VulnerableAssetImportRequest","description":"Request body for importing vulnerable assets from an external scanner.","required":["vendor","product","assets"],"properties":{"vendor":{"type":"string","title":"Vendor","description":"Vulnerability scanner vendor. Examples: `TENABLE`, `QUALYS`, `RAPID7_VM`, `RAPID7_CLOUD`."},"product":{"type":"string","title":"Product","description":"Product name associated with the vulnerabilities."},"version":{"type":"string","title":"Version","description":"Product version, used for `(vendor, product, version)` CVE mapping."},"assets":{"type":"array","minItems":1,"items":{"$ref":"#/components/schemas/AssetInfo"},"title":"Assets","description":"List of assets with their vulnerability findings. Must contain at least one asset."}}},"AssetInfo":{"type":"object","title":"AssetInfo","description":"Information about an asset with vulnerabilities.","required":["vulnerabilities","last_seen"],"properties":{"ipv4":{"type":"array","items":{"type":"string","format":"ipv4"},"title":"IPv4","description":"IPv4 addresses used to identify this asset in the source system."},"vulnerabilities":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityInfo"},"title":"Vulnerabilities","description":"All vulnerabilities related to this asset."},"origin_asset_id":{"type":"string","title":"Origin Asset ID","description":"Unique ID generated by the source system. Used as a uniqueness constraint for future matching."},"asset_name":{"type":"string","title":"Asset Name","description":"Friendly name of the asset. If omitted, the platform may auto-generate a name from the FQDN, IPv4, or IPv6 address."},"ipv6":{"type":"array","items":{"type":"string","format":"ipv6"},"title":"IPv6","description":"IPv6 addresses used to identify this asset in the source system."},"fqdn":{"type":"array","items":{"type":"string"},"title":"FQDN","description":"FQDNs used to identify this asset in the source system."},"mac_address":{"type":"string","title":"MAC Address","description":"MAC address assigned to the asset in the source system."},"origin_tags":{"type":"array","items":{"type":"string"},"title":"Origin Tags","description":"Tags from the origin system. Stored in the platform tags field to allow ingesting additional asset context. Parsed as key/value pairs separated by colons."},"last_seen":{"type":"integer","title":"Last Seen","description":"Timestamp in milliseconds since epoch time (Unix time). Must be within the last 30 days from the current time. Older or future timestamps are rejected with HTTP 422."},"os_name":{"type":"string","title":"OS Name","description":"Operating system name of the asset."},"product":{"type":"string","title":"Product","description":"Product name installed on the asset."},"vendor":{"type":"string","title":"Vendor","description":"Vendor of the product installed on the asset."},"version":{"type":"string","title":"Version","description":"Version of the product installed on the asset."}}},"VulnerabilityInfo":{"type":"object","title":"VulnerabilityInfo","description":"Information about a vulnerability attached to an asset.","required":["vulnerability_id","last_seen"],"properties":{"vulnerability_id":{"type":"string","title":"Vulnerability ID","description":"CVE ID for the vulnerability. Typically follows the canonical CVE format (for example, `CVE-2024-12345`), but the API does not enforce this format and accepts any non-empty string identifier."},"last_seen":{"type":"integer","title":"Last Seen","description":"Timestamp in milliseconds since epoch time (Unix time). Must be within the last 30 days from the current time. Older or future timestamps are rejected with HTTP 422."},"port":{"type":"integer","title":"Port","description":"Port used for remote scanning. Must be a positive integer less than 65,535.","minimum":1,"maximum":65534},"protocol":{"type":"string","enum":["TCP","UDP"],"title":"Protocol","description":"Network protocol used during scanning."},"raw_output":{"type":"string","maxLength":2000,"title":"Raw Output","description":"Additional output from the scanner. Maximum 2,000 characters."},"confidence":{"type":"string","enum":["Potential","Confirmed"],"title":"Confidence","description":"Confidence level of the vulnerability finding."},"description":{"type":"string","title":"Description","description":"Description of the vulnerability."},"evidence":{"type":"string","title":"Evidence","description":"Evidence supporting the vulnerability finding."},"scan_name":{"type":"string","title":"Scan Name","description":"Name of the scan that detected this vulnerability."},"cve_id":{"type":"array","items":{"type":"string"},"title":"CVE ID","description":"List of CVE IDs associated with this vulnerability."}}}}}}
```

## The VulnerableAssetImportResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"VulnerableAssetImportResponse":{"type":"object","title":"VulnerableAssetImportResponse","description":"Response for a successful vulnerable asset import. Returns counts and the async job identifier needed to poll for completion.","required":["assets_count","vulnerabilities_count","job_id","job_status"],"properties":{"assets_count":{"type":"integer","title":"Assets Count","description":"Total number of assets accepted in the import request."},"vulnerabilities_count":{"type":"integer","title":"Vulnerabilities Count","description":"Total number of vulnerabilities accepted across all assets in the import request."},"job_id":{"type":"string","format":"uuid","title":"Job ID","description":"Unique identifier for the async import job. Use this value with the Get BYOS Import Job Status endpoint to poll for completion."},"job_status":{"description":"Initial status of the import job. Will be `INITIATED` immediately after a successful POST.","allOf":[{"$ref":"#/components/schemas/ImportJobStatus"}]}}},"ImportJobStatus":{"type":"string","title":"ImportJobStatus","description":"Possible status values for a BYOS import job.","enum":["INITIATED","PROCESSING","COMPLETED","COMPLETED_WITH_ERRORS","FAILED"]}}}}
```

## The HTTPValidationError object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
```

## The IN object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"}}}}
```

## The IS\_EMPTY object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"}}}}
```

## The IS\_NOT object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"}}}}
```

## The IssueSeverity object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"IssueSeverity":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFO","UNKNOWN","USE_CVE_SEVERITY"],"title":"IssueSeverity"}}}}
```

## The LIKE\_ANY object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"}}}}
```

## The LT object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"}}}}
```

## The LTE object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"}}}}
```

## The NCONTAINS object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"}}}}
```

## The NEQ object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"}}}}
```

## The NIN object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"}}}}
```

## The NIS\_EMPTY object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"}}}}
```

## The NOT\_CONTAINS\_IN\_LIST object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"}}}}
```

## The OR-Input object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"OR-Input":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"AND-Input":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Input"},{"$ref":"#/components/schemas/AND-Input"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"}}}}
```

## The OR-Output object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"OR-Output":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"AND-Output":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"}}}}
```

## The Page object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"Page":{"properties":{"from":{"type":"integer","minimum":0,"title":"From"},"to":{"type":"integer","minimum":1,"title":"To"}},"type":"object","required":["from","to"],"title":"Page"}}}}
```

## The PolicyStatus object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"PolicyStatus":{"type":"string","enum":["ENABLED","DISABLED"],"title":"PolicyStatus"}}}}
```

## The PolicyType object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"PolicyType":{"type":"string","enum":["GLOBAL_EXCLUSION","STANDARD_POLICY"],"title":"PolicyType"}}}}
```

## The PolicyView object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"PolicyView":{"properties":{"PRIORITY":{"type":"integer","title":"Priority"},"ID":{"type":"string","format":"uuid","title":"Id"},"NAME":{"type":"string","title":"Name"},"STATUS":{"type":"string","title":"Status"},"MATCH_CRITERIA":{"anyOf":[{"$ref":"#/components/schemas/EMPTY"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/OR-Output"}],"title":"Match Criteria"},"EXCLUSIONS":{"anyOf":[{"$ref":"#/components/schemas/EMPTY"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/OR-Output"}],"title":"Exclusions"},"SEVERITY":{"allOf":[{"$ref":"#/components/schemas/IssueSeverity"}],"title":"Severity"},"OPEN_ISSUES":{"type":"integer","title":"Open Issues"},"ESTIMATED_MATCH_COUNT":{"type":"integer","title":"Estimated Match Count"},"DESCRIPTION":{"type":"string","title":"Description"},"MODIFIED_BY":{"type":"string","title":"Modified By"},"MODIFIED_TIMESTAMP":{"type":"string","format":"date-time","title":"Modified Timestamp"},"ACTION":{"items":{"anyOf":[{"$ref":"#/components/schemas/BlockBuild"},{"$ref":"#/components/schemas/BlockDeploy"},{"$ref":"#/components/schemas/CreateIssue"}]},"type":"array","title":"Action"},"ACTION_CATEGORY":{"$ref":"#/components/schemas/ActionCategory"},"ASSET_GROUP_SCOPE":{"items":{"type":"integer"},"type":"array","title":"Asset Group Scope"},"POLICY_TYPE":{"allOf":[{"$ref":"#/components/schemas/PolicyType"}],"default":"STANDARD_POLICY"}},"type":"object","required":["PRIORITY","ID","NAME","STATUS","MATCH_CRITERIA","EXCLUSIONS","OPEN_ISSUES","ESTIMATED_MATCH_COUNT","DESCRIPTION","MODIFIED_BY","MODIFIED_TIMESTAMP","ACTION","ACTION_CATEGORY"],"title":"PolicyView"},"EMPTY":{"properties":{},"additionalProperties":false,"type":"object","title":"EMPTY"},"AND-Output":{"properties":{"AND":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"And"}},"type":"object","required":["AND"],"title":"AND"},"EQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"EQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"EQ"},"NEQ":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NEQ","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"string"},{"type":"integer"},{"type":"number"},{"type":"boolean"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NEQ"},"IS_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"boolean","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IS_NOT"},"IN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"IN"},"NIN":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIN","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"items":{"type":"integer"},"type":"array"},{"items":{"type":"number"},"type":"array"},{"items":{"type":"boolean"},"type":"array"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NIN"},"CONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS"},"NCONTAINS":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NCONTAINS","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NCONTAINS"},"CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"CONTAINS_IN_LIST"},"NOT_CONTAINS_IN_LIST":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NOT_CONTAINS_IN_LIST","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"NOT_CONTAINS_IN_LIST"},"GT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GT"},"LT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LT","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LT"},"GTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"GTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"GTE"},"LTE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LTE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"type":"integer"},{"type":"number"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LTE"},"IS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"IS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"IS_EMPTY"},"NIS_EMPTY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"NIS_EMPTY","title":"Search Type"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE"],"title":"NIS_EMPTY"},"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"},"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"},"LIKE_ANY":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"LIKE_ANY","title":"Search Type"},"SEARCH_VALUE":{"items":{"type":"string"},"type":"array","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"LIKE_ANY"},"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."},"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"},"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"},"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"},"ADVANCED_IP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_IP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_IP_MATCH_RANGE"},"FromTo_IPv4Address_":{"properties":{"from":{"type":"string","format":"ipv4","title":"From"},"to":{"type":"string","format":"ipv4","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv4Address]"},"FromTo_IPv6Address_":{"properties":{"from":{"type":"string","format":"ipv6","title":"From"},"to":{"type":"string","format":"ipv6","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[IPv6Address]"},"ADVANCED_NIP_MATCH_RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"ADVANCED_NIP_MATCH_RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_IPv4Address_"},{"$ref":"#/components/schemas/FromTo_IPv6Address_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"ADVANCED_NIP_MATCH_RANGE"},"OR-Output":{"properties":{"OR":{"items":{"oneOf":[{"oneOf":[{"$ref":"#/components/schemas/EQ"},{"$ref":"#/components/schemas/NEQ"},{"$ref":"#/components/schemas/IS_NOT"},{"$ref":"#/components/schemas/IN"},{"$ref":"#/components/schemas/NIN"},{"$ref":"#/components/schemas/CONTAINS"},{"$ref":"#/components/schemas/NCONTAINS"},{"$ref":"#/components/schemas/CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/NOT_CONTAINS_IN_LIST"},{"$ref":"#/components/schemas/GT"},{"$ref":"#/components/schemas/LT"},{"$ref":"#/components/schemas/GTE"},{"$ref":"#/components/schemas/LTE"},{"$ref":"#/components/schemas/IS_EMPTY"},{"$ref":"#/components/schemas/NIS_EMPTY"},{"$ref":"#/components/schemas/WILDCARD"},{"$ref":"#/components/schemas/WILDCARD_NOT"},{"$ref":"#/components/schemas/LIKE_ANY"},{"$ref":"#/components/schemas/RELATIVE_TIMESTAMP"},{"$ref":"#/components/schemas/RANGE"},{"$ref":"#/components/schemas/REGEX"},{"$ref":"#/components/schemas/REGEX_NOT"},{"$ref":"#/components/schemas/ADVANCED_IP_MATCH_RANGE"},{"$ref":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE"}],"discriminator":{"propertyName":"SEARCH_TYPE","mapping":{"ADVANCED_IP_MATCH_RANGE":"#/components/schemas/ADVANCED_IP_MATCH_RANGE","ADVANCED_NIP_MATCH_RANGE":"#/components/schemas/ADVANCED_NIP_MATCH_RANGE","CONTAINS":"#/components/schemas/CONTAINS","CONTAINS_IN_LIST":"#/components/schemas/CONTAINS_IN_LIST","EQ":"#/components/schemas/EQ","GT":"#/components/schemas/GT","GTE":"#/components/schemas/GTE","IN":"#/components/schemas/IN","IS_EMPTY":"#/components/schemas/IS_EMPTY","IS_NOT":"#/components/schemas/IS_NOT","LIKE_ANY":"#/components/schemas/LIKE_ANY","LT":"#/components/schemas/LT","LTE":"#/components/schemas/LTE","NCONTAINS":"#/components/schemas/NCONTAINS","NEQ":"#/components/schemas/NEQ","NIN":"#/components/schemas/NIN","NIS_EMPTY":"#/components/schemas/NIS_EMPTY","NOT_CONTAINS_IN_LIST":"#/components/schemas/NOT_CONTAINS_IN_LIST","RANGE":"#/components/schemas/RANGE","REGEX":"#/components/schemas/REGEX","REGEX_NOT":"#/components/schemas/REGEX_NOT","RELATIVE_TIMESTAMP":"#/components/schemas/RELATIVE_TIMESTAMP","WILDCARD":"#/components/schemas/WILDCARD","WILDCARD_NOT":"#/components/schemas/WILDCARD_NOT"}}},{"$ref":"#/components/schemas/OR-Output"},{"$ref":"#/components/schemas/AND-Output"},{"$ref":"#/components/schemas/EMPTY"}]},"type":"array","title":"Or"}},"type":"object","required":["OR"],"title":"OR"},"IssueSeverity":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFO","UNKNOWN","USE_CVE_SEVERITY"],"title":"IssueSeverity"},"BlockBuild":{"properties":{"action_type":{"type":"string","const":"BLOCK_BUILD","title":"Action Type","default":"BLOCK_BUILD"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockBuild"},"BlockDeploy":{"properties":{"action_type":{"type":"string","const":"BLOCK_DEPLOY","title":"Action Type","default":"BLOCK_DEPLOY"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"BLOCK","title":"Category","default":"BLOCK"}},"type":"object","title":"BlockDeploy"},"CreateIssue":{"properties":{"action_type":{"type":"string","const":"CREATE_ISSUE","title":"Action Type","default":"CREATE_ISSUE"},"name":{"type":"string","title":"Name"},"take_action":{"type":"boolean","title":"Take Action","default":true},"category":{"type":"string","const":"CREATE_ISSUE","title":"Category","default":"CREATE_ISSUE"}},"type":"object","title":"CreateIssue"},"ActionCategory":{"type":"string","enum":["BLOCK","CREATE_ISSUE"],"title":"ActionCategory"},"PolicyType":{"type":"string","enum":["GLOBAL_EXCLUSION","STANDARD_POLICY"],"title":"PolicyType"}}}}
```

## The RANGE object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"RANGE":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RANGE","title":"Search Type"},"SEARCH_VALUE":{"anyOf":[{"$ref":"#/components/schemas/FromTo_int_"},{"$ref":"#/components/schemas/FromTo_float_"}],"title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RANGE"},"FromTo_int_":{"properties":{"from":{"type":"integer","title":"From"},"to":{"type":"integer","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[int]"},"FromTo_float_":{"properties":{"from":{"type":"number","title":"From"},"to":{"type":"number","title":"To"}},"type":"object","required":["from","to"],"title":"FromTo[float]"}}}}
```

## The ScanRequest object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ScanRequest":{"description":"Request model for triggering a vulnerability scan","properties":{"asset_id":{"type":"string","minLength":1,"title":"Asset Id","description":"The unique identifier of the asset to scan"},"scanner_type":{"allOf":[{"$ref":"#/components/schemas/ScannerType"}],"description":"The type of scanner to use for the scan"},"cve_id":{"type":"string","title":"Cve Id","description":"CVE identifier (e.g., 'CVE-2024-1234'). Required when scanner_type is CORTEX_NETWORK_SCANNER, optional for other scanner types."},"scan_target":{"type":"string","enum":["CONTAINER","HOST","IMAGE"],"title":"Scan Target","description":"Scan Target  (e.g., 'CONTAINER' or 'HOST' or 'IMAGE'). Required when scanner_type is CORTEX_XDR_AGENT and its Linux endpoint, optional for other scanner types."}},"type":"object","required":["asset_id","scanner_type"],"title":"ScanRequest"},"ScannerType":{"description":"Type of vulnerability scanner","type":"string","enum":["CORTEX_NETWORK_SCANNER","CORTEX_XDR_AGENT","CORTEX_XDR_AGENTLESS"],"title":"ScannerType"}}}}
```

## The ScanResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ScanResponse":{"description":"Response model for scan trigger operation","properties":{"message":{"type":"string","title":"Message"},"scan_id":{"type":"integer","title":"Scan Id"}},"type":"object","required":["message"],"title":"ScanResponse"}}}}
```

## The ScannerType object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ScannerType":{"description":"Type of vulnerability scanner","type":"string","enum":["CORTEX_NETWORK_SCANNER","CORTEX_XDR_AGENT","CORTEX_XDR_AGENTLESS"],"title":"ScannerType"}}}}
```

## The REGEX object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"REGEX":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX"}}}}
```

## The REGEX\_NOT object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"REGEX_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"REGEX_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"REGEX_NOT"}}}}
```

## The RELATIVE\_TIMESTAMP object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"RELATIVE_TIMESTAMP":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"RELATIVE_TIMESTAMP","title":"Search Type"},"SEARCH_VALUE":{"type":"integer","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"RELATIVE_TIMESTAMP","description":"The value is after or equal to the server time minus the SEARCH_VALUE.\n\nThe server uses its current UTC time in milliseconds when evaluating.\nThis means repeated evaluation of the same message can\ntheoretically produce different results if they fall within\na millisecond window."}}}}
```

## The Sort object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"Sort":{"properties":{"FIELD":{"type":"string","title":"Field"},"ORDER":{"type":"string","enum":["ASC","DESC"],"title":"Order"}},"type":"object","required":["FIELD","ORDER"],"title":"Sort"}}}}
```

## The ValidationError object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
```

## The WILDCARD object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"WILDCARD":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD"}}}}
```

## The WILDCARD\_NOT object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"WILDCARD_NOT":{"properties":{"SEARCH_FIELD":{"type":"string","title":"Search Field"},"SEARCH_TYPE":{"type":"string","const":"WILDCARD_NOT","title":"Search Type"},"SEARCH_VALUE":{"type":"string","title":"Search Value"}},"type":"object","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"title":"WILDCARD_NOT"}}}}
```

## The FilterTriplet object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FilterTriplet":{"type":"object","description":"A single filter condition consisting of a field name, comparison operator, and value.","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"properties":{"SEARCH_FIELD":{"type":"string","description":"Field name to filter on."},"SEARCH_TYPE":{"type":"string","description":"Comparison operator.","enum":["EQ","NEQ","GTE","LTE","CONTAINS","NOT_CONTAINS","IN","NOT_IN","RELATIVE_TIMESTAMP"]},"SEARCH_VALUE":{"description":"Value to compare against. Type depends on the field.","oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}}]}}}}}}
```

## The FilterBlock object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FilterBlock":{"type":"object","description":"Logical filter block. Supports AND / OR connectors with a list of `FilterTriplet` objects.","properties":{"AND":{"type":"array","items":{"$ref":"#/components/schemas/FilterTriplet"}},"OR":{"type":"array","items":{"$ref":"#/components/schemas/FilterTriplet"}}}},"FilterTriplet":{"type":"object","description":"A single filter condition consisting of a field name, comparison operator, and value.","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"properties":{"SEARCH_FIELD":{"type":"string","description":"Field name to filter on."},"SEARCH_TYPE":{"type":"string","description":"Comparison operator.","enum":["EQ","NEQ","GTE","LTE","CONTAINS","NOT_CONTAINS","IN","NOT_IN","RELATIVE_TIMESTAMP"]},"SEARCH_VALUE":{"description":"Value to compare against. Type depends on the field.","oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}}]}}}}}}
```

## The FindingsSortObject object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FindingsSortObject":{"type":"object","description":"Sort criterion for vulnerability findings.","required":["FIELD","ORDER"],"properties":{"FIELD":{"type":"string","description":"Field to sort by. Allowed values: `EPSS_SCORE`, `CVSS_SCORE`, `CORTEX_VULNERABILITY_RISK_SCORE`."},"ORDER":{"type":"string","enum":["ASC","DESC"]}}}}}}
```

## The VulnerabilityFinding object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"VulnerabilityFinding":{"type":"object","description":"A single vulnerability finding record representing one CVE on one asset. Only publicly allowed fields are returned.","properties":{"platform_id":{"type":"string","description":"Unique platform identifier for this finding."},"asset_id":{"type":"string","description":"Unique asset identifier (SHA-256 hash)."},"asset_name":{"type":"string","description":"Name of the affected asset."},"asset_type":{"type":"string","description":"Type of the asset (e.g. SERVICE, HOST)."},"asset_type_class":{"type":"string","description":"High-level classification of the asset type."},"asset_category":{"type":"string","description":"Category of the asset (e.g. Cloud, Service, Endpoint)."},"asset_group_ids":{"type":"array","items":{"type":"string"},"description":"Asset group identifiers the asset belongs to."},"type_id":{"type":"string","description":"Internal numeric type identifier for the asset."},"cve_id":{"type":"string","description":"CVE identifier."},"cve_description":{"type":"string","description":"Full description of the CVE vulnerability."},"cve_publish_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the CVE was published."},"published_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was published."},"cvss_score":{"type":"number","format":"float","description":"CVSS base score (0–10)."},"cvss_severity":{"type":"string","description":"CVSS severity rating.","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFORMATIONAL","UNKNOWN"]},"epss_score":{"type":"number","format":"float","description":"EPSS probability score (0–1)."},"cortex_vulnerability_risk_score":{"type":"number","format":"float","nullable":true,"description":"Cortex-computed composite risk score for this finding. Null if not yet calculated."},"cve_risk_factors":{"type":"array","items":{"type":"string"},"description":"List of risk factor labels associated with the CVE."},"has_kev":{"type":"boolean","description":"Whether the CVE is in the CISA Known Exploited Vulnerabilities (KEV) catalog."},"exploitable":{"type":"boolean","description":"Whether the vulnerability is considered exploitable."},"exploit_level":{"type":"string","description":"Exploit maturity level.","enum":["WEAPONIZED","POC","NO_KNOWN_EXPLOIT","NONE","UNKNOWN"]},"fix_available":{"type":"boolean","description":"Whether a fix is available for this finding."},"fix_versions":{"type":"array","items":{"type":"string"},"description":"List of versions that contain a fix for this CVE."},"fix_date":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when a fix became available. Null if no fix date is known."},"affected_software":{"type":"string","nullable":true,"description":"Name of the affected software component. Null if not applicable."},"internet_exposed":{"type":"boolean","description":"Whether the asset is exposed to the internet."},"ipv4_addresses":{"type":"array","items":{"type":"string"},"description":"IPv4 addresses associated with the asset."},"ipv6_addresses":{"type":"array","items":{"type":"string"},"description":"IPv6 addresses associated with the asset."},"operating_system":{"type":"string","nullable":true,"description":"Operating system of the asset. Null if not detected."},"os_family":{"type":"string","nullable":true,"description":"OS family of the asset (e.g. Windows, Linux). Null if not detected."},"location":{"type":"string","nullable":true,"description":"Geographic or logical location of the asset. Null if not available."},"provider":{"type":"string","description":"Infrastructure provider for the asset (e.g. ON_PREM, AWS, GCP, AZURE)."},"finding_sources":{"type":"array","items":{"type":"string"},"description":"List of sources that detected this finding."},"source_tags":{"type":"array","items":{"type":"string"},"description":"Tags applied by the detection source."},"has_issue":{"type":"boolean","description":"Whether an issue has been raised for this finding."},"issue_id":{"type":"string","nullable":true,"description":"Identifier of the associated issue, if any."},"remediation":{"type":"string","nullable":true,"description":"Remediation guidance for this finding. Null if not available."},"package_in_use":{"type":"boolean","nullable":true,"description":"Whether the affected package is actively in use on the asset. Null if not applicable."},"package_version":{"type":"string","nullable":true,"description":"Version of the affected package. Null if not applicable."},"package_type":{"type":"string","nullable":true,"description":"Type of the affected package (e.g. npm, pip, deb). Null if not applicable."},"package_purl":{"type":"string","nullable":true,"description":"Package URL (PURL) for the affected package. Null if not applicable."},"package_licenses":{"type":"array","items":{"type":"string"},"description":"Licenses associated with the affected package."},"package_author":{"type":"string","nullable":true,"description":"Author of the affected package. Null if not applicable."},"package_symbols":{"type":"array","items":{"type":"string"},"description":"Symbols exported by the affected package."},"package_file_creation_time":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when the package file was created. Null if not applicable."},"origin_package_name":{"type":"string","nullable":true,"description":"Name of the originating package. Null if not applicable."},"file_path":{"type":"string","nullable":true,"description":"File path of the affected package on the asset. Null if not applicable."},"application_version":{"type":"string","nullable":true,"description":"Version of the affected application. Null if not applicable."},"image":{"type":"string","nullable":true,"description":"Container image identifier. Null if not a container finding."},"image_name":{"type":"string","nullable":true,"description":"Container image name. Null if not a container finding."},"layer_id":{"type":"string","nullable":true,"description":"Container image layer identifier. Null if not a container finding."},"derived_from_base_image":{"type":"boolean","nullable":true,"description":"Whether the finding originates from a base image layer. Null if not applicable."},"is_derived":{"type":"boolean","description":"Whether this finding is derived from another finding."},"is_root":{"type":"boolean","nullable":true,"description":"Whether this is a root-level finding. Null if not applicable."},"volume_asset_id":{"type":"string","nullable":true,"description":"Asset ID of the associated volume. Null if not applicable."},"volume_path":{"type":"string","nullable":true,"description":"Path within the volume. Null if not applicable."},"partition_id":{"type":"string","nullable":true,"description":"Partition identifier. Null if not applicable."},"partition_id_type":{"type":"string","nullable":true,"description":"Type of the partition identifier. Null if not applicable."},"disk_name":{"type":"string","nullable":true,"description":"Disk name associated with the finding. Null if not applicable."},"first_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was first observed."},"last_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was last observed."}}}}}}
```

## The GetVulnerabilityFindingsRequest object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetVulnerabilityFindingsRequest":{"type":"object","description":"Request body for paginated vulnerability findings search.","properties":{"request_data":{"type":"object","description":"Search parameters.","properties":{"filter":{"allOf":[{"$ref":"#/components/schemas/FilterBlock"}],"description":"Optional filter block. Filterable fields: `ASSET_NAME`, `ASSET_GROUP_IDS`, `ASSET_CATEGORY`, `CVE_ID`, `CVSS_SEVERITY`, `PLATFORM_ID`, `FIX_AVAILABLE`, `PACKAGE_IN_USE`, `HAS_KEV`, `EXPLOIT_LEVEL`, `EPSS_SCORE`, `INTERNET_EXPOSED`, `FIRST_OBSERVED`, `LAST_OBSERVED`."},"sort":{"type":"array","items":{"$ref":"#/components/schemas/FindingsSortObject"},"description":"Optional sort criteria. Sortable fields: `EPSS_SCORE`, `CVSS_SCORE`, `CORTEX_VULNERABILITY_RISK_SCORE`."},"next_page_token":{"type":"string","description":"Opaque token returned by a previous response to fetch the next page. Omit on the first request."}}}}},"FilterBlock":{"type":"object","description":"Logical filter block. Supports AND / OR connectors with a list of `FilterTriplet` objects.","properties":{"AND":{"type":"array","items":{"$ref":"#/components/schemas/FilterTriplet"}},"OR":{"type":"array","items":{"$ref":"#/components/schemas/FilterTriplet"}}}},"FilterTriplet":{"type":"object","description":"A single filter condition consisting of a field name, comparison operator, and value.","required":["SEARCH_FIELD","SEARCH_TYPE","SEARCH_VALUE"],"properties":{"SEARCH_FIELD":{"type":"string","description":"Field name to filter on."},"SEARCH_TYPE":{"type":"string","description":"Comparison operator.","enum":["EQ","NEQ","GTE","LTE","CONTAINS","NOT_CONTAINS","IN","NOT_IN","RELATIVE_TIMESTAMP"]},"SEARCH_VALUE":{"description":"Value to compare against. Type depends on the field.","oneOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":"string"}}]}}},"FindingsSortObject":{"type":"object","description":"Sort criterion for vulnerability findings.","required":["FIELD","ORDER"],"properties":{"FIELD":{"type":"string","description":"Field to sort by. Allowed values: `EPSS_SCORE`, `CVSS_SCORE`, `CORTEX_VULNERABILITY_RISK_SCORE`."},"ORDER":{"type":"string","enum":["ASC","DESC"]}}}}}}
```

## The GetVulnerabilityFindingsResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetVulnerabilityFindingsResponse":{"type":"object","description":"Paginated response containing vulnerability findings.","properties":{"reply":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityFinding"}},"filter_count":{"type":"integer","description":"Total number of findings matching the applied filter."},"total_count":{"type":"integer","description":"Total number of findings across all filters."},"next_page_token":{"type":"string","description":"Present only when additional pages exist. Pass this value as `next_page_token` in the next request."}}}}},"VulnerabilityFinding":{"type":"object","description":"A single vulnerability finding record representing one CVE on one asset. Only publicly allowed fields are returned.","properties":{"platform_id":{"type":"string","description":"Unique platform identifier for this finding."},"asset_id":{"type":"string","description":"Unique asset identifier (SHA-256 hash)."},"asset_name":{"type":"string","description":"Name of the affected asset."},"asset_type":{"type":"string","description":"Type of the asset (e.g. SERVICE, HOST)."},"asset_type_class":{"type":"string","description":"High-level classification of the asset type."},"asset_category":{"type":"string","description":"Category of the asset (e.g. Cloud, Service, Endpoint)."},"asset_group_ids":{"type":"array","items":{"type":"string"},"description":"Asset group identifiers the asset belongs to."},"type_id":{"type":"string","description":"Internal numeric type identifier for the asset."},"cve_id":{"type":"string","description":"CVE identifier."},"cve_description":{"type":"string","description":"Full description of the CVE vulnerability."},"cve_publish_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the CVE was published."},"published_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was published."},"cvss_score":{"type":"number","format":"float","description":"CVSS base score (0–10)."},"cvss_severity":{"type":"string","description":"CVSS severity rating.","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFORMATIONAL","UNKNOWN"]},"epss_score":{"type":"number","format":"float","description":"EPSS probability score (0–1)."},"cortex_vulnerability_risk_score":{"type":"number","format":"float","nullable":true,"description":"Cortex-computed composite risk score for this finding. Null if not yet calculated."},"cve_risk_factors":{"type":"array","items":{"type":"string"},"description":"List of risk factor labels associated with the CVE."},"has_kev":{"type":"boolean","description":"Whether the CVE is in the CISA Known Exploited Vulnerabilities (KEV) catalog."},"exploitable":{"type":"boolean","description":"Whether the vulnerability is considered exploitable."},"exploit_level":{"type":"string","description":"Exploit maturity level.","enum":["WEAPONIZED","POC","NO_KNOWN_EXPLOIT","NONE","UNKNOWN"]},"fix_available":{"type":"boolean","description":"Whether a fix is available for this finding."},"fix_versions":{"type":"array","items":{"type":"string"},"description":"List of versions that contain a fix for this CVE."},"fix_date":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when a fix became available. Null if no fix date is known."},"affected_software":{"type":"string","nullable":true,"description":"Name of the affected software component. Null if not applicable."},"internet_exposed":{"type":"boolean","description":"Whether the asset is exposed to the internet."},"ipv4_addresses":{"type":"array","items":{"type":"string"},"description":"IPv4 addresses associated with the asset."},"ipv6_addresses":{"type":"array","items":{"type":"string"},"description":"IPv6 addresses associated with the asset."},"operating_system":{"type":"string","nullable":true,"description":"Operating system of the asset. Null if not detected."},"os_family":{"type":"string","nullable":true,"description":"OS family of the asset (e.g. Windows, Linux). Null if not detected."},"location":{"type":"string","nullable":true,"description":"Geographic or logical location of the asset. Null if not available."},"provider":{"type":"string","description":"Infrastructure provider for the asset (e.g. ON_PREM, AWS, GCP, AZURE)."},"finding_sources":{"type":"array","items":{"type":"string"},"description":"List of sources that detected this finding."},"source_tags":{"type":"array","items":{"type":"string"},"description":"Tags applied by the detection source."},"has_issue":{"type":"boolean","description":"Whether an issue has been raised for this finding."},"issue_id":{"type":"string","nullable":true,"description":"Identifier of the associated issue, if any."},"remediation":{"type":"string","nullable":true,"description":"Remediation guidance for this finding. Null if not available."},"package_in_use":{"type":"boolean","nullable":true,"description":"Whether the affected package is actively in use on the asset. Null if not applicable."},"package_version":{"type":"string","nullable":true,"description":"Version of the affected package. Null if not applicable."},"package_type":{"type":"string","nullable":true,"description":"Type of the affected package (e.g. npm, pip, deb). Null if not applicable."},"package_purl":{"type":"string","nullable":true,"description":"Package URL (PURL) for the affected package. Null if not applicable."},"package_licenses":{"type":"array","items":{"type":"string"},"description":"Licenses associated with the affected package."},"package_author":{"type":"string","nullable":true,"description":"Author of the affected package. Null if not applicable."},"package_symbols":{"type":"array","items":{"type":"string"},"description":"Symbols exported by the affected package."},"package_file_creation_time":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when the package file was created. Null if not applicable."},"origin_package_name":{"type":"string","nullable":true,"description":"Name of the originating package. Null if not applicable."},"file_path":{"type":"string","nullable":true,"description":"File path of the affected package on the asset. Null if not applicable."},"application_version":{"type":"string","nullable":true,"description":"Version of the affected application. Null if not applicable."},"image":{"type":"string","nullable":true,"description":"Container image identifier. Null if not a container finding."},"image_name":{"type":"string","nullable":true,"description":"Container image name. Null if not a container finding."},"layer_id":{"type":"string","nullable":true,"description":"Container image layer identifier. Null if not a container finding."},"derived_from_base_image":{"type":"boolean","nullable":true,"description":"Whether the finding originates from a base image layer. Null if not applicable."},"is_derived":{"type":"boolean","description":"Whether this finding is derived from another finding."},"is_root":{"type":"boolean","nullable":true,"description":"Whether this is a root-level finding. Null if not applicable."},"volume_asset_id":{"type":"string","nullable":true,"description":"Asset ID of the associated volume. Null if not applicable."},"volume_path":{"type":"string","nullable":true,"description":"Path within the volume. Null if not applicable."},"partition_id":{"type":"string","nullable":true,"description":"Partition identifier. Null if not applicable."},"partition_id_type":{"type":"string","nullable":true,"description":"Type of the partition identifier. Null if not applicable."},"disk_name":{"type":"string","nullable":true,"description":"Disk name associated with the finding. Null if not applicable."},"first_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was first observed."},"last_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was last observed."}}}}}}
```

## The GetVulnerabilityFindingByIdResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetVulnerabilityFindingByIdResponse":{"type":"object","description":"Response containing a single vulnerability finding by platform ID.","properties":{"reply":{"type":"object","properties":{"data":{"type":"array","minItems":1,"maxItems":1,"items":{"$ref":"#/components/schemas/VulnerabilityFinding"}}}}}},"VulnerabilityFinding":{"type":"object","description":"A single vulnerability finding record representing one CVE on one asset. Only publicly allowed fields are returned.","properties":{"platform_id":{"type":"string","description":"Unique platform identifier for this finding."},"asset_id":{"type":"string","description":"Unique asset identifier (SHA-256 hash)."},"asset_name":{"type":"string","description":"Name of the affected asset."},"asset_type":{"type":"string","description":"Type of the asset (e.g. SERVICE, HOST)."},"asset_type_class":{"type":"string","description":"High-level classification of the asset type."},"asset_category":{"type":"string","description":"Category of the asset (e.g. Cloud, Service, Endpoint)."},"asset_group_ids":{"type":"array","items":{"type":"string"},"description":"Asset group identifiers the asset belongs to."},"type_id":{"type":"string","description":"Internal numeric type identifier for the asset."},"cve_id":{"type":"string","description":"CVE identifier."},"cve_description":{"type":"string","description":"Full description of the CVE vulnerability."},"cve_publish_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the CVE was published."},"published_date":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was published."},"cvss_score":{"type":"number","format":"float","description":"CVSS base score (0–10)."},"cvss_severity":{"type":"string","description":"CVSS severity rating.","enum":["CRITICAL","HIGH","MEDIUM","LOW","INFORMATIONAL","UNKNOWN"]},"epss_score":{"type":"number","format":"float","description":"EPSS probability score (0–1)."},"cortex_vulnerability_risk_score":{"type":"number","format":"float","nullable":true,"description":"Cortex-computed composite risk score for this finding. Null if not yet calculated."},"cve_risk_factors":{"type":"array","items":{"type":"string"},"description":"List of risk factor labels associated with the CVE."},"has_kev":{"type":"boolean","description":"Whether the CVE is in the CISA Known Exploited Vulnerabilities (KEV) catalog."},"exploitable":{"type":"boolean","description":"Whether the vulnerability is considered exploitable."},"exploit_level":{"type":"string","description":"Exploit maturity level.","enum":["WEAPONIZED","POC","NO_KNOWN_EXPLOIT","NONE","UNKNOWN"]},"fix_available":{"type":"boolean","description":"Whether a fix is available for this finding."},"fix_versions":{"type":"array","items":{"type":"string"},"description":"List of versions that contain a fix for this CVE."},"fix_date":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when a fix became available. Null if no fix date is known."},"affected_software":{"type":"string","nullable":true,"description":"Name of the affected software component. Null if not applicable."},"internet_exposed":{"type":"boolean","description":"Whether the asset is exposed to the internet."},"ipv4_addresses":{"type":"array","items":{"type":"string"},"description":"IPv4 addresses associated with the asset."},"ipv6_addresses":{"type":"array","items":{"type":"string"},"description":"IPv6 addresses associated with the asset."},"operating_system":{"type":"string","nullable":true,"description":"Operating system of the asset. Null if not detected."},"os_family":{"type":"string","nullable":true,"description":"OS family of the asset (e.g. Windows, Linux). Null if not detected."},"location":{"type":"string","nullable":true,"description":"Geographic or logical location of the asset. Null if not available."},"provider":{"type":"string","description":"Infrastructure provider for the asset (e.g. ON_PREM, AWS, GCP, AZURE)."},"finding_sources":{"type":"array","items":{"type":"string"},"description":"List of sources that detected this finding."},"source_tags":{"type":"array","items":{"type":"string"},"description":"Tags applied by the detection source."},"has_issue":{"type":"boolean","description":"Whether an issue has been raised for this finding."},"issue_id":{"type":"string","nullable":true,"description":"Identifier of the associated issue, if any."},"remediation":{"type":"string","nullable":true,"description":"Remediation guidance for this finding. Null if not available."},"package_in_use":{"type":"boolean","nullable":true,"description":"Whether the affected package is actively in use on the asset. Null if not applicable."},"package_version":{"type":"string","nullable":true,"description":"Version of the affected package. Null if not applicable."},"package_type":{"type":"string","nullable":true,"description":"Type of the affected package (e.g. npm, pip, deb). Null if not applicable."},"package_purl":{"type":"string","nullable":true,"description":"Package URL (PURL) for the affected package. Null if not applicable."},"package_licenses":{"type":"array","items":{"type":"string"},"description":"Licenses associated with the affected package."},"package_author":{"type":"string","nullable":true,"description":"Author of the affected package. Null if not applicable."},"package_symbols":{"type":"array","items":{"type":"string"},"description":"Symbols exported by the affected package."},"package_file_creation_time":{"type":"integer","format":"int64","nullable":true,"description":"Unix timestamp (milliseconds) when the package file was created. Null if not applicable."},"origin_package_name":{"type":"string","nullable":true,"description":"Name of the originating package. Null if not applicable."},"file_path":{"type":"string","nullable":true,"description":"File path of the affected package on the asset. Null if not applicable."},"application_version":{"type":"string","nullable":true,"description":"Version of the affected application. Null if not applicable."},"image":{"type":"string","nullable":true,"description":"Container image identifier. Null if not a container finding."},"image_name":{"type":"string","nullable":true,"description":"Container image name. Null if not a container finding."},"layer_id":{"type":"string","nullable":true,"description":"Container image layer identifier. Null if not a container finding."},"derived_from_base_image":{"type":"boolean","nullable":true,"description":"Whether the finding originates from a base image layer. Null if not applicable."},"is_derived":{"type":"boolean","description":"Whether this finding is derived from another finding."},"is_root":{"type":"boolean","nullable":true,"description":"Whether this is a root-level finding. Null if not applicable."},"volume_asset_id":{"type":"string","nullable":true,"description":"Asset ID of the associated volume. Null if not applicable."},"volume_path":{"type":"string","nullable":true,"description":"Path within the volume. Null if not applicable."},"partition_id":{"type":"string","nullable":true,"description":"Partition identifier. Null if not applicable."},"partition_id_type":{"type":"string","nullable":true,"description":"Type of the partition identifier. Null if not applicable."},"disk_name":{"type":"string","nullable":true,"description":"Disk name associated with the finding. Null if not applicable."},"first_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was first observed."},"last_observed":{"type":"integer","format":"int64","description":"Unix timestamp (milliseconds) when the finding was last observed."}}}}}}
```

## The TimeframeAbsolute object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"TimeframeAbsolute":{"type":"object","description":"Absolute time range (both fields required together).","required":["from","to"],"properties":{"from":{"type":"integer","format":"int64","description":"Start of the timeframe as a Unix timestamp in **milliseconds**."},"to":{"type":"integer","format":"int64","description":"End of the timeframe as a Unix timestamp in **milliseconds**."}}}}}}
```

## The GetVulnerabilityFindingsSnapshotRequest object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"GetVulnerabilityFindingsSnapshotRequest":{"type":"object","description":"Request parameters for the vulnerability findings snapshot export.","properties":{"limit":{"type":"integer","description":"Maximum number of rows to return. Omit for the full dataset."},"timeframe":{"allOf":[{"$ref":"#/components/schemas/TimeframeAbsolute"}],"description":"Optional XQL timeframe using an absolute range (`from` + `to`). When omitted the server's default lookback window is used."}}},"TimeframeAbsolute":{"type":"object","description":"Absolute time range (both fields required together).","required":["from","to"],"properties":{"from":{"type":"integer","format":"int64","description":"Start of the timeframe as a Unix timestamp in **milliseconds**."},"to":{"type":"integer","format":"int64","description":"End of the timeframe as a Unix timestamp in **milliseconds**."}}}}}}
```

## The FindingsErrorResponse object

```json
{"openapi":"3.1.0","info":{"title":"Vulnerability Management APIs","version":"Cortex XDR 5.1"},"components":{"schemas":{"FindingsErrorResponse":{"type":"object","description":"Standard error response for vulnerability findings endpoints.","properties":{"reply":{"type":"object","properties":{"err_code":{"type":"integer"},"err_msg":{"type":"string"},"err_extra":{"type":"string"}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xdr-5-api/vulnerability-management/models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
