Files
okta-management-openapi-agent/skills/device-posture-checks/SKILL.md
a2a-platform 32a091211f deploy
2026-06-27 01:03:51 +00:00

65 lines
1.9 KiB
Markdown

---
name: device-posture-checks-routes
description: Handle 6 OpenAPI operation(s) under /api/v1/device-posture-checks for the device posture checks route group.
---
# device posture checks API Routes
Handle 6 OpenAPI operation(s) under /api/v1/device-posture-checks for the device posture checks 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
### list_device_posture_checks
- Operation ID: `list_device_posture_checks`
- Route: `GET /api/v1/device-posture-checks`
- Mode: READ
- Summary: List all device posture checks
### create_device_posture_check
- Operation ID: `create_device_posture_check`
- Route: `POST /api/v1/device-posture-checks`
- Mode: WRITE
- Summary: Create a device posture check
- Body: JSON request body accepted.
### list_default_device_posture_checks
- Operation ID: `list_default_device_posture_checks`
- Route: `GET /api/v1/device-posture-checks/default`
- Mode: READ
- Summary: List all default device posture checks
### get_device_posture_check
- Operation ID: `get_device_posture_check`
- Route: `GET /api/v1/device-posture-checks/{postureCheckId}`
- Mode: READ
- Summary: Retrieve a device posture check
- Parameters:
- `postureCheckId` in `path` required
### replace_device_posture_check
- Operation ID: `replace_device_posture_check`
- Route: `PUT /api/v1/device-posture-checks/{postureCheckId}`
- Mode: WRITE
- Summary: Replace a device posture check
- Parameters:
- `postureCheckId` in `path` required
- Body: JSON request body accepted.
### delete_device_posture_check
- Operation ID: `delete_device_posture_check`
- Route: `DELETE /api/v1/device-posture-checks/{postureCheckId}`
- Mode: WRITE
- Summary: Delete a device posture check
- Parameters:
- `postureCheckId` in `path` required