GetHostedRpaCapacityResponse ComplexType

Contains the response from the GetHostedRpaCapacity function.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
availableCapacity Edm.Int32

Available Hosted RPA capacity in the current environment.

failedToGetCapacity Edm.Boolean

Indicates if the API was unable to compute available capacity.

hostedGroupCount Edm.Int32

Count of Hosted Groups visible for the current user.

hostedMachineCount Edm.Int32

Count of Hosted Machines visible for the current user.

hostedMachineGroupsBotCount Edm.Int32

Count of Hosted Machine Groups bots visible for the current user.

isPayGo Edm.Boolean

Indicates if the current environment is in pay-as-you-go mode.

totalEnvironmentAddOns Edm.Int32

Total Hosted RPA capacity in the current environment.

Used by

The following use the GetHostedRpaCapacityResponse ComplexType.

Name How used
GetHostedRpaCapacity ReturnType

See also