Integration Instances
Get an Integration Instance
Fetches a integration instance.
get/v1/integration-instances/{id}
Response
A response containing a single integration instance object.
Example response
{
"id": "3f51fa25-310a-421d-bd1a-007f859021a3",
"name": "aws-lambda-prod",
"display_name": "AWS (prod)",
"integration": {
"name": "gateway-manager",
"display_name": "gateway-manager"
},
"authorized": true,
"labels": {
"env": "test"
},
"config": {
"account_region": "eu"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 2 of the 75 revisions of this API.2
- ○
added the optional property
labelsto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○