Get Scan Raw Data
GET {{baseUrl}}/web/api/v2.1/private/ranger/scan-data?targetSubnet=ex&totalDiscoveredIps__gt=ex&createdAt__lte=ex&totalFirewalledIps__gt=ex&agentUuid=ex&totalDiscoveredIps__lt=ex&createdAt__gte=ex&totalFirewalledIps__lt=ex&sourceSubnet=ex&agentIp=ex&accountIds=ex&gatewayId=ex
Get the data of a Ranger scan. This command requires a Global Admin user or Support.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
targetSubnet | string | The scanned subnet | |
totalDiscoveredIps__gt | string | Total discovered IPs | |
createdAt__lte | string | Scan report end time. Example: "2018-02-27T04:49:26.257525Z". | |
totalFirewalledIps__gt | string | Total firewalled IPs | |
agentUuid | string | Agent UUID | |
totalDiscoveredIps__lt | string | Total discovered IPs | |
createdAt__gte | string | Scan report start time. Example: "2018-02-27T04:49:26.257525Z". | |
totalFirewalledIps__lt | string | Total firewalled IPs | |
sourceSubnet | string | The subnet it was scanned from | |
agentIp | string | Agent IP | |
accountIds | string | List of Account IDs to filter by. Example: "225494730938493804,225494730938493915". | |
gatewayId | string | Gateway id. Example: "225494730938493804". |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |