A newer version is available. For the latest information, see the
current release documentation.
List traffic filter claimed link id
editList traffic filter claimed link id
editList all of the traffic filter claimed link id.
Request
editGET /api/v1/deployments/traffic-filter/link-ids
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
Retrieves a list of resources that are associated to the specified organization ID. It only takes effect if the user is an admin. |
|
|
N |
If provided limits the claimed id to that region only. |
Responses
edit-
200
-
The collection of traffic filter claimed link id
-
500
-
Error fetching traffic filter claimed link ids. (code:
traffic_filter_claimed_link_id.request_execution_failed
)Headers
-
x-cloud-error-codes
(string
; allowed values: [traffic_filter_claimed_link_id.request_execution_failed
]) - The error codes associated with the response
-
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments/traffic-filter/link-ids \ -H "Authorization: ApiKey $ECE_API_KEY"