Skip to main content
GET
/
bundles
/
{id}
/
gates
Get bundle gates
curl --request GET \
  --url https://mycluster.domino.tech/bundles/{id}/gates
[
  {
    "bundleId": "<string>",
    "id": "<string>",
    "isOpen": true,
    "name": "<string>",
    "policyGateId": "<string>",
    "reason": "<string>",
    "resources": [
      {
        "failOpen": true,
        "parameters": {}
      }
    ]
  }
]

Path Parameters

id
string
required

Bundle ID

Response

OK

bundleId
string
id
string
isOpen
boolean
name
string
policyGateId
string
reason
string
resources
object[]