Axinom Mosaic Libraries
    Preparing search index...

    Interface SduCreateDnsCommand

    SDU create dns command

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

    Properties

    environment_id: string

    A UUID.

    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.