Skip to main content

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.

Gets an Oracle Cloud instance.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop