List All S3 Storage
Use this endpoint to List S3 Storage Details
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/s3storages
COPY
Query Parameters
integer
page
Optional
Zero-based page index (0..N)
integer
size
Optional
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 PagedModelListViewS3StorageDetailsDto 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": [
{
"id": "string",
"name": "string",
"endpoint": "string",
"accessKey": "string",
"secretKey": "string",
"bucket": "string",
"region": "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
}
}
400
Bad Request
Operation doesn't return any data structure
Storage Information Operations
POST
Add S3 Storage
GET
Get Environment Storage Details
GET
Get S3 Storage
GET
List All S3 Storage
DELETE
Remove S3 Storage
PUT
Update S3 Storage