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?
optionaldeploymentIdentifier:string
Defined in: src/models/operations.ts:263
The unique identifier of a Deployment.
engine?
optionalengine:string
Defined in: src/models/operations.ts:258
Filters Operations by the engine name supplied in the query.
executionStatus?
optionalexecutionStatus:ExecutionStatus
Defined in: src/models/operations.ts:283
Filters Operations by the execution status supplied in the query.
identifier?
optionalidentifier:string
Defined in: src/models/operations.ts:273
Filters Operations by the identifier supplied in the query.
page?
optionalpage:number
Defined in: src/models/listQueryParameters.ts:22
The page number to return
Inherited from
ListQueryParameters.page
perPage?
optionalperPage: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?
optionalprocedureUuid:string
Defined in: src/models/operations.ts:268
Returns resources that belong to the associated procedure id.
region?
optionalregion:region
Defined in: src/models/listQueryParameters.ts:12
The region to filter by. Allowed: aws-us1 ┃ azure-us1
Inherited from
ListQueryParameters.region
status?
optionalstatus:Status
Defined in: src/models/operations.ts:278
Filters Operations by the status supplied in the query.