Retrieve a risk profile list
Resource Name:
/api/v1/security_zones/get_profiles_list
Request Method: GET
Authentication: Cookie with session ID
Header Requirements:
| Element | Type | Description |
|---|---|---|
|
Mandatory |
String | Session ID returned in Login request. |
Response:
| Element | Type | Description |
|---|---|---|
|
|
Array of String | List of risk profile Excel file names for use in get_zones request. |
| status |
String |
One of the following:
|
| message |
String |
An error message returned when request fails. |
Request example
curl --cookie "PHPSESSID=g4mgnv4cno9ivt7rclmhmejj27" https://<IP:Port>/afa/api/v1/security_zones/get_profiles_list
Response example
[ "spreadsheet_2.xlsx", "1.xlsx" ]