Check S3 Connectivity

Check S3 Connectivity

Check S3 connectivity from a given environment. Returns the failures if any.
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/provider/environments/{uuid}/check-s3-connectivity
COPY
Path Parameters
string
uuid
Required

ID of the Environment


Request Body
Array of string of type(s) application/json
Optional
[
    {}
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "storageId": "string",
        "storageName": "string",
        "errorMessage": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure