This documentation and the Cisco Observability Platform functionalities it describes are subject to change. Data saved on the platform may disappear and APIs may change without notice.
Check the Solution Upload and Subscription Status
This page describes how to use the fsoc solution status
command to check if:
- A solution was successfully uploaded to your tenant.
- Your tenant successfully subscribed to the solution.
- Your tenant successfully installed the solution.
Check the Status for the Latest Solution Version
To check the status for the latest version of a solution, run the following command:
fsoc solution status <solution-name> --tag <tag>
Sample output for a successful execution:
fsoc solution status <solution-name> --tag <tag>
Solution Name: <solution-name>
Solution Tag: <tag>
Solution Subscription Status: Subscribed
Current Solution Upload Version: 1.1.3
Current Solution Upload Timestamp: 2023-09-12T21:48:28.887Z
Last Successful Install Version: 1.1.3
Current Solution Install Version: 1.1.3
Current Solution Install Successful?: true
Current Solution Install Time: 2023-09-12T21:52:34.697Z
Current Solution Install Message:
Any issues with the installation are described in the Solution Install Message
field of the response. If the solution was successfully installed, this field will be blank.
Check the Status for a Specific Solution Version
To check the status for a specific version of a solution, run the following command:
fsoc solution status <solution-name> --solution-version <version> --tag <tag>
Sample output:
fsoc solution status <solution-name> --tag <tag>
Solution Name: <solution-name>
Solution Tag: <tag>
Solution Subscription Status: Subscribed
Current Solution Upload Version: 1.1.3
Current Solution Upload Timestamp: 2023-09-12T21:48:28.887Z
Last Successful Install Version: 1.1.3
Current Solution Install Version: 1.1.3
Current Solution Install Successful?: true
Current Solution Install Time: 2023-09-12T21:52:34.697Z
Current Solution Install Message:
Any issues with the installation are described in the Solution Install Message
field of the response. If the solution was successfully installed, this field will be blank.