{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "healthCheckAppc",
      "enum": [
        "healthCheckAppc",
        "configModify",
        "configure",
        "configScaleOut",
        "actionStatus",
        "attachVolume",
        "audit",
        "checkLock",
        "configBackup",
        "configRestore",
        "detachVolume",
        "evacuate",
        "lock",
        "migrate",
        "quiesceTraffic",
        "reboot",
        "rebuild",
        "restart",
        "resumeTraffic",
        "snapshot",
        "start",
        "startApplication",
        "stop",
        "stopApplication",
        "sync",
        "unlock",
        "upgradeBackout",
        "upgradeBackup",
        "upgradePostCheck",
        "upgradePreCheck",
        "upgradeSoftware"
      ],
      "external_name": "ph_request_type"
    },
    "body": {
      "description": "POST body parameter",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": ""
    }
  },
  "definitions": {}
}