engine/sdks/rust/api-full/rust/docs/RunnersApi.md
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| runners_list | GET /runners | |
| runners_list_names | GET /runners/names | ## Datacenter Round Trips |
models::RunnersListResponse runners_list(namespace, name, runner_ids, runner_id, include_stopped, limit, cursor)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| namespace | String | [required] | ||
| name | Option<String> | |||
| runner_ids | Option<String> | Deprecated. | ||
| runner_id | Option<Vec<String>> | |||
| include_stopped | Option<bool> | |||
| limit | Option<i32> | |||
| cursor | Option<String> |
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::RunnersListNamesResponse runners_list_names(namespace, limit, cursor)
2 round trips: - GET /runners/names (fanout) - [api-peer] namespace::ops::resolve_for_name_global
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| namespace | String | [required] | ||
| limit | Option<i32> | |||
| cursor | Option<String> |
models::RunnersListNamesResponse
[Back to top] [Back to API list] [Back to Model list] [Back to README]