Analyze For Deletion
Analyze For Deletion provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-analyze-for-deletion-create | Analyze For Deletion. |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
object_identifier
Section titled “object_identifier”| Option | Description | Recommended |
|---|---|---|
namespace_name_identifier | Namespace name identifier | |
object_uid | Object uid |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Analyze For Deletion resources:
Create Analyze For Deletion
Section titled “Create Analyze For Deletion”“Create a analyze-for-deletion named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/custom/namespaces/system/user_groups/analyze_for_deletion" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @analyze_for_deletion.json