System Agent Events
2 operations.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/agents/{coordinator}/events | List retained discoverable System Agent events |
| POST | /api/v1/agents/{coordinator}/events/rebaseline | Create a discoverable System Agent event-tail baseline |
List retained discoverable System Agent events
GET/api/v1/agents/{coordinator}/events
Parameters
path
| Name | Type | Required | Description |
|---|---|---|---|
| coordinator | string | required | Identifies the coordinator agent by its canonical name. Applies to List retained discoverable System Agent events. |
query
| Name | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Opaque cursor returned by the previous page; omit it to read the first page. Applies to List retained discoverable System Agent events. |
| limit | integer | optional | Sets the maximum number of resources returned in this page. Applies to List retained discoverable System Agent events. |
Responses
| Status | Description | Body |
|---|---|---|
| 200 | Response for status 200 | application/json object
|
| 400 | The request is malformed or cannot be processed. | application/json PublicApiError
|
| 401 | Authentication failed. Possible reasons: - Authorization header is not provided - Invalid API key - Session expired | application/json PublicApiError
|
| 403 | Access denied. The authenticated user does not have permission to perform this action. | application/json PublicApiError
|
| 404 | Resource not found. | application/json PublicApiError
|
| 409 | Request conflicts with current state of the resource, including safe deployment conflict classifications. | application/json PublicApiError
|
| 422 | Request validation failed. Check the request body, query parameters, or path parameters. | application/json PublicApiError
|
| 500 | The server could not complete the request. | application/json PublicApiError
|
Create a discoverable System Agent event-tail baseline
POST/api/v1/agents/{coordinator}/events/rebaseline
Parameters
path
| Name | Type | Required | Description |
|---|---|---|---|
| coordinator | string | required | Identifies the coordinator agent by its canonical name. Applies to Create a discoverable System Agent event-tail baseline. |
Responses
| Status | Description | Body |
|---|---|---|
| 200 | Response for status 200 | application/json object
|
| 400 | The request is malformed or cannot be processed. | application/json PublicApiError
|
| 401 | Authentication failed. Possible reasons: - Authorization header is not provided - Invalid API key - Session expired | application/json PublicApiError
|
| 403 | Access denied. The authenticated user does not have permission to perform this action. | application/json PublicApiError
|
| 404 | Resource not found. | application/json PublicApiError
|
| 409 | Request conflicts with current state of the resource, including safe deployment conflict classifications. | application/json PublicApiError
|
| 422 | Request validation failed. Check the request body, query parameters, or path parameters. | application/json PublicApiError
|
| 500 | The server could not complete the request. | application/json PublicApiError
|