@akamai/openapi-ts
    Preparing search index...

    Type Alias GetTicketResponses

    type GetTicketResponses = {
        "200": {
            attachments: string[];
            closable: boolean;
            closed: string | null;
            description: string;
            entity:
                | {
                    id: number;
                    label: string;
                    type: | "database"
                    | "domain"
                    | "firewall"
                    | "linode"
                    | "lkecluster"
                    | "managed_service"
                    | "nodebalancer"
                    | "vlan"
                    | "volume"
                    | "vpc";
                    url: string;
                }
                | null;
            gravatar_id: string;
            id: number;
            opened: string;
            opened_by: string;
            severity: "low"
            | "moderate"
            | "major";
            status: "closed" | "new" | "open";
            summary: string;
            updated: string;
            updated_by: string | null;
        };
    }
    Index

    Properties

    Properties

    "200": {
        attachments: string[];
        closable: boolean;
        closed: string | null;
        description: string;
        entity:
            | {
                id: number;
                label: string;
                type: | "database"
                | "domain"
                | "firewall"
                | "linode"
                | "lkecluster"
                | "managed_service"
                | "nodebalancer"
                | "vlan"
                | "volume"
                | "vpc";
                url: string;
            }
            | null;
        gravatar_id: string;
        id: number;
        opened: string;
        opened_by: string;
        severity: "low"
        | "moderate"
        | "major";
        status: "closed" | "new" | "open";
        summary: string;
        updated: string;
        updated_by: string | null;
    }

    A support ticket opened from your account.

    Type Declaration

    • Readonlyattachments: string[]

      Read-only A list of filenames representing attached files associated with this ticket.

    • closable: boolean

      Whether the ticket can be closed.

    • Readonlyclosed: string | null

      Filterable, Read-only When this ticket was closed.

    • Readonlydescription: string

      Read-only The full details of the issue or question.

    • Readonlyentity:
          | {
              id: number;
              label: string;
              type: | "database"
              | "domain"
              | "firewall"
              | "linode"
              | "lkecluster"
              | "managed_service"
              | "nodebalancer"
              | "vlan"
              | "volume"
              | "vpc";
              url: string;
          }
          | null

      Read-only The ticket was opened for this entity. An entity represents a specific object you've created, such as a Linode or a Managed Database.

    • Readonlygravatar_id: string

      Read-only The Gravatar ID of the user who opened this ticket.

    • Readonlyid: number

      Read-only The ID of the support ticket.

    • Readonlyopened: string

      Filterable, Read-only When this ticket was created.

    • Readonlyopened_by: string

      Filterable, Read-only The user who opened this ticket.

    • severity: "low" | "moderate" | "major"

      Read-only The severity of this ticket.

    • status: "closed" | "new" | "open"

      Filterable, Read-only The current status of this ticket.

    • Readonlysummary: string

      Read-only The summary or title for this ticket.

    • Readonlyupdated: string

      Filterable, Read-only When this ticket was last updated.

    • Readonlyupdated_by: string | null

      Read-only The user who last updated this ticket.