Moving an IoT Domain Group to a Different Compartment

Move an Internet of Things domain group to a different compartment.

    1. On the domain groups list page, find the domain group you want to work with. If you need help finding the list page or a domain group, see Listing IoT Domain Groups.
    2. To move the domain group:
      • From the domain group list, select the Actions menu at the end of the row for that domain group, and then select Move resource.
      • Or from the list, select the domain group name to open its details page, select the Actions menu, and then select Move Resource.
    3. Optional: To view the work request for this, go to the domain group, and then select the work request tab.

      Update the domain group settings as needed, for descriptions of the domain group settings, see Creating an IoT Domain Group.

  • Use the oci iot domain-group change-compartment command and required parameters to move a domain group to another compartment.

    Replace <compartment-OCID> with the new compartment OCID and replace the <domain-group-OCID> with the OCID for the IoT domain group you want to move:

    oci iot domain-group change-compartment --compartment-id <compartment-OCID> --iot-domain-group-id <domain-group-OCID>
  • Run the ChangeIotDomainGroupCompartment operation to move a domain group to a different compartment.