API Guide

Table Of Contents
3.34.2. Endpoint to logout and invalidate/delete the token
DELETE /token
Responses
HTTP
Code
Description Schema
204 User successfully logged out No Content
401 User not authorized Error
500 Internal server error Error
3.35. Version
3.35.1. Returns a list of versions of the VPLEX components
GET /versions
Parameters
Type Name Description Schema
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Responses
HTTP
Code
Description Schema
200
A JSON array of versions
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
Versions
500 Versions could not be retrieved Error
107