Get All Vco Edges

Get All Vco Edges

Get VCO Edges

Request
URI
GET
https://vcportal.velocloud.net//api/sase-licensing/v1/vcoEdges
COPY
Query Parameters
string
sortBy
Optional

sort by fields

string
count
Optional

to return items count

Possible values are : true, false,
string
limit
Optional

to limit returned collection

string
prevPageLink
Optional

previous page link

string
nextPageLink
Optional

next page link

string
partnerLogicalId
Optional

Partner logical ID

string
hideInactive
Optional

Indicates that unactivated edges should be filtered out from response

Possible values are : true, false,

Responses
200

VCO Edges with licensing information

Returns getAllEdgesFromVcoResponse of type(s) application/json
{
    "metaData": {
        "limit": 100,
        "more": false,
        "count": 100,
        "nextPageLink": "string",
        "prevPageLink": "string"
    },
    "data": [
        {
            "serialNumber": "string",
            "logicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa",
            "mac": "string",
            "model": "string",
            "name": "string",
            "vcoUserAccountId": 100,
            "vcoInstanceLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa",
            "vcoEnterpriseId": 100,
            "vcoEnterpriseName": "string",
            "activationDate": "2020-07-18T15:48:18.000Z",
            "deactivationDate": "2020-07-18T15:48:18.000Z",
            "licenseOnVco": "string",
            "created": "2020-07-18T15:48:18.000Z",
            "modified": "2020-07-18T15:48:18.000Z",
            "licenseAssignmentDate": "2020-07-18T15:48:18.000Z",
            "licenseUnassignmentDate": "2020-07-18T15:48:18.000Z",
            "licenseAssignmentStatus": "string",
            "vcoUrl": "vco109-usca1",
            "type": "string"
        }
    ]
}
object
metaData
Optional

metaData

array of object
data
Optional

data


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