Add Vasa Provider

Add Vasa Provider

Add a VASA Provider

Request
URI
POST
https://sfo-vcf01.rainpole.io//v1/vasa-providers
COPY
Request Body

VASA Provider data

VasaProvider of type(s) application/json
Required
{
    "id": "string",
    "name": "string",
    "storageContainers": [
        {
            "clusterId": "string",
            "id": "string",
            "name": "string",
            "protocolType": "One among: ISCSI, FC, NFS"
        }
    ],
    "url": "string",
    "users": [
        {
            "id": "string",
            "password": "string",
            "username": "string"
        }
    ]
}
string
id
Optional

ID of the VASA Provider

string
name
Required

Name of the VASA Provider

storageContainers
Required

List of storage containers associated with the VASA Provider

string
url
Required

URL of the VASA Provider

array of VasaUser
users
Required

List of users associated with the VASA Provider

Responses
201

Created

Returns VasaProvider of type(s) application/json
{
    "id": "string",
    "name": "string",
    "storageContainers": [
        {
            "clusterId": "string",
            "id": "string",
            "name": "string",
            "protocolType": "One among: ISCSI, FC, NFS"
        }
    ],
    "url": "string",
    "users": [
        {
            "id": "string",
            "password": "string",
            "username": "string"
        }
    ]
}
string
id
Optional

ID of the VASA Provider

string
name
Required

Name of the VASA Provider

storageContainers
Required

List of storage containers associated with the VASA Provider

string
url
Required

URL of the VASA Provider

array of VasaUser
users
Required

List of users associated with the VASA Provider


400

Bad Request

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

InternalServerError

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message