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 Information
Rate Limiting? |
Yes |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
API version v1 is deprecated
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/update/retrieveRequest Parameters
Attribute | Source | Description |
---|---|---|
ubfname String |
query |
OptionalThe name of the UBF |
state String |
query |
OptionalThe state of the update |