REST Resource: nodes.deployments

Resource: Deployment

The Deployment.

JSON representation
{
  "name": string,
  "displayName": string,
  "sasUserIds": [
    string
  ],
  "defaultBillingMode": enum (BillingMode),
  "allowedBillingModes": [
    enum (BillingMode)
  ]
}
Fields
name

string

Output only. Resource name.

displayName

string

The deployment's display name.

sasUserIds[]

string

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

defaultBillingMode

enum (BillingMode)

Default billing mode for the deployment and devices under it.

allowedBillingModes[]

enum (BillingMode)

The allowed billing modes under this deployment.

Methods

delete

Deletes a deployment.

get

Returns a requested deployment.

list

Lists deployments.

move

Moves a deployment under another node or customer.

patch

Updates an existing deployment.