Relay Proxy configurations
List Relay Proxy configs
Get a list of Relay Proxy configurations in the account.
get/api/v2/account/relay-auto-configs
Response
Relay auto configs collection response
Example response
{
"items": [
{
"_creator": {
"_links": {
"self": {
"href": "/api/v2/members/569f183514f4432160000007",
"type": "application/json"
}
},
"_id": "569f183514f4432160000007",
"firstName": "Ariel",
"lastName": "Flores",
"role": "admin",
"email": "ariel@acme.com"
},
"_access": {
"denied": [
{
"reason": {
"resources": [
"proj/*:env/*;qa_*:/flag/*"
],
"actions": [
"*"
],
"effect": "allow"
}
}
],
"allowed": [
{
"reason": {
"resources": [
"proj/*:env/*;qa_*:/flag/*"
],
"actions": [
"*"
],
"effect": "allow"
}
}
]
},
"name": "Relay Proxy Demo Config",
"policy": [
{
"resources": [
"proj/*:env/*;qa_*:/flag/*"
],
"actions": [
"*"
],
"effect": "allow"
}
],
"displayKey": "7f30"
}
]
}Changes
Changed in 1 of the 5 revisions of this API.1
- ▲
the response property
items/items/fullKeybecame optional for the status200response-property-became-optional
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