Chilkat Online Tools

Node.js / Core Services API / LaunchInstanceConfiguration

Back to Collection Items

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}


function chilkatExample() {

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    var http = new chilkat.Http();
    var success;

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "instanceType": "aute"
    // }

    var json = new chilkat.JsonObject();
    json.UpdateString("instanceType","aute");

    http.SetRequestHeader("opc-retry-token","aliqua enim i");
    http.SetRequestHeader("Content-Type","application/json");
    http.SetRequestHeader("x-content-sha256","{{content_sha256}}");
    http.SetRequestHeader("Authorization","{{signature}}");
    http.SetRequestHeader("Date","{{date}}");

    // resp: HttpResponse
    var resp = http.PostJson3("https://iaas.{{region}}.oraclecloud.com/20160918/instanceConfigurations/:instanceConfigurationId/actions/launch","application/json",json);
    if (http.LastMethodSuccess == false) {
        console.log(http.LastErrorText);
        return;
    }

    var sbResponseBody = new chilkat.StringBuilder();
    resp.GetBodySb(sbResponseBody);

    var jResp = new chilkat.JsonObject();
    jResp.LoadSb(sbResponseBody);
    jResp.EmitCompact = false;

    console.log("Response Body:");
    console.log(jResp.Emit());

    var respStatusCode = resp.StatusCode;
    console.log("Response Status Code = " + respStatusCode);
    if (respStatusCode >= 400) {
        console.log("Response Header:");
        console.log(resp.Header);
        console.log("Failed.");

        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "id": "sit dolor",
    //   "compartmentId": "et esse",
    //   "shape": "sunt veniam",
    //   "region": "laboris",
    //   "availabilityDomain": "dolor",
    //   "lifecycleState": "TERMINATED",
    //   "timeCreated": "2006-02-03T20:50:31.716Z",
    //   "agentConfig": {
    //     "areAllPluginsDisabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isManagementDisabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isMonitoringDisabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "pluginsConfig": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "availabilityConfig": {
    //     "isLiveMigrationPreferred": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "recoveryAction": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "capacityReservationId": "occaecat sint id",
    //   "dedicatedVmHostId": "ipsum dolor incididunt sit ex",
    //   "definedTags": {},
    //   "displayName": "consequat aliquip magna ullamco",
    //   "extendedMetadata": {},
    //   "faultDomain": "incididunt esse",
    //   "freeformTags": {},
    //   "imageId": "dolor nulla consequat ipsum",
    //   "instanceOptions": {
    //     "areLegacyImdsEndpointsDisabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "ipxeScript": "anim magna",
    //   "launchMode": "CUSTOM",
    //   "launchOptions": {
    //     "bootVolumeType": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "firmware": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isConsistentVolumeNamingEnabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isPvEncryptionInTransitEnabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "networkType": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "remoteDataVolumeType": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "metadata": {},
    //   "platformConfig": {
    //     "type": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isMeasuredBootEnabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isSecureBootEnabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "isTrustedPlatformModuleEnabled": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "preemptibleInstanceConfig": {
    //     "preemptionAction": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "shapeConfig": {
    //     "baselineOcpuUtilization": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "gpuDescription": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "gpus": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "localDiskDescription": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "localDisks": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "localDisksTotalSizeInGBs": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "maxVnicAttachments": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "memoryInGBs": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "networkingBandwidthInGbps": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "ocpus": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     },
    //     "processorDescription": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "sourceDetails": {
    //     "sourceType": {
    //       "value": "<Error: Too many levels of nesting to fake this schema>"
    //     }
    //   },
    //   "timeMaintenanceRebootDue": "1973-07-06T14:36:00.263Z"
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    var id = jResp.StringOf("id");
    var compartmentId = jResp.StringOf("compartmentId");
    var shape = jResp.StringOf("shape");
    var region = jResp.StringOf("region");
    var availabilityDomain = jResp.StringOf("availabilityDomain");
    var lifecycleState = jResp.StringOf("lifecycleState");
    var timeCreated = jResp.StringOf("timeCreated");
    var Value = jResp.StringOf("agentConfig.areAllPluginsDisabled.value");
    var IsManagementDisabledValue = jResp.StringOf("agentConfig.isManagementDisabled.value");
    var IsMonitoringDisabledValue = jResp.StringOf("agentConfig.isMonitoringDisabled.value");
    var PluginsConfigValue = jResp.StringOf("agentConfig.pluginsConfig.value");
    var IsLiveMigrationPreferredValue = jResp.StringOf("availabilityConfig.isLiveMigrationPreferred.value");
    var RecoveryActionValue = jResp.StringOf("availabilityConfig.recoveryAction.value");
    var capacityReservationId = jResp.StringOf("capacityReservationId");
    var dedicatedVmHostId = jResp.StringOf("dedicatedVmHostId");
    var displayName = jResp.StringOf("displayName");
    var faultDomain = jResp.StringOf("faultDomain");
    var imageId = jResp.StringOf("imageId");
    var AreLegacyImdsEndpointsDisabledValue = jResp.StringOf("instanceOptions.areLegacyImdsEndpointsDisabled.value");
    var ipxeScript = jResp.StringOf("ipxeScript");
    var launchMode = jResp.StringOf("launchMode");
    var BootVolumeTypeValue = jResp.StringOf("launchOptions.bootVolumeType.value");
    var FirmwareValue = jResp.StringOf("launchOptions.firmware.value");
    var IsConsistentVolumeNamingEnabledValue = jResp.StringOf("launchOptions.isConsistentVolumeNamingEnabled.value");
    var IsPvEncryptionInTransitEnabledValue = jResp.StringOf("launchOptions.isPvEncryptionInTransitEnabled.value");
    var NetworkTypeValue = jResp.StringOf("launchOptions.networkType.value");
    var RemoteDataVolumeTypeValue = jResp.StringOf("launchOptions.remoteDataVolumeType.value");
    var TypeValue = jResp.StringOf("platformConfig.type.value");
    var IsMeasuredBootEnabledValue = jResp.StringOf("platformConfig.isMeasuredBootEnabled.value");
    var IsSecureBootEnabledValue = jResp.StringOf("platformConfig.isSecureBootEnabled.value");
    var IsTrustedPlatformModuleEnabledValue = jResp.StringOf("platformConfig.isTrustedPlatformModuleEnabled.value");
    var PreemptionActionValue = jResp.StringOf("preemptibleInstanceConfig.preemptionAction.value");
    var BaselineOcpuUtilizationValue = jResp.StringOf("shapeConfig.baselineOcpuUtilization.value");
    var GpuDescriptionValue = jResp.StringOf("shapeConfig.gpuDescription.value");
    var GpusValue = jResp.StringOf("shapeConfig.gpus.value");
    var LocalDiskDescriptionValue = jResp.StringOf("shapeConfig.localDiskDescription.value");
    var LocalDisksValue = jResp.StringOf("shapeConfig.localDisks.value");
    var LocalDisksTotalSizeInGBsValue = jResp.StringOf("shapeConfig.localDisksTotalSizeInGBs.value");
    var MaxVnicAttachmentsValue = jResp.StringOf("shapeConfig.maxVnicAttachments.value");
    var MemoryInGBsValue = jResp.StringOf("shapeConfig.memoryInGBs.value");
    var NetworkingBandwidthInGbpsValue = jResp.StringOf("shapeConfig.networkingBandwidthInGbps.value");
    var OcpusValue = jResp.StringOf("shapeConfig.ocpus.value");
    var ProcessorDescriptionValue = jResp.StringOf("shapeConfig.processorDescription.value");
    var SourceTypeValue = jResp.StringOf("sourceDetails.sourceType.value");
    var timeMaintenanceRebootDue = jResp.StringOf("timeMaintenanceRebootDue");

}

chilkatExample();

Curl Command

curl -X POST
	-H "opc-retry-token: aliqua enim i"
	-H "Content-Type: application/json"
	-H "Date: {{date}}"
	-H "Authorization: {{signature}}"
	-H "x-content-sha256: {{content_sha256}}"
	-d '{
    "instanceType": "aute"
}'
https://iaas.{{region}}.oraclecloud.com/20160918/instanceConfigurations/:instanceConfigurationId/actions/launch

