Retrieve all Open Protocol tools
List of Open Protocol tools
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Internal server error
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "Name": "string",
- "Host": "string",
- "Port": 0,
- "Driver": "string",
- "TraceSetting": 0,
- "IsActive": true
}
]
Add a new Open Protocol tool
Tool created successfully
Bad request
Internal server error
{- "Name": "ZK Kolver Tool",
- "Host": "192.168.0.10",
- "Port": 4545,
- "Driver": "Test Driver",
- "TraceSetting": 0,
- "IsActive": true
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "Name": "string",
- "Host": "string",
- "Port": 0,
- "Driver": "string",
- "TraceSetting": 0,
- "IsActive": true
}
Update an existing Open Protocol tool
Tool updated successfully
Bad request
Tool not found
Internal server error
{- "Name": "ZK Kolver Tool",
- "Host": "192.168.0.10",
- "Port": 4545,
- "Driver": "Test Driver",
- "TraceSetting": 0,
- "IsActive": false
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "Name": "string",
- "Host": "string",
- "Port": 0,
- "Driver": "string",
- "TraceSetting": 0,
- "IsActive": true
}
Toggle the enable/disable state of an Open Protocol tool
Tool toggle state updated successfully
Bad request
Tool not found
Internal server error
{- "Enable": true
}