Axinom Mosaic Libraries
    Preparing search index...

    Interface SduCreateDnsFailedEvent

    SDU create dns failed event

    interface SduCreateDnsFailedEvent {
        environment_id: string;
        error_message: string;
        fqdn: string;
        request_id: string;
        service_definition_id: string;
        service_id: string;
        tenant_id: string;
    }
    Index

    Properties

    environment_id: string

    A UUID.

    error_message: string

    Error message during dns record creation

    fqdn: string

    The fully qualified domain name to be created.

    request_id: string

    A UUID.

    service_definition_id: string

    A UUID.

    service_id: string

    The human-readable Service ID of the service which the DNS record belongs to.

    tenant_id: string

    A UUID.