Skip to content

Mapper

Mapper provides tools for creating, and retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-mapper-createUpdate OIDC mappers.
f5xc-api-tenantandidentity-mapper-getGet OIDC mappers.
ParameterDescriptionExample
nameOIDC provider name Name contains name/alias of underlying OIDC provider.example-resource
namespaceNamespace Namespace contains namespace of OIDC provider. Namespace should be system.system

Ask Claude to help you work with Mapper resources:

“Create a mapper named ‘example’ in the ‘production’ namespace”

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

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/custom/namespaces/$${PARAM}/oidc_providers/$${PARAM}/mappers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/custom/namespaces/$${PARAM}/oidc_providers/$${PARAM}/mappers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @mapper.json