check bridge
GET http://{{bridge_ip}}/debug/clip.html
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>API Debug tool</title>
<link rel="stylesheet" type="text/css" href="clip.css">
</head>
<body>
<script src="clip.js"></script>
<form name="commandform">
<h1>CLIP API Debugger</h1>
<h2>URL:</h2>
<input name="commandurl" type="text" size="60" value="/api/1234/">
<div id="buttons">
<button type="button" id='btnGet' value='GET'>GET</button>
<button type="button" id='btnPut' value='PUT'>PUT</button>
<button type="button" id='btnPost' value='POST'>POST</button>
<button type="button" id='btnDelete' value='DELETE'>DELETE</button>
</div>
<h2>Message Body:</h2>
<textarea name="messagebody" rows="10" cols="100"></textarea>
<h2>Command Response:</h2>
<textarea name="response" rows="25" cols="100"></textarea>
</form>
</body>
</html> |
ENDPOINTS