Global 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.
Keyword to filter parameters by name
api-keyFilter to show only vault-enabled parameters
trueFilter to show only non-vault parameters
falseFilter by parameter scope
productionFilter by parent ID (MongoDB ObjectId)
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Successfully retrieved global parameters
Total number of parameters returned
3Authentication failed
Access denied - User lacks permission to view global parameters
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.
Parameter name (must be unique within the organization)
opsera-global-parameter-exampleParameter value
my-parameter-valueOptional scope for parameter visibility
Optional parent ID for hierarchical organization
Whether the parameter is active (defaults to true)
trueWhether the value should be stored securely in vault
trueKey to use for vault storage
Whether this is a select field type
falseReference to a lookup list for dynamic values
Array of tags for categorization
Parameter created successfully
Bad Request - Invalid input or duplicate parameter name
Authentication failed
Access denied - User lacks permission to create global parameters
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 global parameter
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Successfully retrieved global 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 global parameter to delete
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$Parameter deleted successfully
Delete SuccessfulBad 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 global parameter
507f1f77bcf86cd799439011Pattern: ^[a-zA-Z0-9]{24}$The new parameter value
new-updated-valueParameter updated successfully
Bad Request - Invalid input, parameter ID format, or attempted to update immutable field
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 global 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

