Discovery cloud provider requests
discovery.cloudProvider.request(target, parameters)
A set of discovery functions which query the cloud provider API, for information about the target discovered using the specified DiscoveryAccess and optional parameters. They each return a list depending on the request made.
The target must be a DiscoveryAccess node.
The following code example is taken from the AmazonWebServices.ELBv2 pattern module:
// calls if we request the same TargetGroup multiple times
target_health_results := discovery.AWS.ELBv2.DescribeTargetHealth
(da, TargetGroupArn := group.TargetGroupArn);
Discovery functions are provided to query the cloud provider API. The supported requests, their parameters, and returned data are described on the Administration >
page, Cloud tab.Each request has a popup dialog which explains its usage, provides a code example, and links to the cloud vendor's API documentation for that request. For example:
The following requests are supported and available to patterns supported in the BMC Discovery 11.2 release. Additional requests may be provided as part of a monthly TKU update.
Amazon Web Services
Microsoft Azure