Viewing the Group Manifest
View software sources, packages, and modules available to all instances in a group in Autonomous Linux.
Confused about the manifest? See Understanding the Group Manifest.
Use the oci os-management-hub managed-instance-group get command and required parameters to get information about a group, such as the attached software sources.
oci os-management-hub managed-instance-group get --group-id ocid [OPTIONS]
Use the oci os-management-hub managed-instance-group list-installed-packages command and required parameters to list the installed packages for the group.
oci os-management-hub managed-instance-group list-installed-packages --group-id ocid [OPTIONS]
Use the oci os-management-hub managed-instance-group list-modules command and required parameters to list the modules for the group.
oci os-management-hub managed-instance-group list-modules --group-id ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetManagedInstanceGroup operation to get information about a group, including its attached software sources.
Run the ListManagedInstanceGroupInstalledPackages to list packages installed on the instances in the group.
Run the ListManagedInstanceGroupModules to list modules added to the instances in the group.