Skip to main content
Skip table of contents

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

CODE
POST /api/createEndpointTag

Headers

CODE
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

CODE
GET /api/GetEndpointTag

Headers

CODE
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

CODE
POST /api/deleteEndpointTag

Headers

CODE
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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.