Lineaje
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 full container image reference including registry, repository, and tag.
docker.io/library/nginx:1.21.0The container registry URL (optional if included in image reference).
docker.ioThe target tag for the patched image.
1.21.0-patchedThe vulnerability scanner type to use.
trivyExample: trivyPossible values: Patching operation initiated successfully
Status of the operation
successDescriptive message about the operation
Image patching initiated successfullyUnique identifier to track the patching operation
550e8400-e29b-41d4-a716-446655440000Bad Request - Invalid or missing input data
Unauthorized - Authentication failed or insufficient permissions
Internal Server Error - Patching operation failed
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 unique identifier returned from the image patch initiation request.
550e8400-e29b-41d4-a716-446655440000Successfully retrieved patching operation status
Overall response status
successCurrent status of the patching operation
completedPossible values: Descriptive message about the current status
Image patching completed successfullyThe reference to the patched image (available when completed)
docker.io/library/nginx:1.21.0-patchedPercentage of completion (0-100)
100Timestamp when the patching operation started
2026-01-19T10:30:00ZTimestamp when the patching operation completed (if finished)
2026-01-19T10:35:00ZBad Request - Invalid UUID format
Unauthorized - Authentication failed or insufficient permissions
Not Found - Patching operation not found for the given UUID
Internal Server Error - Failed to retrieve status
Last updated

