cybros labs

openHES API

version 356

ApiService - Bulks

ListBulks

Retrieves the list of bulks. The list of bulks is paginated. The page size is defined in the request. The page number is 0-based. The list contains both the proxy bulks and the regular bulks.

ListBulks(io.clbs.openhes.models.common.ListSelector) returns (io.clbs.openhes.models.acquisition.ListOfBulk)

ListBulkJobs

Retrieves the list of jobs. The list of jobs is paginated. The page size is defined in the request. The page number is 0-based. The listing can be used for both proxy bulks and regular bulks.

ListBulkJobs(io.clbs.openhes.models.acquisition.ListBulkJobsRequest) returns (io.clbs.openhes.models.acquisition.ListOfBulkJob)

GetBulkJob

Retrieves the job status. It can be used for jobs related to both proxy and regular bulks.

GetBulkJob(google.protobuf.StringValue) returns (io.clbs.openhes.models.acquisition.BulkJob)

CancelBulk

Cancels the bulk of jobs. It can be used for both proxy and regular bulks.

CancelBulk(google.protobuf.StringValue)

CreateProxyBulk

Starts a new proxy bulk. The proxy bolk is a collection of jobs where each job represents a single device. Devices must be fully defined in the request.

CreateProxyBulk(io.clbs.openhes.models.acquisition.CreateProxyBulkRequest) returns (google.protobuf.StringValue)

GetProxyBulk

Retrieves the proxy bulk info and status.

GetProxyBulk(google.protobuf.StringValue) returns (io.clbs.openhes.models.acquisition.ProxyBulk)

CreateBulk

Starts a new bulk. The bulk is a collection of jobs where each jobs represents a single device. Devices that are part of the bulk are identified either as a list of registered device identifiers or as a group identifier.

CreateBulk(io.clbs.openhes.models.acquisition.CreateBulkRequest) returns (google.protobuf.StringValue)

GetBulk

Retrieves the bulk info and status.

GetBulk(google.protobuf.StringValue) returns (io.clbs.openhes.models.acquisition.Bulk)