Postman Collection Item JSON

{
  "name": "LaunchInstanceConfiguration",
  "request": {
    "method": "POST",
    "header": [
      {
        "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
        "key": "opc-retry-token",
        "value": "aliqua enim i"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Date",
        "value": "{{date}}",
        "description": "(Required) Current Date",
        "type": "text"
      },
      {
        "key": "Authorization",
        "value": "{{signature}}",
        "description": "(Required) Signature Authentication on Authorization header",
        "type": "text"
      },
      {
        "key": "x-content-sha256",
        "value": "{{content_sha256}}",
        "description": "(Required) Content sha256 for POST, PUT and PATCH operations",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"instanceType\": \"aute\"\n}"
    },
    "url": {
      "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "instanceConfigurations",
        ":instanceConfigurationId",
        "actions",
        "launch"
      ],
      "variable": [
        {
          "key": "instanceConfigurationId",
          "value": "officia sed",
          "description": "(Required) The OCID of the instance configuration."
        }
      ]
    },
    "description": "Launches an instance from an instance configuration.\n\nIf the instance configuration does not include all of the parameters that are\nrequired to launch an instance, such as the availability domain and subnet ID, you must\nprovide these parameters when you launch an instance from the instance configuration.\nFor more information, see the [InstanceConfiguration](#/en/iaas/latest/InstanceConfiguration/)\nresource.\n"
  },
  "response": [
    {
      "name": "The instance that was launched.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "etag",
          "value": "officia sed",
          "description": "For optimistic concurrency control. See `if-match`.\n"
        },
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "opc-work-request-id",
          "value": "officia sed",
          "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)\nwith this ID to track the status of the request.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"id\": \"sit dolor\",\n \"compartmentId\": \"et esse\",\n \"shape\": \"sunt veniam\",\n \"region\": \"laboris\",\n \"availabilityDomain\": \"dolor\",\n \"lifecycleState\": \"TERMINATED\",\n \"timeCreated\": \"2006-02-03T20:50:31.716Z\",\n \"agentConfig\": {\n  \"areAllPluginsDisabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isManagementDisabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isMonitoringDisabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"pluginsConfig\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"availabilityConfig\": {\n  \"isLiveMigrationPreferred\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recoveryAction\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"capacityReservationId\": \"occaecat sint id\",\n \"dedicatedVmHostId\": \"ipsum dolor incididunt sit ex\",\n \"definedTags\": {},\n \"displayName\": \"consequat aliquip magna ullamco\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"incididunt esse\",\n \"freeformTags\": {},\n \"imageId\": \"dolor nulla consequat ipsum\",\n \"instanceOptions\": {\n  \"areLegacyImdsEndpointsDisabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"ipxeScript\": \"anim magna\",\n \"launchMode\": \"CUSTOM\",\n \"launchOptions\": {\n  \"bootVolumeType\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firmware\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isConsistentVolumeNamingEnabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPvEncryptionInTransitEnabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"networkType\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"remoteDataVolumeType\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"metadata\": {},\n \"platformConfig\": {\n  \"type\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isMeasuredBootEnabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isSecureBootEnabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isTrustedPlatformModuleEnabled\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"preemptibleInstanceConfig\": {\n  \"preemptionAction\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"shapeConfig\": {\n  \"baselineOcpuUtilization\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"gpuDescription\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"gpus\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"localDiskDescription\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"localDisks\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"localDisksTotalSizeInGBs\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"maxVnicAttachments\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"memoryInGBs\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"networkingBandwidthInGbps\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ocpus\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"processorDescription\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"sourceDetails\": {\n  \"sourceType\": {\n   \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n },\n \"timeMaintenanceRebootDue\": \"1973-07-06T14:36:00.263Z\"\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Not Found",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Conflict",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Conflict",
      "code": 409,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "Internal Server Error",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    },
    {
      "name": "An error has occurred.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "A token that uniquely identifies a request so it can be retried in case of a timeout or\nserver error without risk of executing that same action again. Retry tokens expire after 24\nhours, but can be invalidated before then due to conflicting operations (for example, if a resource\nhas been deleted and purged from the system, then a retry of the original creation request\nmay be rejected).\n",
            "key": "opc-retry-token",
            "value": "aliqua enim i"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"instanceType\": \"aute\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/instanceConfigurations/:instanceConfigurationId/actions/launch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "instanceConfigurations",
            ":instanceConfigurationId",
            "actions",
            "launch"
          ],
          "variable": [
            {
              "key": "instanceConfigurationId"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "officia sed",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact\nOracle about a particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"et exercitation Excepteur\",\n \"message\": \"irure sit\"\n}"
    }
  ]
}