> DOMAINS_BY_DOMAINID

        Handle resource of type domains_by_domainid

OPTIONS (= is mandatory):

- accessUrl
        Access URL to the domain
        [Default: (null)]
        type: str

- address
        Address of the domain
        Validate attributes are:
         - `city' (str): City
         - `country' (str): Country
         - `latitude' (number): Latitude
         - `longitude' (number): Longitude
         - `state' (str): State/province
         - `street' (str): Street
         - `zip' (str): Postal/zip code
        [Default: (null)]
        type: dict

- connectionStatus
        Connection status of the domain
        [Default: (null)]
        type: dict

- description
        Detailed description
        [Default: (null)]
        type: str

- domainId
        Identifier of the domain being queried
        [Default: (null)]
        type: str

- domainType
        Type of the domain
        [Default: (null)]
        type: str

- id
        Unique id of the domain
        [Default: (null)]
        type: str

- initialDiscoveryStatus
        Initial Discovery status of the domain
        [Default: (null)]
        type: dict

- lastConnected
        Last time domain was connected to southbound
        [Default: (null)]
        type: str

- obfuscate
        If true, schema obfuscated values will be replaced with a
        fixed string in the response.
        [Default: (null)]
        type: bool

- onlyEnableTypes
        When non-empty, only enable these resource types in the domain
        [Default: (null)]
        type: list

- operationMode
        Operation mode of this domain
        [Default: (null)]
        type: str

- properties
        Properties the domain
        Validate attributes are:
         - `obj' (list):
        [Default: (null)]
        type: dict

- reason
        Reason message for connection failure
        [Default: (null)]
        type: str

- rpId
        Resource provider that creates this domain
        [Default: (null)]
        type: str

- state
        (Choices: delete, get, head, patch, put)[Default: (null)]
        type: str

- tenantId
        Orchestrator tenant
        [Default: (null)]
        type: str

- title
        Descriptive name/title of domain
        [Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
