Get Page 2
Endpoint for get provider storage settings
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/storagesettings
COPY
Query Parameters
integer
page
Optional
Constraints:
minimum: 0
default: 0
Zero-based page index (0..N)
integer
size
Optional
Constraints:
minimum: 1
default: 20
The size of the page to be returned
string of
array
sort
Optional
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
200
OK
Returns
PagedModelProviderStorageSettingsDTO
of type(s)
application/vnd.vmware.dms-v1+json
{
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"content": [
{
"storageType": "string",
"url": "string",
"accessKey": "string",
"secretKey": "string",
"bucket": "string",
"region": "string",
"thumbprint": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
],
"page": {
"size": 0,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}
array of
object
links
Optional
links
array of
object
content
Optional
content
object
page
Optional
page
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/storagesettings
Provider Storage Settings Operations
GET
Get Page 2
PUT
Put
POST
Create 2
GET
Get Storage
DELETE
Delete Provider Backup Storage Settings