summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/ServiceInstanceTest/ExecuteCustomWorkflow.json
blob: 611ccb3c66fa7c8741572822b170fd671008fc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "requestDetails": {
    "cloudConfiguration": {
      "cloudOwner": "att-aic",
      "lcpCloudRegionId": "mdt1",
      "tenantId": "88a6ca3ee0394ade9403f075db23167e"
    },
    "requestParameters": {
      "userParams": [
        {
          "existing_software_version": "3.1",
          "new_software_version": "3.2",
          "operations_timeout": "3600"
        }
      ]
    }
  }
}