List traffic filter claimed link idedit

List all of the traffic filter claimed link id.

Requestedit

GET /api/v1/deployments/traffic-filter/link-ids

Query parametersedit

Name Type Required Description

organization_id

string

N

Retrieves a list of resources that are associated to the specified organization ID. It only takes effect if the user is an admin.

region

string

N

If provided limits the claimed id to that region only.

Responsesedit

200

(TrafficFilterClaimedLinkIds)

The collection of traffic filter claimed link id

500

(BasicFailedReply)

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 exampleedit

curl -XGET https://{{hostname}}/api/v1/deployments/traffic-filter/link-ids \
-H "Authorization: ApiKey $ECE_API_KEY"