Waiting for engine...
Skip to main content

integrationPackEnvironmentAttachment

Get mappers and extensions for an Integration Pack instance for the specified environment ID and process ID.

The integrationPackEnvironmentAttachment query accepts the following input: IPackInstanceId.

An example of the request is as follows:

query ipackEnvAttachmentDtl {
integrationPackEnvironmentAttachment(
integrationPackInstanceId: "SW50ZWdyYXRpb25QYWNrSW5zdGFuY2UxODQz"
environmentId: "ca2259dd-f394-4ff2-8e93-88596c8aa72a"
processId: "368eff3e-e070-4a2f-9410-3bca82986e90"
) {
integrationPackInstanceIdenvironmentMapExtensionenvironmentExtensions
}
}

integrationPackEnvironmentAttachment(
integrationPackInstanceId: String!
environmentId: String!
processId: String!
): IntegrationPackEnvironmentAttachmentWithExtension

Arguments

integrationPackEnvironmentAttachment.integrationPackInstanceId ● String! non-null scalar miscellaneous

integrationPackEnvironmentAttachment.environmentId ● String! non-null scalar miscellaneous

integrationPackEnvironmentAttachment.processId ● String! non-null scalar miscellaneous

Type

IntegrationPackEnvironmentAttachmentWithExtension object catalog-service

Represents the linkage between an Integration Pack instance and a specific environment with specific process, including any associated configuration and mapping extensions.

On this Page