PHP Sigfox Client

TilesMonarchKmz

Table of Contents

find()  : TilesMonarchKmzJobId
Find by jobId
start()  : AsyncResponse<TilesMonarchKmzStartResponse, KmzStatusResponse>
Starting the computation of Sigfox Monarch coverage view for a specific coverage mode. A new computation starts if no other computation, run in the last 24 hours, is available. Otherwise, the existing jobId is returned.

Methods

start()

Starting the computation of Sigfox Monarch coverage view for a specific coverage mode. A new computation starts if no other computation, run in the last 24 hours, is available. Otherwise, the existing jobId is returned.

public start(KmzCreatePublicRequest|array<string|int, mixed>|null $request) : AsyncResponse<TilesMonarchKmzStartResponse, KmzStatusResponse>
Parameters
$request : KmzCreatePublicRequest|array<string|int, mixed>|null

The computation will be performed with the specified coverage mode

Tags
throws
SerializeException

If request object failed to serialize to a JSON serializable type.

throws
UnexpectedResponseException

If server returned an unexpected status code.

throws
ResponseException

If server returned any expected HTTP error

throws
ValidationException

If request could not be validated according to pre validation rules.

throws
BadRequestException

If server returned a HTTP 400 error.

throws
UnauthorizedException

If server returned a HTTP 401 error.

throws
ForbiddenException

If server returned a HTTP 403 error.

throws
NotFoundException

If server returned a HTTP 404 error.

throws
InternalServerException

If server returned a HTTP 500 error.

throws
DeserializeException

If failed to deserialize response body as a response object.

Return values
AsyncResponse<TilesMonarchKmzStartResponse, KmzStatusResponse>

Search results