Deployments

Caution:This is a deprecatedversion of the Deployment Manager API. Please use the latest API version instead.

A deployment is a collection of resources that are deployed and managed together, using a configuration file.

For a list of methods for this resource, see the end of this page.

Resource representations

{
  "id": unsigned long 
,
  "name": string 
,
  "description": string 
,
  "manifest": string 
,
  "targetConfig": string 
}
Property name Value Description Notes
description
string An optional user-provided description of the deployment.
id
unsigned long [Output Only] Unique identifier for the resource; defined by the server.
manifest
string [Output Only] URL of the manifest representing the full configuration of this deployment.
name
string The name of the deployment, which must be unique within the project.
targetConfig
string [Input Only] The YAML configuration to use in processing this deployment.

When you create a deployment, the server creates a new manifest with the given YAML configuration and sets the manifest  property to the URL of the manifest resource.

Methods

delete
Deletes a deployment and all associated resources.
get
Gets information about a specific deployment.
insert
Creates a deployment and all of the resources described by the deployment manifest.
list
Lists all deployments for a given project.
Design a Mobile Site
View Site in Mobile | Classic
Share by: