Operations
Operations provide functionality to manage API operations discovered for a service, including listing, creating, updating, and deleting operations, as well as managing tags for organizing operations.
Data model
domain | string | The domain for the operation. Required. | |
id | string | The unique identifier of the discovered operation. Required. Read-only. | |
last_seen_at | string | The timestamp when the operation was last seen in traffic. Read-only. | |
method | string | The HTTP method for the operation. Required. | |
path | string | The path for the operation, which may include path parameters. Required. | |
rps | number | Requests per second observed for this operation. Read-only. | |
updated_at | string | The timestamp when the operation was last updated. Read-only. | |
created_at | string | The timestamp when the operation was created. Read-only. | |
description | string | A description of what the operation does. | |
status | string | The status of the operation. Read-only. | |
tag_ids | array | An array of operation tag IDs associated with this operation. | |
count | integer | The number of operations associated with this operation tag. Read-only. | |
name | string | The name of the operation tag. | |
reason | string | Error reason if the operation failed. | |
status_code | integer | HTTP status code for this operation. | |
operation_ids | array | List of operation IDs to add tags to. | |
operations | array | List of operations to create. |