Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles

List all CPU and memory thresholds profiles

List all CPU and memory thresholds profiles.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles
/policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyFirewallCpuMemThresholdsProfileListResult+

Example Response:

{ "results": [ { "resource_type" : "PolicyFirewallCpuMemThresholdsProfile", "id" : "default", "display_name" : "default-cpu-mem-thresholds-profile", "path" : "/infra/settings/firewall/cpu-mem-thresholds-profiles/default", "parent_path" : "/infra", "relative_path" : "default", "cpu_threshold_percentage" : 10, "mem_threshold_percentage" : 20 "_create_user" : "admin", "_create_time" : 1517403652195, "_last_modified_user" : "admin", "_last_modified_time" : 1517403652195, "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_revision" : 1 } ], "result_count": 1, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_security_profiles

Additional Errors: