List traffic filter claimed link id

edit

List all of the traffic filter claimed link id.

Request

edit

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

Query parameters

edit
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.

Responses

edit
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 example

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