Skip to main content

deployments

Overview

Namedeployments
TypeResource
Idgoogle.sasportal.deployments

Fields

NameDatatypeDescription
namestringOutput only. Resource name.
displayNamestringThe deployment's display name.
frnsarrayOutput only. The FCC Registration Numbers (FRNs) copied from its direct parent.
sasUserIdsarrayUser ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

Methods

NameAccessible byRequired ParamsDescription
customers_deployments_getSELECTcustomersId, deploymentsIdReturns a requested deployment.
customers_deployments_listSELECTcustomersIdLists deployments.
customers_nodes_deployments_listSELECTcustomersId, nodesIdLists deployments.
deployments_getSELECTdeploymentsIdReturns a requested deployment.
nodes_deployments_getSELECTdeploymentsId, nodesIdReturns a requested deployment.
nodes_deployments_listSELECTnodesIdLists deployments.
nodes_nodes_deployments_listSELECTnodesId, nodesId1Lists deployments.
customers_deployments_createINSERTcustomersIdCreates a new deployment.
customers_nodes_deployments_createINSERTcustomersId, nodesIdCreates a new deployment.
nodes_nodes_deployments_createINSERTnodesId, nodesId1Creates a new deployment.
customers_deployments_deleteDELETEcustomersId, deploymentsIdDeletes a deployment.
nodes_deployments_deleteDELETEdeploymentsId, nodesIdDeletes a deployment.
_customers_deployments_listEXECcustomersIdLists deployments.
_customers_nodes_deployments_listEXECcustomersId, nodesIdLists deployments.
_nodes_deployments_listEXECnodesIdLists deployments.
_nodes_nodes_deployments_listEXECnodesId, nodesId1Lists deployments.
customers_deployments_moveEXECcustomersId, deploymentsIdMoves a deployment under another node or customer.
customers_deployments_patchEXECcustomersId, deploymentsIdUpdates an existing deployment.
nodes_deployments_moveEXECdeploymentsId, nodesIdMoves a deployment under another node or customer.
nodes_deployments_patchEXECdeploymentsId, nodesIdUpdates an existing deployment.