Resynchronize runners
Asynchronously synchronizes all runner information in the search index.
Query parameters
-
skip_matching_version boolean
When true, skips the document indexing when the version matches the in-memory copy.
Default value is
true
.
POST /platform/infrastructure/runners/_resync
curl \
-X POST https://{{hostname}}/api/v1/platform/infrastructure/runners/_resync
Response examples (202)
{
"results": {
"additionalProperty1": {
"created": [
"string"
],
"updated": [
"string"
],
"deleted": [
"string"
],
"errors": [
"string"
]
},
"additionalProperty2": {
"created": [
"string"
],
"updated": [
"string"
],
"deleted": [
"string"
],
"errors": [
"string"
]
}
}
}