Retrieves the information about updates for a given UBF name or state. Here are the sample queries
- /op/update/retrieve - return the information about all updates
- /op/update/retrieve?ubfname=prime_insight_call_home_agent-1.0.0.ubf - return the information about update from UBF with specified name
- /op/update/retrieve?state=INSTALLED - return the information about updates with state = "INSTALLED"
- /op/update/retrieve?ubfname=prime_insight_call_home_agent-1.0.0.ubf&state=INSTALLED - return the information about update for a given UBF name and state = "INSTALLED"
- AVAILABLE
- AVAILABLE_PENDING_RESTART
- INSTALLED
- INSTALLED_PENDING_RESTART
- ERROR_ON_INSTALL
- ERROR_ON_ROLLBACK
Available states:
Since Product Version: 3.1
Resource URL
/webacs/api/v1/op/update/retrieveRequest Parameters
Type | Attribute Name | Source | Description |
---|---|---|---|
String |
ubfname optional |
query |
The name of the UBF |
String |
state optional |
query |
The state of the update |