List traffic filter claimed link id
List all of the traffic filter claimed link id.
Query parameters
-
region string
If provided limits the claimed id to that region only.
-
organization_id string
Retrieves a list of resources that are associated to the specified organization ID. It only takes effect if the user is an admin.
GET /deployments/traffic-filter/link-ids
curl \
-X GET https://api.elastic-cloud.com/api/v1/deployments/traffic-filter/link-ids
Response examples (200)
{
"claimed_link_ids": [
{
"link_id": "string",
"azure_endpoint_name": "string",
"azure_endpoint_guid": "string",
"region": "string"
}
]
}
Response examples (500)
# Headers
x-cloud-error-codes: traffic_filter_claimed_link_id.request_execution_failed
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}