Returns metadata describing the Colibri AppView deployment. Public and side-effect free.
Output
Encoding
application/jsonflavor
string
Required
No description available.
software
string
Required
No description available.
version
string
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"software",
"flavor",
"version"
],
"properties": {
"flavor": {
"type": "string"
},
"version": {
"type": "string"
},
"software": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "Returns metadata describing the Colibri AppView deployment. Public and side-effect free."
}