Availability transactions can be used to manipulate availability information for CMDB items.
Limited Support/End of Life Capabilities
The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.
If you need to request a hotfix or support for these features, please contact Alemba Support
AvailabilityFindItemOutages Transaction
The AvailabilityFindItemOutages transaction returns all outages within a given time period against a CMDB Item.
See AvailabilityRetrieveResponse for more information.
AvailabilityItemDependencies Transaction
The AvailabilityItemDependencies transaction can be used to find all CMDB Items dependent on a given item. This transaction returns only those linked items that have availability enabled, and takes into account any weighted links that have been defined.
AvailabilityItemDependencies will default to finding dependent items based on score. Passing PLANNED=1 as a custom parameter will ignore any currently running outages ;it does not matter where in the custom parameters array this is placed.
A comma separated list of CMDB item Refs, in which the dependent items will be returned.
aCustomParameters
Array
No
“”
See Defining Custom Parameters.
Return Values: AvailabilityRetrieveResponse
See AvailabilityRetrieveResponse for more information.
AvailabilityOutageUpdate Transaction
The AvailabilityOutageUpdate transaction can be used to update an existing outage. If the outage end date is in the past (that is, before the current date), the outage will be closed.