TL;DR
- Use when: Finding operation IDs, monitoring
- Returns: List of operations with status
- Cost: No VM needed
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | 100 | Max operations to return |
status | string | No | null | Filter by status |
kind | string | No | null | Filter by kind |
since | string | No | null | Created after |
Response
Examples
List Running
List by Kind
See Also
- get_operation - Get single operation
- cancel_operation - Cancel operation