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

    Type Alias PostCloneDomainData

    type PostCloneDomainData = {
        body: { domain: string };
        path: { domainId: string };
        query?: never;
        url: "domains/{domainId}/clone";
    }
    Index

    Properties

    Properties

    body: { domain: string }

    Information about the Domain to clone.

    Type Declaration

    • domain: string

      Filterable The new domain for the clone. Domain labels cannot be longer than 63 characters and must conform to RFC1035. Domains must be unique on Linode's platform, including across different Linode accounts; there cannot be two Domains representing the same domain.

    path: { domainId: string }

    Type Declaration

    • domainId: string

      ID of the Domain to clone.

    query?: never
    url: "domains/{domainId}/clone"