retrieveLatestWanCoverage
Triggers an asynchronous request through the DCC adapter to retrieve their WAN coverage record.
Returns a request reference that can be used to track the status of the request.
Arguments
Input field for a retrieve latest WAN coverage request.
Returns
RetrieveLatestWANCoverageTriggers an asynchronous request through the DCC adapter to retrieve their WAN coverage record.
Returns a request reference that can be used to track the status of the request.
Possible Errors
Allowed Viewers
Required Permissions
Can query wan dataQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation RetrieveLatestWanCoverage($input: RetrieveLatestWANCoverageInput!) {
retrieveLatestWanCoverage(input: $input) {
requestReference
}
}
Variables
{
"input": RetrieveLatestWANCoverageInput
}
Response
{
"data": {
"retrieveLatestWanCoverage": {
"requestReference": "certain-professor-arm-here-candidate"
}
}
}