interface InstancePostResponse {
    callback_token?: string;
    command?: string;
    instance_id: string;
    task_id: string;
}

Properties

callback_token?: string

A token that can be used to access data in the project without further authentication. The token expires automatically or if the user revokes it. The token is only provided if asked for when the instance is launched.

command?: string

The instance expanded command. Applies only to Job instances.

instance_id: string

The application instance identity (not its name). Assigned automatically when created

task_id: string

The instance task identity. The task assigned to process the instance