Vco Inventory Associate Edges
Associate cached Edge inventory from Maestro with Enterprise or MSP's Enterprise. Edge inventory is taken from cache, where it is put during vcoInventory/getPendingInventory execution.
Privileges required:
CREATE
EDGE
CREATE
INVENTORY
Request
URI
POST
https://{api_host}/portal/rest/vcoInventory/associateEdges
COPY
Request Body
{
"enterpriseProxyId": 0,
"enterpriseId": 0,
"edges": [
{
"serialNumber": "string",
"licenseId": "number",
"configurationId": "number"
}
]
}
integer
enterpriseProxyId
Optional
enterpriseProxyId
integer
enterpriseId
Optional
enterpriseId
array of object
edges
Required
edges
Responses
200
Request was successfully processed
{
"success": false
}
boolean
success
Optional
success
400
Returns generic_400 of type(s) application/json
{
"error": {
"code": -32600,
"message": "An error occurred while processing your request",
"data": {
"valid": false,
"error": [
{
"code": "string",
"message": "string",
"path": "string"
}
],
"warning": [
{
"code": "string",
"message": "string",
"path": "string"
}
]
}
}
}
object
error
Required
error
500
Returns generic_500 of type(s) application/json
{
"error": {
"code": -32600,
"message": "An error occurred while processing your request",
"data": {
"valid": false,
"error": [
{
"code": "string",
"message": "string",
"path": "string"
}
],
"warning": [
{
"code": "string",
"message": "string",
"path": "string"
}
]
}
}
}
object
error
Required
error