Body Required
The specification for traffic filter claimed link id.
-
link_id string
Link id. A GCP private service connect ID or AWS VPC endpoint ID
-
azure_endpoint_name string
Name of the Azure Private Endpoint to allow connections from
-
azure_endpoint_guid string
Resource GUID of the Azure Private Endpoint to allow connections from
-
The claimed link id can be used only for traffic filter in the specific region
POST /deployments/traffic-filter/link-ids/_claim
curl \
-X POST https://api.elastic-cloud.com/api/v1/deployments/traffic-filter/link-ids/_claim \
-d '{"link_id":"string","azure_endpoint_name":"string","azure_endpoint_guid":"string","region":"string"}'
Request examples
{
"link_id": "string",
"azure_endpoint_name": "string",
"azure_endpoint_guid": "string",
"region": "string"
}
Response examples (201)
{
"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"
]
}
]
}