Policy > Security > Security Profiles > Flood Protection Profiles

List Flood Protection Profiles

API will list all Flood Protection Profiles bindings.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>/bindings
/policy/api/v1/global-infra/flood-protection-profiles/<flood-protection-profile-id>/bindings
Request Headers:
n/a
Query Parameters:
ProfileBindingListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/flood-protection-profiles/profile-1/bindings

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "resource_type": "FloodProtectionProfileBindingMap", "description": "", "name": "default", "id": "default", "display_name": "default", "path": "/infra/tier-0s/my-t0/flood-protection-profile-bindings/default", "relative_path": "default", "profile_path" : "/infra/flood-protection-profiles/profile-1", "_create_user": "admin", "_create_time": 1516657975538, "_last_modified_user": "admin", "_last_modified_time": 1517353711231, "_system_owned": false, "_revision": 1 } ] }

Required Permissions:

read

Feature:

policy_security_profiles

Additional Errors: