PUT
/
api
/
index-policy
/
policy
{
  "updatedIndices": 123,
  "failures": true,
  "failedIndices": [
    {
      "indexName": "<string>",
      "indexUuid": "<string>",
      "reason": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
snapshotActive
boolean
required
deleteAfter
string
required

Response

200 - */*
OK
updatedIndices
integer
failures
boolean
failedIndices
object[]