Validate Storage

Validate Storage

Use this endpoint to validate storage
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/provider/registered-environments/{envId}/onboarding/storage/validate
COPY
Path Parameters
string
envId
Required

UUID of the registered environment


Request Body
S3ValidateRequestDTO of type(s) application/json
Required
{
    "hostFQDN": "string",
    "username": "string",
    "password": "string",
    "thumbprint": "string",
    "bucket": "string",
    "region": "string",
    "tenantRecovery": false
}
string
hostFQDN
Required

hostFQDN

string
username
Required

username

string
password
Required

password

string
thumbprint
Optional

thumbprint

string
bucket
Optional

bucket

string
region
Optional

region

boolean
tenantRecovery
Optional

tenantRecovery

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure