> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Instance

Gets an Oracle Cloud instance.

<Note>
  External Documentation

  To learn more, visit the [Oracle Cloud documentation](https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Instance/GetInstance).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description               |
  | ------------- | ------------------------- |
  | Instance OCID | The OCID of the instance. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-instance-with-oracle-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-instance-with-oracle-cloud-and-send-results-via-email/canvas" />
</div>
