Skip to main content

deployments

Overview

Namedeployments
TypeResource
Idgoogledevelopers.prod_tt_sasportal.deployments

Fields

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

Methods

NameAccessible byRequired ParamsDescription
customers_deployments_getSELECTcustomersId, deploymentsIdReturns a requested deployment.
customers_deployments_listSELECTcustomersIdLists deployments.
customers_nodes_deployments_listSELECTcustomersId, nodesIdLists 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_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.