Back to Collection Items
LOCAL loHttp
LOCAL lnSuccess
LOCAL loJson
LOCAL loSbRequestBody
LOCAL loResp
LOCAL loSbResponseBody
LOCAL loJResp
LOCAL lnRespStatusCode
LOCAL lcId
LOCAL lcCompartmentId
LOCAL lcShape
LOCAL lcRegion
LOCAL lcAvailabilityDomain
LOCAL lcLifecycleState
LOCAL lcTimeCreated
LOCAL lcValue
LOCAL lcIsManagementDisabledValue
LOCAL lcIsMonitoringDisabledValue
LOCAL lcPluginsConfigValue
LOCAL lcIsLiveMigrationPreferredValue
LOCAL lcRecoveryActionValue
LOCAL lcCapacityReservationId
LOCAL lcDedicatedVmHostId
LOCAL lcDisplayName
LOCAL lcFaultDomain
LOCAL lcImageId
LOCAL lcAreLegacyImdsEndpointsDisabledValue
LOCAL lcIpxeScript
LOCAL lcLaunchMode
LOCAL lcBootVolumeTypeValue
LOCAL lcFirmwareValue
LOCAL lcIsConsistentVolumeNamingEnabledValue
LOCAL lcIsPvEncryptionInTransitEnabledValue
LOCAL lcNetworkTypeValue
LOCAL lcRemoteDataVolumeTypeValue
LOCAL lcTypeValue
LOCAL lcIsMeasuredBootEnabledValue
LOCAL lcIsSecureBootEnabledValue
LOCAL lcIsTrustedPlatformModuleEnabledValue
LOCAL lcPreemptionActionValue
LOCAL lcBaselineOcpuUtilizationValue
LOCAL lcGpuDescriptionValue
LOCAL lcGpusValue
LOCAL lcLocalDiskDescriptionValue
LOCAL lcLocalDisksValue
LOCAL lcLocalDisksTotalSizeInGBsValue
LOCAL lcMaxVnicAttachmentsValue
LOCAL lcMemoryInGBsValue
LOCAL lcNetworkingBandwidthInGbpsValue
LOCAL lcOcpusValue
LOCAL lcProcessorDescriptionValue
LOCAL lcSourceTypeValue
LOCAL lcTimeMaintenanceRebootDue
* This example assumes the Chilkat API to have been previously unlocked.
* See Global Unlock Sample for sample code.
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.Http')
loHttp = CreateObject('Chilkat.Http')
* Use this online tool to generate code from sample JSON: Generate Code to Create JSON
* The following JSON is sent in the request body.
* {
* "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": "irure magna",
* "definedTags": {},
* "displayName": "Ut do dolor",
* "extendedMetadata": {},
* "faultDomain": "nostrud laborum pariatur do",
* "freeformTags": {},
* "instanceOptions": {
* "areLegacyImdsEndpointsDisabled": {
* "value": "<Error: Too many levels of nesting to fake this schema>"
* }
* },
* "launchOptions": {
* "bootVolumeType": {
* "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>"
* }
* },
* "metadata": {},
* "shape": "consequat",
* "shapeConfig": {
* "baselineOcpuUtilization": {
* "value": "<Error: Too many levels of nesting to fake this schema>"
* },
* "memoryInGBs": {
* "value": "<Error: Too many levels of nesting to fake this schema>"
* },
* "ocpus": {
* "value": "<Error: Too many levels of nesting to fake this schema>"
* }
* }
* }
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.JsonObject')
loJson = CreateObject('Chilkat.JsonObject')
loJson.UpdateString("agentConfig.areAllPluginsDisabled.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("agentConfig.isManagementDisabled.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("agentConfig.isMonitoringDisabled.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("agentConfig.pluginsConfig.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("availabilityConfig.isLiveMigrationPreferred.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("availabilityConfig.recoveryAction.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("capacityReservationId","irure magna")
loJson.UpdateNewObject("definedTags")
loJson.UpdateString("displayName","Ut do dolor")
loJson.UpdateNewObject("extendedMetadata")
loJson.UpdateString("faultDomain","nostrud laborum pariatur do")
loJson.UpdateNewObject("freeformTags")
loJson.UpdateString("instanceOptions.areLegacyImdsEndpointsDisabled.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("launchOptions.bootVolumeType.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("launchOptions.isPvEncryptionInTransitEnabled.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("launchOptions.networkType.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateNewObject("metadata")
loJson.UpdateString("shape","consequat")
loJson.UpdateString("shapeConfig.baselineOcpuUtilization.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("shapeConfig.memoryInGBs.value","<Error: Too many levels of nesting to fake this schema>")
loJson.UpdateString("shapeConfig.ocpus.value","<Error: Too many levels of nesting to fake this schema>")
loHttp.SetRequestHeader("opc-retry-token","aliqua enim i")
loHttp.SetRequestHeader("Content-Type","application/json")
loHttp.SetRequestHeader("x-content-sha256","{{content_sha256}}")
loHttp.SetRequestHeader("Authorization","{{signature}}")
loHttp.SetRequestHeader("Date","{{date}}")
loHttp.SetRequestHeader("if-match","officia sed")
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.StringBuilder')
loSbRequestBody = CreateObject('Chilkat.StringBuilder')
loJson.EmitSb(loSbRequestBody)
loResp = loHttp.PTextSb("PUT","https://iaas.{{region}}.oraclecloud.com/20160918/instances/:instanceId",loSbRequestBody,"utf-8","application/json",0,0)
IF (loHttp.LastMethodSuccess = 0) THEN
? loHttp.LastErrorText
RELEASE loHttp
RELEASE loJson
RELEASE loSbRequestBody
CANCEL
ENDIF
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.StringBuilder')
loSbResponseBody = CreateObject('Chilkat.StringBuilder')
loResp.GetBodySb(loSbResponseBody)
* For versions of Chilkat < 10.0.0, use CreateObject('Chilkat_9_5_0.JsonObject')
loJResp = CreateObject('Chilkat.JsonObject')
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = 0
? "Response Body:"
? loJResp.Emit()
lnRespStatusCode = loResp.StatusCode
? "Response Status Code = " + STR(lnRespStatusCode)
IF (lnRespStatusCode >= 400) THEN
? "Response Header:"
? loResp.Header
? "Failed."
RELEASE loResp
RELEASE loHttp
RELEASE loJson
RELEASE loSbRequestBody
RELEASE loSbResponseBody
RELEASE loJResp
CANCEL
ENDIF
RELEASE loResp
* 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
lcId = loJResp.StringOf("id")
lcCompartmentId = loJResp.StringOf("compartmentId")
lcShape = loJResp.StringOf("shape")
lcRegion = loJResp.StringOf("region")
lcAvailabilityDomain = loJResp.StringOf("availabilityDomain")
lcLifecycleState = loJResp.StringOf("lifecycleState")
lcTimeCreated = loJResp.StringOf("timeCreated")
lcValue = loJResp.StringOf("agentConfig.areAllPluginsDisabled.value")
lcIsManagementDisabledValue = loJResp.StringOf("agentConfig.isManagementDisabled.value")
lcIsMonitoringDisabledValue = loJResp.StringOf("agentConfig.isMonitoringDisabled.value")
lcPluginsConfigValue = loJResp.StringOf("agentConfig.pluginsConfig.value")
lcIsLiveMigrationPreferredValue = loJResp.StringOf("availabilityConfig.isLiveMigrationPreferred.value")
lcRecoveryActionValue = loJResp.StringOf("availabilityConfig.recoveryAction.value")
lcCapacityReservationId = loJResp.StringOf("capacityReservationId")
lcDedicatedVmHostId = loJResp.StringOf("dedicatedVmHostId")
lcDisplayName = loJResp.StringOf("displayName")
lcFaultDomain = loJResp.StringOf("faultDomain")
lcImageId = loJResp.StringOf("imageId")
lcAreLegacyImdsEndpointsDisabledValue = loJResp.StringOf("instanceOptions.areLegacyImdsEndpointsDisabled.value")
lcIpxeScript = loJResp.StringOf("ipxeScript")
lcLaunchMode = loJResp.StringOf("launchMode")
lcBootVolumeTypeValue = loJResp.StringOf("launchOptions.bootVolumeType.value")
lcFirmwareValue = loJResp.StringOf("launchOptions.firmware.value")
lcIsConsistentVolumeNamingEnabledValue = loJResp.StringOf("launchOptions.isConsistentVolumeNamingEnabled.value")
lcIsPvEncryptionInTransitEnabledValue = loJResp.StringOf("launchOptions.isPvEncryptionInTransitEnabled.value")
lcNetworkTypeValue = loJResp.StringOf("launchOptions.networkType.value")
lcRemoteDataVolumeTypeValue = loJResp.StringOf("launchOptions.remoteDataVolumeType.value")
lcTypeValue = loJResp.StringOf("platformConfig.type.value")
lcIsMeasuredBootEnabledValue = loJResp.StringOf("platformConfig.isMeasuredBootEnabled.value")
lcIsSecureBootEnabledValue = loJResp.StringOf("platformConfig.isSecureBootEnabled.value")
lcIsTrustedPlatformModuleEnabledValue = loJResp.StringOf("platformConfig.isTrustedPlatformModuleEnabled.value")
lcPreemptionActionValue = loJResp.StringOf("preemptibleInstanceConfig.preemptionAction.value")
lcBaselineOcpuUtilizationValue = loJResp.StringOf("shapeConfig.baselineOcpuUtilization.value")
lcGpuDescriptionValue = loJResp.StringOf("shapeConfig.gpuDescription.value")
lcGpusValue = loJResp.StringOf("shapeConfig.gpus.value")
lcLocalDiskDescriptionValue = loJResp.StringOf("shapeConfig.localDiskDescription.value")
lcLocalDisksValue = loJResp.StringOf("shapeConfig.localDisks.value")
lcLocalDisksTotalSizeInGBsValue = loJResp.StringOf("shapeConfig.localDisksTotalSizeInGBs.value")
lcMaxVnicAttachmentsValue = loJResp.StringOf("shapeConfig.maxVnicAttachments.value")
lcMemoryInGBsValue = loJResp.StringOf("shapeConfig.memoryInGBs.value")
lcNetworkingBandwidthInGbpsValue = loJResp.StringOf("shapeConfig.networkingBandwidthInGbps.value")
lcOcpusValue = loJResp.StringOf("shapeConfig.ocpus.value")
lcProcessorDescriptionValue = loJResp.StringOf("shapeConfig.processorDescription.value")
lcSourceTypeValue = loJResp.StringOf("sourceDetails.sourceType.value")
lcTimeMaintenanceRebootDue = loJResp.StringOf("timeMaintenanceRebootDue")
RELEASE loHttp
RELEASE loJson
RELEASE loSbRequestBody
RELEASE loSbResponseBody
RELEASE loJResp
Curl Command
curl -X PUT
-H "opc-retry-token: aliqua enim i"
-H "if-match: officia sed"
-H "Content-Type: application/json"
-H "Date: {{date}}"
-H "Authorization: {{signature}}"
-H "x-content-sha256: {{content_sha256}}"
-d '{
"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": "irure magna",
"definedTags": {},
"displayName": "Ut do dolor",
"extendedMetadata": {},
"faultDomain": "nostrud laborum pariatur do",
"freeformTags": {},
"instanceOptions": {
"areLegacyImdsEndpointsDisabled": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
"launchOptions": {
"bootVolumeType": {
"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>"
}
},
"metadata": {},
"shape": "consequat",
"shapeConfig": {
"baselineOcpuUtilization": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"memoryInGBs": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"ocpus": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
}'
https://iaas.{{region}}.oraclecloud.com/20160918/instances/:instanceId
Postman Collection Item JSON
{
"name": "UpdateInstance",
"request": {
"method": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
},
{
"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 \"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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId",
"value": "officia sed",
"description": "(Required) The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the instance."
}
]
},
"description": "Updates certain fields on the specified instance. Fields that are not provided in the\nrequest will not be updated. Avoid entering confidential information.\n\nChanges to metadata fields will be reflected in the instance metadata service (this may take\nup to a minute).\n\nThe OCID of the instance remains the same.\n"
},
"response": [
{
"name": "The instance was updated.",
"originalRequest": {
"method": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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": "Unauthorized",
"originalRequest": {
"method": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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": "Precondition Failed",
"originalRequest": {
"method": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"status": "Precondition Failed",
"code": 412,
"_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": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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": "PUT",
"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"
},
{
"description": "For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`\nparameter to the value of the etag from a previous GET or POST response for that resource. The resource\nwill be updated or deleted only if the etag you provide matches the resource's current etag value.\n",
"key": "if-match",
"value": "officia sed"
}
],
"body": {
"mode": "raw",
"raw": "{\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\": \"irure magna\",\n \"definedTags\": {},\n \"displayName\": \"Ut do dolor\",\n \"extendedMetadata\": {},\n \"faultDomain\": \"nostrud laborum pariatur do\",\n \"freeformTags\": {},\n \"instanceOptions\": {\n \"areLegacyImdsEndpointsDisabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"launchOptions\": {\n \"bootVolumeType\": {\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 },\n \"metadata\": {},\n \"shape\": \"consequat\",\n \"shapeConfig\": {\n \"baselineOcpuUtilization\": {\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 \"ocpus\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/instances/:instanceId",
"host": [
"{{baseUrl}}"
],
"path": [
"instances",
":instanceId"
],
"variable": [
{
"key": "instanceId"
}
]
}
},
"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}"
}
]
}