API Definitions Without Shared
API Definitions Without Shared provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-api-api-definitions-without-shared-list | List Available API Definitions. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace namespace is used to GET available API Definitions for the given namespace. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with API Definitions Without Shared resources:
List API Definitions Without Shareds
Section titled “List API Definitions Without Shareds”“List all api-definitions-without-shareds in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/api_definitions_without_shared" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"