BulkOperation

BulkOperation
Bulk Operation

A single operation within a bulk request.

JSON Example
{
    "operation": "string",
    "mapping": {
        "id": "string",
        "license_id": "string",
        "endpoint_id": "string"
    }
}
string
operation
Required

The type of operation to perform. For create operation, please provide license_id and endpoint_id. For delete operation, please provide only the id of mapping to be deleted.

Enumeration: CREATE, DELETE
mapping
Required

License and Endpoint mapping details