Oracle · JSON Structure

Oci Compute Instance Console Connection Structure

Type: object Properties: 8
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

InstanceConsoleConnection is a JSON Structure definition published by Oracle, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id instanceId compartmentId connectionString fingerprint vncConnectionString lifecycleState serviceHostKeyFingerprint

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstanceConsoleConnection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "instanceId": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "connectionString": {
      "type": "string"
    },
    "fingerprint": {
      "type": "string"
    },
    "vncConnectionString": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "serviceHostKeyFingerprint": {
      "type": "string"
    }
  }
}