IntegrationPackInstanceInput
An input type to create an Integration Pack instance.
input IntegrationPackInstanceInput {
integrationPackOverrideName: String
integrationPackId: ID!
integrationPackName: String
environmentNames: [String]
environmentIds: [ID]
}
Fields
IntegrationPackInstanceInput.integrationPackOverrideName ● String scalar miscellaneous
Integration Pack Override name.
IntegrationPackInstanceInput.integrationPackId ● ID! non-null scalar miscellaneous
Integration Pack Id.
IntegrationPackInstanceInput.integrationPackName ● String scalar miscellaneous
Integration Pack Name.
IntegrationPackInstanceInput.environmentNames ● [String] list scalar miscellaneous
The names of the environments to which this integration pack instance needs to be attached.
IntegrationPackInstanceInput.environmentIds ● [ID] list scalar miscellaneous
The IDs of the environments to which this integration pack instance needs to be attached.
Member Of
integrationPackInstanceInstall mutation