Tool Registry
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The action to perform; must be "update-configurations".
update-configurationsAn array of registry IDs to update.
["registry-id-123","registry-id-456"]An array specifying the tools to update (must include "jenkins").
["jenkins"]Registry configurations updated successfully.
successConfirmation message.
The update operation has been completed.Log messages detailing the operation.
Echo of the request body for confirmation.
Bad request - Invalid or missing data.
Unauthorized - Authentication failed.
Method Not Allowed - Unsupported action or tool type.
Unprocessable Entity - Required data is missing.
Internal Server Error - An unexpected error occurred.
Last updated

