integrationPackInstanceEnvironmentAttachmentAttach
Attach an IPack instance to an environment.
The integrationPackInstanceEnvironmentAttachmentAttach mutation accepts the following input: IntegrationPackEnvironmentAttachmentInput.
An example of the request is as follows:
mutation attachIpackInstance {
integrationPackInstanceEnvironmentAttachmentAttach(
input: {
integrationPackInstanceId: "SW50ZWdyYXRpb25QYWNrSW5zdGFuY2UxOTUw"
environmentIds: ["730bc9b1-1f7c-4049-bb65-aacf993b6fe0"]
}
) {
idenvironmentIdintegrationPackInstanceIdenvironmentExtensions
}
}
integrationPackInstanceEnvironmentAttachmentAttach(
input: IntegrationPackEnvironmentAttachmentInput!
): [IntegrationPackEnvironmentAttachmentWithExtensions]
Arguments
integrationPackInstanceEnvironmentAttachmentAttach.input ● IntegrationPackEnvironmentAttachmentInput! non-null input catalog-service
Type
IntegrationPackEnvironmentAttachmentWithExtensions object catalog-service
An integration pack envr attachment with the extensions created specifically for Spaces.
Was this topic helpful?