This commit is contained in:
a2a-platform
2026-06-27 01:03:51 +00:00
commit 32a091211f
38 changed files with 135479 additions and 0 deletions

46
skills/dr/SKILL.md Normal file
View File

@@ -0,0 +1,46 @@
---
name: dr-routes
description: Handle 4 OpenAPI operation(s) under /api/v1/dr for the dr route group.
---
# dr API Routes
Handle 4 OpenAPI operation(s) under /api/v1/dr for the dr route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### start_org_failback
- Operation ID: `start_org_failback`
- Route: `POST /api/v1/dr/failback`
- Mode: WRITE
- Summary: Start the failback of your org
- Body: JSON request body accepted.
### start_org_failover
- Operation ID: `start_org_failover`
- Route: `POST /api/v1/dr/failover`
- Mode: WRITE
- Summary: Start the failover of your org
- Body: JSON request body accepted.
### get_dr_status
- Operation ID: `get_dr_status`
- Route: `GET /api/v1/dr/status`
- Mode: READ
- Summary: Retrieve the disaster recovery status for all domains
### get_dr_status_for_domain
- Operation ID: `get_dr_status_for_domain`
- Route: `GET /api/v1/dr/status/{domain}`
- Mode: READ
- Summary: Retrieve the disaster recovery status for a domain
- Parameters:
- `domain` in `path` required