Gets an Oracle Cloud instance.

External Documentation

To learn more, visit the Oracle Cloud documentation.

Parameters

ParameterDescription
Instance OCIDThe OCID of the instance.

Example Output

{
	"availabilityDomain": "<string>",
	"capacityReservationId": null,
	"compartmentId": "<string>",
	"clusterPlacementGroupId": null,
	"dedicatedVmHostId": null,
	"definedTags": {
		"Oracle-Tags": {
			"CreatedBy": "<string>",
			"CreatedOn": "2024-01-18T13:32:50"
		}
	},
	"securityAttributes": {},
	"securityAttributesState": "<string>",
	"displayName": "<string>",
	"extendedMetadata": {},
	"faultDomain": "<string>",
	"freeformTags": {},
	"id": "<string>",
	"imageId": "<string>",
	"ipxeScript": null,
	"launchMode": "<string>",
	"launchOptions": {
		"bootVolumeType": "<string>",
		"firmware": "<string>",
		"networkType": "<string>",
		"remoteDataVolumeType": "<string>",
		"isPvEncryptionInTransitEnabled": false,
		"isEncryptionInTransitEnabled": null,
		"isConsistentVolumeNamingEnabled": false
	},
	"instanceOptions": {
		"areLegacyImdsEndpointsDisabled": true
	},
	"availabilityConfig": {
		"isLiveMigrationPreferred": null,
		"recoveryAction": "<string>"
	},
	"preemptibleInstanceConfig": null,
	"lifecycleState": "<string>",
	"metadata": {},
	"region": "<string>",
	"shape": "<string>",
	"shapeConfig": {
		"ocpus": 435.71,
		"memoryInGBs": 862.5,
		"baselineOcpuUtilization": null,
		"processorDescription": "<string>",
		"networkingBandwidthInGbps": 923.99,
		"maxVnicAttachments": 200,
		"gpus": 147,
		"gpuDescription": null,
		"localDisks": 379,
		"localDisksTotalSizeInGBs": null,
		"localDiskDescription": null,
		"vcpus": 399
	},
	"isCrossNumaNode": true,
	"sourceDetails": {
		"sourceType": "<string>",
		"bootVolumeSizeInGBs": null,
		"imageId": "<string>",
		"kmsKeyId": null,
		"bootVolumeVpusPerGB": null,
		"instanceSourceImageFilterDetails": null
	},
	"systemTags": {
		"orcl-cloud": {
			"free-tier-retained": "<string>"
		}
	},
	"timeCreated": "2020-04-21T09:06:10",
	"agentConfig": {
		"isMonitoringDisabled": true,
		"isManagementDisabled": false,
		"areAllPluginsDisabled": false,
		"pluginsConfig": null
	},
	"timeMaintenanceRebootDue": null,
	"timeStopScheduled": null,
	"preferredMaintenanceAction": null,
	"platformConfig": null,
	"instanceConfigurationId": null,
	"licensingConfigs": null,
	"computeHostGroupId": null
}

Workflow Library Example

Get Instance with Oracle Cloud and Send Results Via Email

Preview this Workflow on desktop

Gets an Oracle Cloud instance.

External Documentation

To learn more, visit the Oracle Cloud documentation.

Parameters

ParameterDescription
Instance OCIDThe OCID of the instance.

Example Output

{
	"availabilityDomain": "<string>",
	"capacityReservationId": null,
	"compartmentId": "<string>",
	"clusterPlacementGroupId": null,
	"dedicatedVmHostId": null,
	"definedTags": {
		"Oracle-Tags": {
			"CreatedBy": "<string>",
			"CreatedOn": "2024-01-18T13:32:50"
		}
	},
	"securityAttributes": {},
	"securityAttributesState": "<string>",
	"displayName": "<string>",
	"extendedMetadata": {},
	"faultDomain": "<string>",
	"freeformTags": {},
	"id": "<string>",
	"imageId": "<string>",
	"ipxeScript": null,
	"launchMode": "<string>",
	"launchOptions": {
		"bootVolumeType": "<string>",
		"firmware": "<string>",
		"networkType": "<string>",
		"remoteDataVolumeType": "<string>",
		"isPvEncryptionInTransitEnabled": false,
		"isEncryptionInTransitEnabled": null,
		"isConsistentVolumeNamingEnabled": false
	},
	"instanceOptions": {
		"areLegacyImdsEndpointsDisabled": true
	},
	"availabilityConfig": {
		"isLiveMigrationPreferred": null,
		"recoveryAction": "<string>"
	},
	"preemptibleInstanceConfig": null,
	"lifecycleState": "<string>",
	"metadata": {},
	"region": "<string>",
	"shape": "<string>",
	"shapeConfig": {
		"ocpus": 435.71,
		"memoryInGBs": 862.5,
		"baselineOcpuUtilization": null,
		"processorDescription": "<string>",
		"networkingBandwidthInGbps": 923.99,
		"maxVnicAttachments": 200,
		"gpus": 147,
		"gpuDescription": null,
		"localDisks": 379,
		"localDisksTotalSizeInGBs": null,
		"localDiskDescription": null,
		"vcpus": 399
	},
	"isCrossNumaNode": true,
	"sourceDetails": {
		"sourceType": "<string>",
		"bootVolumeSizeInGBs": null,
		"imageId": "<string>",
		"kmsKeyId": null,
		"bootVolumeVpusPerGB": null,
		"instanceSourceImageFilterDetails": null
	},
	"systemTags": {
		"orcl-cloud": {
			"free-tier-retained": "<string>"
		}
	},
	"timeCreated": "2020-04-21T09:06:10",
	"agentConfig": {
		"isMonitoringDisabled": true,
		"isManagementDisabled": false,
		"areAllPluginsDisabled": false,
		"pluginsConfig": null
	},
	"timeMaintenanceRebootDue": null,
	"timeStopScheduled": null,
	"preferredMaintenanceAction": null,
	"platformConfig": null,
	"instanceConfigurationId": null,
	"licensingConfigs": null,
	"computeHostGroupId": null
}

Workflow Library Example

Get Instance with Oracle Cloud and Send Results Via Email

Preview this Workflow on desktop