Cockpit.

interface Cockpit {
    createdAt?: Date;
    endpoints?: CockpitEndpoints;
    managedAlertsEnabled: boolean;
    plan?: Cockpit.v1beta1.Plan;
    projectId: string;
    status: CockpitStatus;
    updatedAt?: Date;
}

Properties

createdAt?: Date

Date and time of the Cockpit's creation.

endpoints?: CockpitEndpoints

Endpoints of the Cockpit.

managedAlertsEnabled: boolean

Specifies whether managed alerts are enabled or disabled.

Pricing plan information.

projectId: string

ID of the Project the Cockpit belongs to.

Status of the Cockpit.

updatedAt?: Date

Date and time of the Cockpit's last update.