Package version:

Query parameter to get fabric.

interface FabricQueryParameter {
    biosId?: string;
    discoveryType?: string;
    extendedLocationMappings?: string;
    fetchAgentDetails?: string;
    fqdn?: string;
    locationDetails?: string;
    osType?: string;
    zoneToZoneMappings?: string;
}

Properties

biosId?: string

The BIOS Id to be used for fetching agent details.

discoveryType?: string

The type of the discovered machine to be used for fetching agent details.

extendedLocationMappings?: string

A value indicating whether the Extended Location mappings are to be returned.

fetchAgentDetails?: string

A value indicating whether the agent details are to be fetched.

fqdn?: string

The FQDN to be used for fetching agent details.

locationDetails?: string

A value indicating whether the location details are to be returned.

osType?: string

The OS type to be used for fetching agent details.

zoneToZoneMappings?: string

A value indicating whether the zone to zone mappings are to be returned.