Skip to main content

instanceProfile Query

Returns the specified InstanceProfile object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_instance_permissions, org_manage_instances, org_view_instances].

Input fields

ArgumentTypeDescription
idID!The ID of the InstanceProfile object.

Return fields (InstanceProfile)

allocatedMemoryMb (Int!)

The amount of memory allocated to the Instance Runner Lambda function.

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the InstanceProfile.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the InstanceProfile.

description (String)

Additional notes about the Instance Profile.

id (ID!)

The ID of the object

instanceBillingType (String!)

The billing type for the Instances that use this Instance Profile.

instances (InstanceConnection!)

The Instance Profile used by this Instance.

isDefaultProfile (Boolean!)

Specifies whether this Instance Profile is the default used when no Instance Profile is explicitly specified during Instance creation.

logsDisabled (Boolean!)

Specifies whether to disable the creation of logs during Instance execution.

name (String!)

The name of the Instance Profile, which must be unique within the scope of its Organization.

quickStart (Boolean)

Specifies whether instances using this profile will startup faster when triggered.

stepResultsDisabled (Boolean!)

Specifies whether to disable the creation of step results during Instance execution.