Pipeline Parameters
Key Features
Common Use Cases
Parameter Structure
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 MongoDB ObjectId of the pipeline
602242ea6fc729aa1de8608cPattern: ^[a-zA-Z0-9]{24}$Successfully retrieved pipeline parameters
Total number of parameters returned
3Bad Request - Invalid pipeline ID format
Authentication failed
Access denied - User lacks permission to view pipeline parameters
Pipeline not found
Internal server error
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 MongoDB ObjectId of the pipeline
602242ea6fc729aa1de8608cPattern: ^[a-zA-Z0-9]{24}$Parameter name (must be unique within the pipeline)
DEPLOY_ENVParameter value
productionParameter type (defaults to "string" if not provided)
stringPossible values: Optional description of the parameter
Target deployment environmentParameter created successfully
Bad Request - Invalid input or duplicate parameter name
Authentication failed
Access denied - User lacks permission to create pipeline parameters
Pipeline not found
Internal server error
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 MongoDB ObjectId of the pipeline parameter
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Successfully retrieved pipeline parameter
Bad Request - Invalid parameter ID format
Authentication failed
Access denied - User lacks permission to view this parameter
Parameter not found
Internal server error
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 MongoDB ObjectId of the pipeline parameter
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Parameter name (must be unique within the pipeline)
DEPLOY_ENVParameter value
productionParameter type (defaults to "string" if not provided)
stringPossible values: Optional description of the parameter
Target deployment environmentParameter updated successfully
Bad Request - Invalid input or parameter ID format
Authentication failed
Access denied - User lacks permission to update this parameter
Parameter not found
Internal server error
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 MongoDB ObjectId of the pipeline parameter to delete
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Parameter deleted successfully
Bad Request - Invalid parameter ID format
Authentication failed
Access denied - User lacks permission to delete this parameter
Parameter not found
Internal server error
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 MongoDB ObjectId of the pipeline parameter
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Successfully retrieved parameter value
The parameter value
Bad Request - Invalid parameter ID format
Authentication failed
Access denied - User lacks permission to view this parameter
Parameter not found
Internal server error
Last updated

