Skip to content

ResourceType

ResourceType provides tools for listing, and retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-resourcetype-getGet supported resources type.
f5xc-api-tenantandidentity-resourcetype-listGet supported resources type.
ParameterDescriptionExample
idID x-required…-
ParameterDescriptionExample
excludedAttributesMembers”]” A multi-valued list of strings indicating the names of resource attributes…-

Ask Claude to help you work with ResourceType resources:

“List all ResourceTypes in the ‘production’ namespace”

“Get details of the ResourceType named ‘example’ in namespace ‘production‘“

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/scim/namespaces/system/v2/ResourceTypes" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/scim/namespaces/system/v2/ResourceTypes/${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"