FabricQueryParameter interface
Query parameter to get fabric.
Properties
| bios |
The BIOS Id to be used for fetching agent details. |
| discovery |
The type of the discovered machine to be used for fetching agent details. |
| extended |
A value indicating whether the Extended Location mappings are to be returned. |
| fetch |
A value indicating whether the agent details are to be fetched. |
| fqdn | The FQDN to be used for fetching agent details. |
| ___location |
A value indicating whether the ___location details are to be returned. |
| os |
The OS type to be used for fetching agent details. |
| zone |
A value indicating whether the zone to zone mappings are to be returned. |
Property Details
biosId
The BIOS Id to be used for fetching agent details.
biosId?: string
Property Value
string
discoveryType
The type of the discovered machine to be used for fetching agent details.
discoveryType?: string
Property Value
string
extendedLocationMappings
A value indicating whether the Extended Location mappings are to be returned.
extendedLocationMappings?: string
Property Value
string
fetchAgentDetails
A value indicating whether the agent details are to be fetched.
fetchAgentDetails?: string
Property Value
string
fqdn
The FQDN to be used for fetching agent details.
fqdn?: string
Property Value
string
___locationDetails
A value indicating whether the ___location details are to be returned.
locationDetails?: string
Property Value
string
osType
The OS type to be used for fetching agent details.
osType?: string
Property Value
string
zoneToZoneMappings
A value indicating whether the zone to zone mappings are to be returned.
zoneToZoneMappings?: string
Property Value
string