EnvironmentVariableGroup

EnvironmentVariableGroup
EnvironmentVariableGroup

Environment variable groups allow platform operators/admins to manage environment variables across all apps in a Cloud Foundry foundation. Variables in the running environment variable group will be injected into all running app containers. Variables in the staging environment variable group will be injected into the staging container for all apps while they are being staged.

JSON Example
{
    "updated_at": "string",
    "name": "string",
    "var": {
        "var": "string"
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        }
    }
}
string As date-time As date-time
updated_at
Optional

The time the environment variable group was last updated

string
name
Optional

The name of the group; can only be "running" or "staging"

object
var
Optional

Environment variables to inject; keys and values must be strings

object
links
Optional

links