Skip to main content

devices

Overview

Namedevices
TypeResource
Idgoogledevelopers.sasportal.devices

Fields

NameDatatypeDescription
devicesarrayThe devices that match the request.
nextPageTokenstringA pagination token returned from a previous call to ListDevices that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.

Methods

NameAccessible byRequired ParamsDescription
customers_deployments_devices_listSELECTcustomersId, deploymentsIdLists devices under a node or customer.
customers_devices_getSELECTcustomersId, devicesIdGets details about a device.
customers_devices_listSELECTcustomersIdLists devices under a node or customer.
customers_nodes_devices_listSELECTcustomersId, nodesIdLists devices under a node or customer.
deployments_devices_getSELECTdeploymentsId, devicesIdGets details about a device.
nodes_deployments_devices_listSELECTdeploymentsId, nodesIdLists devices under a node or customer.
nodes_devices_getSELECTdevicesId, nodesIdGets details about a device.
nodes_devices_listSELECTnodesIdLists devices under a node or customer.
nodes_nodes_devices_listSELECTnodesId, nodesId1Lists devices under a node or customer.
customers_deployments_devices_createINSERTcustomersId, deploymentsIdCreates a device under a node or customer.
customers_devices_createINSERTcustomersIdCreates a device under a node or customer.
customers_nodes_devices_createINSERTcustomersId, nodesIdCreates a device under a node or customer.
nodes_deployments_devices_createINSERTdeploymentsId, nodesIdCreates a device under a node or customer.
nodes_devices_createINSERTnodesIdCreates a device under a node or customer.
nodes_nodes_devices_createINSERTnodesId, nodesId1Creates a device under a node or customer.
customers_devices_deleteDELETEcustomersId, devicesIdDeletes a device.
deployments_devices_deleteDELETEdeploymentsId, devicesIdDeletes a device.
nodes_devices_deleteDELETEdevicesId, nodesIdDeletes a device.
customers_devices_moveEXECcustomersId, devicesIdMoves a device under another node or customer.
customers_devices_patchEXECcustomersId, devicesIdUpdates a device.
customers_devices_signDeviceEXECcustomersId, devicesIdSigns a device.
customers_devices_updateSignedEXECcustomersId, devicesIdUpdates a signed device.
deployments_devices_moveEXECdeploymentsId, devicesIdMoves a device under another node or customer.
deployments_devices_patchEXECdeploymentsId, devicesIdUpdates a device.
deployments_devices_signDeviceEXECdeploymentsId, devicesIdSigns a device.
deployments_devices_updateSignedEXECdeploymentsId, devicesIdUpdates a signed device.
nodes_devices_moveEXECdevicesId, nodesIdMoves a device under another node or customer.
nodes_devices_patchEXECdevicesId, nodesIdUpdates a device.
nodes_devices_signDeviceEXECdevicesId, nodesIdSigns a device.
nodes_devices_updateSignedEXECdevicesId, nodesIdUpdates a signed device.