Retrieve the gateway connections of all realms
GEThttps://demo.openremote.io/api/master/gateway/connection
Retrieve the gateway connections of all realms
Request
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
localRealmstring
hoststringrequired
Possible values: non-empty
and <= 255 characters
portint32
Possible values: >= 1
and <= 65536
realmstring
clientIdstringrequired
Possible values: non-empty
and <= 255 characters
clientSecretstringrequired
Possible values: >= 36 characters
and <= 36 characters
securedboolean
attributeFilters object[]
assetSyncRules object
disabledboolean
[
{
"localRealm": "string",
"host": "string",
"port": 0,
"realm": "string",
"clientId": "string",
"clientSecret": "string",
"secured": true,
"attributeFilters": [
{
"matcher": {
"recursive": true,
"select": {
"basic": true
},
"access": "PRIVATE",
"ids": [
"string"
],
"names": [
{
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
}
],
"parents": [
{
"id": "string"
}
],
"paths": [
{
"path": [
"string"
]
}
],
"realm": {
"name": "string"
},
"userIds": [
"string"
],
"types": [
"string"
],
"attributes": {
"operator": "AND",
"items": [
{
"name": {
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
},
"negated": true,
"path": [
{}
],
"value": {
"predicateType": "string"
},
"meta": [
{
"name": {
"match": "EXACT",
"caseSensitive": true,
"value": "string",
"negate": true
},
"negated": true,
"path": [
{}
],
"value": {
"predicateType": "string"
}
}
],
"previousValue": {
"predicateType": "string"
},
"timestampOlderThan": "string"
}
],
"groups": [
null
]
},
"orderBy": {
"property": "CREATED_ON",
"descending": true
},
"limit": 0
},
"duration": "string",
"delta": 0,
"valueChange": true,
"skipAlways": true,
"durationParsedMillis": 0
}
],
"assetSyncRules": {},
"disabled": true
}
]
Authorization: oauth2
name: openidtype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
},
"authorizationCode": {
"authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
}
}
- curl
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L 'https://demo.openremote.io/api/master/gateway/connection' \
-H 'Authorization: Bearer <token>'
ResponseClear