- Home
- F5 Distributed Cloud Tools
- Features
- Resource Management
Resource Management
Browsing Resources
Section titled “Browsing Resources”The Resources tree view displays resources organized by domain and category. Expand a category to see resource types, then expand a type to list individual resources in your namespace.
Creating Resources
Section titled “Creating Resources”- Right-click a resource type in the tree and select Create.
- A JSON editor opens with a schema-validated template.
- Fill in the required fields (IntelliSense provides auto-completion).
- Save the file to submit the resource to the F5 XC API.
Editing Resources
Section titled “Editing Resources”- Click a resource in the tree to open it in the editor.
- Modify fields with full IntelliSense support.
- Save to push changes to the API.
Deleting Resources
Section titled “Deleting Resources”- Right-click a resource and select Delete.
- Confirm the deletion (configurable via
f5xc.confirmDeleteandf5xc.deleteConfirmationLevel).