Back to Rivet

RunnersApi

engine/sdks/rust/api-full/rust/docs/RunnersApi.md

2.3.42.2 KB
Original Source

\RunnersApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
runners_listGET /runners
runners_list_namesGET /runners/names## Datacenter Round Trips

runners_list

models::RunnersListResponse runners_list(namespace, name, runner_ids, runner_id, include_stopped, limit, cursor)

Parameters

NameTypeDescriptionRequiredNotes
namespaceString[required]
nameOption<String>
runner_idsOption<String>Deprecated.
runner_idOption<Vec<String>>
include_stoppedOption<bool>
limitOption<i32>
cursorOption<String>

Return type

models::RunnersListResponse

Authorization

bearer_auth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

runners_list_names

models::RunnersListNamesResponse runners_list_names(namespace, limit, cursor)

Datacenter Round Trips

2 round trips: - GET /runners/names (fanout) - [api-peer] namespace::ops::resolve_for_name_global

Parameters

NameTypeDescriptionRequiredNotes
namespaceString[required]
limitOption<i32>
cursorOption<String>

Return type

models::RunnersListNamesResponse

Authorization

bearer_auth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]