Delete a Unified Assurance Device Association
delete
/vision/api/assure1DeviceLink
Deletes the association between the Unified Assurance device and the Vision entity specified in the request body. The Vision entity is not deleted, only the association between it and the device. This request is run automatically when you delete an entity.
Unified Assurance roles with the following Vision package permissions have access to this endpoint:
Unified Assurance roles with the following Vision package permissions have access to this endpoint:
- Admin
- Api
Request
There are no request parameters for this operation.
Supported Media Types
- */*
Root Schema : schema
Type:
object
The details of an association between a Unified Assurance device and a Vision entity.
Show Source
-
deviceId: integer
(int64)
The device ID. If this is 0, the entity has no associated device.Example:
1
-
deviceZoneId: integer
(int64)
The device zone ID.Example:
1
-
entityName: string
The entity name.Example:
host.example.com
-
sourceId: integer
(int64)
The ID of the source for the device. Only 1 for Assure1 is supported.Example:
1
Response
Supported Media Types
- application/json
204 Response
No Content
401 Response
Unauthorized Access
Root Schema : schema
Type:
object
The error response details.
Show Source
-
message: string
The error message.Example:
An internal server error occurred.
-
reason: string
The reason phrase for the response.Example:
INTERNAL SERVER ERROR
-
status: integer
(int32)
The response status code.Example:
500
422 Response
Unprocessable Entity. Usually due to not providing a required field.
Root Schema : schema
Type:
object
The error response details.
Show Source
-
message: string
The error message.Example:
An internal server error occurred.
-
reason: string
The reason phrase for the response.Example:
INTERNAL SERVER ERROR
-
status: integer
(int32)
The response status code.Example:
500
500 Response
An internal server error occurred while accessing the database or performing a database operation.
Root Schema : schema
Type:
object
The error response details.
Show Source
-
message: string
The error message.Example:
An internal server error occurred.
-
reason: string
The reason phrase for the response.Example:
INTERNAL SERVER ERROR
-
status: integer
(int32)
The response status code.Example:
500