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

    Type Alias PostImportDomainData

    type PostImportDomainData = {
        body?: { domain: string; remote_nameserver: string };
        path?: never;
        query?: never;
        url: "domains/import";
    }
    Index

    Properties

    Properties

    body?: { domain: string; remote_nameserver: string }

    Information about the Domain to import.

    Type Declaration

    • domain: string

      The domain to import.

    • remote_nameserver: string

      The remote nameserver that allows zone transfers (AXFR).

    path?: never
    query?: never
    url: "domains/import"