Query daemon version
Retrieves version information from the daemon
Authorization
bearerAuth AuthorizationBearer <token>
The bearer token used is the session token that you receive from the handshake exchange.
In: header
Response Body
application/json
application/json
application/json
curl -X POST "http://localhost:21721/daemon/version"{
"version": "string",
"canonicalVersion": "string",
"buildVersion": "string",
"jvmVersion": "string",
"pro": true
}{
"message": "string"
}Empty
Empty
{
"error": {
"cause": {},
"stackTrace": [],
"suppressed": [],
"localizedMessage": "string",
"message": "string"
}
}Remove connection POST
Removes a set of connections. This includes any possible children associated with the connection. Some connections, for example the local machine, can not be removed.
Store raw file blob POST
Stores arbitrary binary data in a blob such that it can be used later on to for example write to a remote file. This will return a uuid which can be used as a reference to the blob. You can also store normal text data in blobs if you intend to create text or shell script files with it.