{
  "api_version": 1.6,
  "data": [
    {
      "links": {
        "GET": {
          "href": "https://openshift.redhat.com/broker/rest/application/536074f0194e4cdfd100000c/environment-variable/FOO",
          "method": "GET",
          "optional_params": [

          ],
          "rel": "Get environment variable",
          "required_params": [

          ]
        },
        "UPDATE": {
          "href": "https://openshift.redhat.com/broker/rest/application/536074f0194e4cdfd100000c/environment-variable/FOO",
          "method": "PUT",
          "optional_params": [

          ],
          "rel": "Update environment variable",
          "required_params": [
            {
              "description": "Value of the environment variable",
              "invalid_options": [

              ],
              "name": "value",
              "type": "string",
              "valid_options": [

              ]
            }
          ]
        },
        "DELETE": {
          "href": "https://openshift.redhat.com/broker/rest/application/536074f0194e4cdfd100000c/environment-variable/FOO",
          "method": "DELETE",
          "optional_params": [

          ],
          "rel": "Delete environment variable",
          "required_params": [

          ]
        }
      },
      "name": "FOO",
      "value": "xbar"
    }
  ],
  "messages": [
    {
      "exit_code": 0,
      "field": null,
      "index": null,
      "severity": "info",
      "text": "Listing environment variables for application myapp"
    }
  ],
  "status": "ok",
  "supported_api_versions": [
    1.0,
    1.1,
    1.2,
    1.3,
    1.4,
    1.5,
    1.6,
    1.7
  ],
  "type": "environment-variables",
  "version": "1.6"
}