Set Csp Refresh Token Using PUT

Set Csp Refresh Token Using PUT

API code: SET-CSP-REFRESH-TOKEN Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
PUT
https:////localhost/api/alp/v1/csp-refresh-token
COPY
Request Body

API refresh token for VMware Cloud Marketplace.

CspRefreshToken of type(s) application/json
Optional
{
    "expires_at": "string",
    "health": "string",
    "health_message": "string",
    "set_by": "string",
    "set_time": "string",
    "token": "string"
}
string As date-time As date-time
expires_at
Optional

expires_at

string
health
Optional

health

string
health_message
Optional

health_message

string
set_by
Optional

set_by

string As date-time As date-time
set_time
Optional

set_time

string
token
Optional

token

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CspRefreshToken of type(s) application/json
{
    "expires_at": "string",
    "health": "string",
    "health_message": "string",
    "set_by": "string",
    "set_time": "string",
    "token": "string"
}
string As date-time As date-time
expires_at
Optional

expires_at

string
health
Optional

health

string
health_message
Optional

health_message

string
set_by
Optional

set_by

string As date-time As date-time
set_time
Optional

set_time

string
token
Optional

token