Add Account

Add Account

Add account to VCO user

Request
URI
POST
https://vcportal.velocloud.net//api/sase-licensing/v1/vcoUserAccounts
COPY
Request Body
addVcoUserAccount of type(s) application/json
Required
{
    "vcoUserId": 100,
    "idOnVco": 100,
    "vcoHost": "vco109-usca1",
    "partnerLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa"
}
integer
vcoUserId
Optional

vcoUserId

integer
idOnVco
Required

idOnVco

string
vcoHost
Required

vcoHost

string As uuid As uuid
partnerLogicalId
Optional

Logical ID

Responses
200

Added VCO user account

Returns addVcoUserAccountResponse of type(s) application/json
{
    "id": 100,
    "vcoUserId": 100,
    "idOnVco": 100,
    "vcoHost": "vco109-usca1",
    "vcoInstanceLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa",
    "lastEdgesPullDate": "2020-07-18T15:48:18.000Z"
}
integer
id
Required

id

integer
vcoUserId
Required

vcoUserId

integer
idOnVco
Required

idOnVco

string
vcoHost
Required

vcoHost

string As uuid As uuid
vcoInstanceLogicalId
Required

Logical ID

string As date-time As date-time
lastEdgesPullDate
Required

lastEdgesPullDate


400

invalid input

Returns httpResponseError of type(s) application/json
{
    "code": "string",
    "errors": [
        {
            "message": "error",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, DUPLICATE_ENTITY, VCO_API_ERROR, VCO_API_DUPLICATE_ENTERPRISE, VCO_API_NOT_FOUND, VCO_INVALID_CREDENTIALS, PONCHO_API_ERROR,
array of object
errors
Required

errors


500

server internal error

Returns httpResponseError of type(s) application/json
{
    "code": "string",
    "errors": [
        {
            "message": "error",
            "path": "object.path"
        }
    ]
}
string
code
Required

code

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, DUPLICATE_ENTITY, VCO_API_ERROR, VCO_API_DUPLICATE_ENTERPRISE, VCO_API_NOT_FOUND, VCO_INVALID_CREDENTIALS, PONCHO_API_ERROR,
array of object
errors
Required

errors