Endpoint Tags
Endpoint Tags
Endpoint Tags allow logical classification and grouping of endpoints for operational and reporting purposes.
Account access
Reseller: Yes
Enterprise: Yes
POST Endpoint Tags – Create / Assign
Endpoint
POST /api/createEndpointTag
Headers
Content-Type: application/json
X-Requested-With: XMLHttpRequest
X-Authorization: Bearer <AccessToken>
Request body
Top-level object: endpointTagInfo
Field | Mandatory | Description |
|---|---|---|
endpointId | Yes | Endpoint ID |
tagName | Yes | Tag name to assign |
Result codes (selected)
Code | Description |
|---|---|
2001 | Create endpoint tag success |
2002 | Create endpoint tag failure |
GET Endpoint Tags
Endpoint
GET /api/GetEndpointTag
Headers
Content-Type: application/json
X-Requested-With: XMLHttpRequest
X-Authorization: Bearer <AccessToken>
Query parameters
Parameter | Mandatory | Description |
|---|---|---|
endpointId | No | Fetch tags for a specific endpoint |
Result codes (selected)
Code | Description |
|---|---|
2003 | Get endpoint tag success |
2004 | Get endpoint tag failure |
POST Endpoint Tags – Delete
Endpoint
POST /api/deleteEndpointTag
Headers
Content-Type: application/json
X-Requested-With: XMLHttpRequest
X-Authorization: Bearer <AccessToken>
Request body
Top-level object: endpointTagInfo
Field | Mandatory | Description |
|---|---|---|
endpointId | Yes | Endpoint ID |
tagName | Yes | Tag name to remove |
Cross-API parameter sourcing
endpointId: via GET Endpoint or Create Endpoint response