Create 1

Create 1

Use this endpoint to create tanzu net settings
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/provider/tanzusettings
COPY
Request Body
TanzuNetStorageSettingsDTO of type(s) application/json
Required

Show optional properties

{
    "refreshToken": "string"
}
{
    "refreshToken": "string",
    "links": [
        {
            "rel": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "title": "string",
            "type": "string",
            "deprecation": "string",
            "profile": "string",
            "name": "string"
        }
    ]
}
string
refreshToken
Required

refreshToken

array of object
links
Optional

links

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TanzuNetStorageSettings of type(s) application/vnd.vmware.dms-v1+json
"TanzuNetStorageSettings Object"
string
storageType
Optional

storageType

string
refreshToken
Optional

refreshToken


400

Bad Request

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"refreshToken:"string"}' https://{api_host}/provider/tanzusettings