SAS Portal API (Testing) . deployments

Instance Methods

devices()

Returns the devices Resource.

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Returns a requested deployment.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Returns a requested deployment.

Args:
  name: string, Required. The name of the deployment. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The Deployment.
  "displayName": "A String", # The deployment's display name.
  "frns": [ # Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
    "A String",
  ],
  "name": "A String", # Output only. Resource name.
  "sasUserIds": [ # User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.
    "A String",
  ],
}