Returns the list of boundary domains available on this Stratos service.
Output
Encoding
application/jsondomains
array
Required
The boundary domains available on this service.
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": [
"domains"
],
"properties": {
"domains": {
"type": "array",
"items": {
"type": "string"
},
"description": "The boundary domains available on this service."
}
}
},
"encoding": "application/json"
},
"description": "Returns the list of boundary domains available on this Stratos service."
}