Skip to content

ListOperationQueryParameters

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / ListOperationQueryParameters

Interface: ListOperationQueryParameters

Defined in: src/models/operations.ts:253

Interface for the query parameters used to filter the list of operations.

Extends

  • ListQueryParameters

Properties

deploymentIdentifier?

optional deploymentIdentifier: string

Defined in: src/models/operations.ts:263

The unique identifier of a Deployment.


engine?

optional engine: string

Defined in: src/models/operations.ts:258

Filters Operations by the engine name supplied in the query.


executionStatus?

optional executionStatus: ExecutionStatus

Defined in: src/models/operations.ts:283

Filters Operations by the execution status supplied in the query.


identifier?

optional identifier: string

Defined in: src/models/operations.ts:273

Filters Operations by the identifier supplied in the query.


page?

optional page: number

Defined in: src/models/listQueryParameters.ts:22

The page number to return

Inherited from

ListQueryParameters.page


perPage?

optional perPage: number

Defined in: src/models/listQueryParameters.ts:17

The number of items to return per page. The default is 5 and the maximum is 1000.

Inherited from

ListQueryParameters.perPage


procedureUuid?

optional procedureUuid: string

Defined in: src/models/operations.ts:268

Returns resources that belong to the associated procedure id.


region?

optional region: region

Defined in: src/models/listQueryParameters.ts:12

The region to filter by. Allowed: aws-us1 ┃ azure-us1

Inherited from

ListQueryParameters.region


status?

optional status: Status

Defined in: src/models/operations.ts:278

Filters Operations by the status supplied in the query.