Getting a Detailed Description of a Module Stream
Describes how to retrieve a detailed description of a module stream from a software source.
Using the Console
You can view information about module streams and profiles on the Modules page. For detailed steps, see Viewing Modules, Streams, and Profiles on a Managed Instance.
Important
Software sources must be attached to view module streams and profiles in the Console.
Software sources must be attached to view module streams and profiles in the Console.
Using the CLI
Use the oci os-management module-stream get command and required parameters to retrieve a detailed description of a module stream from a software source:
oci os-management module-stream get --software-source-id <ocid> --module-name <module_name> --stream-name <stream_name> [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Using the API
Run the GetModuleStream method to retrieve a detailed description of a module stream from a software source.
Important
Software sources must be attached to view module streams and profiles in the Console.
Software sources must be attached to view module streams and profiles in the Console.