Getting a Diagnostic Bundle's Details

Describes how to get the details of a diagnostic bundle for a Roving Edge Infrastructure device.

    1. Open the navigation menu and select Node Management > Diagnostic Bundles. The Diagnostic Bundles page appears. All the diagnostic bundles are listed in tabular form.
    2. Click the diagnostic bundle whose details you want to get.

    The diagnostic bundle's Details page appears. The Details page includes information regarding the diagnostic bundle, including the OCID, time of creation, and whether core files are included. You can also access the Bundles and Errors pages under Resources where you can view additional information.

  • Use the oci raw-request command and required parameters to get the diagnostic bundle details.

    oci raw-request --http-method POST --target-uri https://${dnsName}:31060/20220901/bundles/<diag_bundle_OCID>/actions/viewSummary --request-body '{"nodeName":"<device_node_name>"}' [OPTIONS]

    For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • This task can't be performed using the API.