Resynchronize allocator
Immediately synchronizes the allocator information in the back-end search index and caches.
Path parameters
-
The allocator identifier.
POST /platform/infrastructure/allocators/{allocator_id}/_resync
curl \
-X POST https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/_resync
Response examples (200)
{}
Response examples (500)
# Headers
x-cloud-error-codes: allocators.resync_failed
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}