Create Subscription Assignments
Create subscription assignments
Request
URI
POST
https://vcportal.velocloud.net//api/sase-licensing/v1/subscriptionAssignments/batch
COPY
Request Body
batchCreateSubscriptionAssignmentsRequestBody of type(s) application/json
Required
{
"partnerLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa",
"subscriptionAssignments": [
{
"vcoEdgeLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa",
"subscriptionUnitLogicalId": "5cdff30e-8aa0-459e-908d-1366d76882fa"
}
]
}
string As uuid As uuid
partnerLogicalId
Optional
Logical ID
array of object
subscriptionAssignments
Optional
subscriptionAssignments
Responses
204
Operation doesn't return any data structure
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
Subscription Assignments Operations
POST
Create Subscription Assignments