Interlaken
API referenceManaged servicesManaged services

Rotate a managed service's admin password: applied to the engine, written to its Secret, and pushed into every attached workload's connection URL. Returns the new credentials

POST
/api/v1/managed-services/{id}/credentials/rotate

Requires the managed_services:update permission.

Authorization

AuthorizationBearer <token>

An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/managed-services/string/credentials/rotate"
{  "endpoint": "string",  "engine": "string",  "password": "string",  "refreshed_attachments": 0,  "secret_name": "string",  "secret_namespace": "string",  "username": "string"}