Viewing the Connection State
You can view the connection state of a Roving Edge infrastructure. The connection state indicates the condition of the connection of the Roving Edge device in your data center to your OCI tenancy.
These are the possible states: REJECT, READY, DISCONNECTED. You cannot make any manual changes. The system automatically handles state transitions.
The state of the infrastructure resource connection in OCI reflects the Roving Edge device life cycle.
-
When you create the infrastructure in OCI, its initial state is
REJECT. -
The infrastructure ID is internally associated with OCI metering, which transitions the infrastructure to the
DISCONNECTEDstate. -
During self-provisioning, the infrastructure briefly goes into
READYstate, and back toDISCONNECTEDwhen the device registration and association with your OCI tenancy is complete. The infrastructure remains in this state as long as the device is in use. -
If a device is decommissioned and sanitized, Oracle deactivates OCI metering, which transitions the infrastructure back to the
REJECTstate.
-
In the Oracle Cloud Console, open the navigation menu, select Hybrid & Multicloud, and then select Oracle Compute Cloud@Customer.
- In the list of infrastructures, view the Connection state column. If you don't see the infrastructure that you want, you might need to change compartments.
-
Use the oci ccc infrastructure list command and required parameters to view a list of Roving Edge infrastructures and parameters such as the connection state.
oci ccc infrastructure list [OPTIONS]Example of listing all infrastructures in a specified compartment:
oci ccc infrastructure list -c <compartment_OCID> --all { "data": { "items": [ { "compartment-id": "<compartment_OCID>", "connection-state": "REJECT", "defined-tags": { "Oracle-Tags": { "CreatedBy": "user", "CreatedOn": "2023-07-28T12:53:26.934Z" } }, "display-name": "TestInfrastructure", "freeform-tags": {}, "id": "<infrastructure_OCID>", "lifecycle-state": "ACTIVE", "short-name": "<infrastructure_SHORTNAME>", "subnet-id": "<subnet_OCID>", "system-tags": {}, "time-created": "2023-07-28T12:53:27.141000+00:00" }, { "compartment-id": "<compartment_OCID>", "connection-state": "CONNECTED", "defined-tags": { "Oracle-Tags": { "CreatedBy": "user", "CreatedOn": "2023-07-18T08:39:53.201Z" } }, "display-name": "some text", "freeform-tags": {}, "id": "<infrastructure_OCID>", "lifecycle-state": "ACTIVE", "short-name": "<infrastructure_SHORTNAME>", "subnet-id": "<subnet_OCID>", "system-tags": {}, "time-created": "2023-07-18T08:39:53.433000+00:00" }, } }For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the ListCccInfrastructures operation to view a list of Roving Edge infrastructures.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.