{
  "actions": [
    {
      "name": "applyFPGA",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/applyFPGA?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "retrieveFPGADetails",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/fpgaDetails?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "retrieveFPGAInventory",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/fpgaInventory?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "manualInvoke",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/manualInvoke?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "manualResume",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/resume?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "retrieveUpgradeStatus",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/rtrvUpgradeStatus?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "retrieveCircuitPacks",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/status?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "stopUpgrade",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/stop?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "manualSuspend",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/configmgmt/api/v1/upgrade/suspend?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}