REST Resource: organizations.instances.attachments

Resource: InstanceAttachment

InstanceAttachment represents the installation of an environment onto an instance.

JSON representation
{
  "name": string,
  "environment": string,
  "createdAt": string
}
Fields
name

string

Output only. ID of the attachment.

environment

string

ID of the attached environment.

createdAt

string (int64 format)

Output only. Time the attachment was created in milliseconds since epoch.

Methods

create

Creates a new attachment of an environment to an instance.

delete

Deletes an attachment.

get

Gets an attachment.

list

Lists all attachments to an instance.