get_all_pods
Retrieve all pods from a specified Cisco collection to manage and access pod information for deployment and configuration tasks.
Instructions
Get all pods from a specific collection. Works with any collection name like ciscolivepods, coelabpods, testpods, etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name (e.g., ciscolivepods, coelabpods, testpods) |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"description": "Collection name (e.g., ciscolivepods, coelabpods, testpods)",
"type": "string"
}
},
"required": [
"collection"
],
"type": "object"
}