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.
{
"updated_at": "string",
"name": "string",
"var": {
"var": "string"
},
"links": {
"self": {
"href": "string",
"method": "string"
}
}
}
The time the environment variable group was last updated
The name of the group; can only be "running" or "staging"
Environment variables to inject; keys and values must be strings
links