ContractInfosId
Table of Contents
- bulkRestart() : AsyncResponse<ContractInfosIdBulkRestartResponse, ActionJob>
- Create an async job to restart the devices associated to a contract.
- devices() : PaginateResponse<Device, ContractInfosIdDevicesResponse>
- Retrieve a list of devices according to visibility permissions and request filters.
- get() : ContractInfo
- Retrieve information about a given contract.
Methods
bulkRestart()
Create an async job to restart the devices associated to a contract.
public
bulkRestart() : AsyncResponse<ContractInfosIdBulkRestartResponse, ActionJob>
Tags
Return values
AsyncResponse<ContractInfosIdBulkRestartResponse, ActionJob> —devices()
Retrieve a list of devices according to visibility permissions and request filters.
public
devices([ContractInfosIdDevices|array<string|int, mixed>|null $request = null ]) : PaginateResponse<Device, ContractInfosIdDevicesResponse>
Parameters
- $request : ContractInfosIdDevices|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
PaginateResponse<Device, ContractInfosIdDevicesResponse> —First generic parameter is the item type and the second type is the original response type.
get()
Retrieve information about a given contract.
public
get([ContractInfosIdGet|array<string|int, mixed>|null $request = null ]) : ContractInfo
Parameters
- $request : ContractInfosIdGet|array<string|int, mixed>|null = null
-
The query and body parameters to pass