The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EnvironmentResponse",
"title": "EnvironmentResponse",
"type": "object",
"properties": {
"Variables": {
"allOf": [
{
"$ref": "#/components/schemas/EnvironmentVariables"
},
{
"description": "Environment variable key-value pairs. Omitted from CloudTrail logs."
}
]
},
"Error": {
"allOf": [
{
"$ref": "#/components/schemas/EnvironmentError"
},
{
"description": "Error messages for environment variables that couldn't be applied."
}
]
}
},
"description": "The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.