@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface ChecksPostRequestBody

    interface ChecksPostRequestBody {
        additionalData?: Record<string, unknown>;
        enabled?: null | boolean;
        name?: null | string;
        regions?: null | Check_updatable_regions[];
        target?: null | string;
        type?: null | Check_updatable_type;
    }

    Hierarchy

    • Check_updatable
    • Parsable
      • ChecksPostRequestBody
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    enabled?: null | boolean

    A boolean value indicating whether the check is enabled/disabled.

    name?: null | string

    A human-friendly display name.

    regions?: null | Check_updatable_regions[]

    An array containing the selected regions to perform healthchecks from.

    target?: null | string

    The endpoint to perform healthchecks on.

    type?: null | Check_updatable_type

    The type of health check to perform.