v1/configdump

Put the configuration as a ZIP file.

post/v1/configdump/configdump.zip

Query parameters

expandboolean

Expand variables by replacing references in form ${VARIABLE_NAME} with values of matching environment variables, e.g. VARIABLE_NAME.

Response

successful operation

successboolean
errorsstring[]
warningsstring[]

Example response

{
  "success": true,
  "warnings": [
    "warnings",
    "warnings"
  ],
  "errors": [
    "errors",
    "errors"
  ]
}

Changes