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

    Type Alias GetManagedIssueResponses

    type GetManagedIssueResponses = {
        "200": {
            created: string;
            entity: { id: number; label: string; type: "ticket"; url: string };
            id: number;
            services: number[];
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        entity: { id: number; label: string; type: "ticket"; url: string };
        id: number;
        services: number[];
    }

    An Issue that was detected with a service Linode is managing.

    Type Declaration

    • Readonlycreated: string

      Read-only When this Issue was created. Issues are created in response to issues detected with Managed Services, so this is also when the Issue was detected.

    • Readonlyentity: { id: number; label: string; type: "ticket"; url: string }

      Read-only The ticket this Managed Issue opened.

      • Readonlyid: number

        Read-only This ticket's ID.

      • Readonlylabel: string

        Read-only The summary for this Ticket.

      • type: "ticket"

        Read-only The type of entity this is. In this case, it is always a Ticket.

      • Readonlyurl: string

        Read-only The relative URL where you can access this Ticket.

    • Readonlyid: number

      Read-only This Issue's unique ID.

    • Readonlyservices: number[]

      Read-only An array of Managed Service IDs that were affected by this Issue.