Retrieve the gateway connections of all realms
GET/gateway/connection
Retrieve the gateway connections of all realms
Request
Header Parameters
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
Array [
]
Array [
]
Array [
Array [
]
]
]
]
Possible values: non-empty
and <= 255 characters
Possible values: >= 1
and <= 65536
Possible values: non-empty
and <= 255 characters
Possible values: >= 36 characters
and <= 36 characters
attributeFilters
object[]
matcher
object
select
object
Possible values: [PRIVATE
, PROTECTED
, PUBLIC
]
names
object[]
Possible values: [EXACT
, BEGIN
, END
, CONTAINS
]
parents
object[]
paths
object[]
realm
object
attributes
object
Possible values: [AND
, OR
]
items
object[]
name
object
Possible values: [EXACT
, BEGIN
, END
, CONTAINS
]
value
object
meta
object[]
name
object
Possible values: [EXACT
, BEGIN
, END
, CONTAINS
]
value
object
previousValue
object
orderBy
object
Possible values: [CREATED_ON
, FIRST_NAME
, LAST_NAME
, USERNAME
, EMAIL
]
[
{
"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"
}
}
],
"groups": [
null
]
},
"orderBy": {
"property": "CREATED_ON",
"descending": true
},
"limit": 0
},
"duration": "string",
"delta": 0,
"valueChange": true,
"skipAlways": true,
"durationParsedMillis": 0
}
],
"disabled": true
}
]