List Mobile Sdk Releases
| wafv2_list_mobile_sdk_releases | R Documentation |
Retrieves a list of the available releases for the mobile SDK and the specified device platform¶
Description¶
Retrieves a list of the available releases for the mobile SDK and the specified device platform.
The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
Usage¶
Arguments¶
Platform[required] The device platform to retrieve the list for.
NextMarkerWhen you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.LimitThe maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a
NextMarkervalue that you can use in a subsequent call to get the next batch of objects.
Value¶
A list with the following syntax:
list(
ReleaseSummaries = list(
list(
ReleaseVersion = "string",
Timestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextMarker = "string"
)