Skip to content

Infraprotect Asn Prefix

List the set of infraprotect_asn_prefix in a namespace.

ToolDescription
f5xc-api-ddos-infraprotect-asn-prefix-createCreate DDoS transit Prefix.
f5xc-api-ddos-infraprotect-asn-prefix-getGET Infraprotect ASN Prefix.
f5xc-api-ddos-infraprotect-asn-prefix-listList Infraprotect ASN Prefix.
f5xc-api-ddos-infraprotect-asn-prefix-updateReplace DDoS transit Prefix.
f5xc-api-ddos-infraprotect-asn-prefix-deleteDELETE Infraprotect ASN Prefix.
ParameterDescriptionExample
metadata.namespaceNamespace-
nameName-
namespaceNamespace-
metadata.nameName-
ParameterDescriptionExample
response_formatThe format in which the configuration object is to be fetched. This could be for example-
label_filterA LabelSelectorType expression that every item in list response will satisfy.-
report_fieldsThe report_fields parameter-
report_status_fieldsThe report_status_fields parameter-

Ask Claude to help you work with Infraprotect Asn Prefix resources:

“Create a infraprotect-asn-prefix named ‘example’ in the ‘production’ namespace”

“List all infraprotect-asn-prefixs in the ‘production’ namespace”

“Get details of the infraprotect-asn-prefix named ‘example’ in namespace ‘production‘“

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/infraprotect_asn_prefixs" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/infraprotect_asn_prefixs/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/infraprotect_asn_prefixs" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @infraprotect_asn_prefix.json
# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/infraprotect_asn_prefixs/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"