1. Packages
  2. Intersight Provider
  3. API Docs
  4. getEquipmentChassis
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet

intersight.getEquipmentChassis

Explore with Pulumi AI

intersight logo
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet

    A physical holder housing blade servers.

    Using getEquipmentChassis

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEquipmentChassis(args: GetEquipmentChassisArgs, opts?: InvokeOptions): Promise<GetEquipmentChassisResult>
    function getEquipmentChassisOutput(args: GetEquipmentChassisOutputArgs, opts?: InvokeOptions): Output<GetEquipmentChassisResult>
    def get_equipment_chassis(account_moid: Optional[str] = None,
                              additional_properties: Optional[str] = None,
                              alarm_summary: Optional[GetEquipmentChassisAlarmSummary] = None,
                              ancestors: Optional[Sequence[GetEquipmentChassisAncestor]] = None,
                              assigned_location: Optional[GetEquipmentChassisAssignedLocation] = None,
                              blades: Optional[Sequence[GetEquipmentChassisBlade]] = None,
                              chassis_id: Optional[float] = None,
                              chassis_profile: Optional[str] = None,
                              class_id: Optional[str] = None,
                              connection_path: Optional[str] = None,
                              connection_status: Optional[str] = None,
                              create_time: Optional[str] = None,
                              description: Optional[str] = None,
                              device_mo_id: Optional[str] = None,
                              dn: Optional[str] = None,
                              domain_group_moid: Optional[str] = None,
                              expander_modules: Optional[Sequence[GetEquipmentChassisExpanderModule]] = None,
                              fan_control: Optional[GetEquipmentChassisFanControl] = None,
                              fanmodules: Optional[Sequence[GetEquipmentChassisFanmodule]] = None,
                              fault_summary: Optional[float] = None,
                              id: Optional[str] = None,
                              inventory_device_info: Optional[GetEquipmentChassisInventoryDeviceInfo] = None,
                              ioms: Optional[Sequence[GetEquipmentChassisIom]] = None,
                              is_upgraded: Optional[bool] = None,
                              location_details: Optional[GetEquipmentChassisLocationDetails] = None,
                              locator_led: Optional[GetEquipmentChassisLocatorLed] = None,
                              management_interface: Optional[GetEquipmentChassisManagementInterface] = None,
                              management_mode: Optional[str] = None,
                              mod_time: Optional[str] = None,
                              model: Optional[str] = None,
                              moid: Optional[str] = None,
                              name: Optional[str] = None,
                              network_elements: Optional[Sequence[GetEquipmentChassisNetworkElement]] = None,
                              object_type: Optional[str] = None,
                              oper_reasons: Optional[Sequence[str]] = None,
                              oper_state: Optional[str] = None,
                              owners: Optional[Sequence[str]] = None,
                              parent: Optional[GetEquipmentChassisParent] = None,
                              part_number: Optional[str] = None,
                              permission_resources: Optional[Sequence[GetEquipmentChassisPermissionResource]] = None,
                              pid: Optional[str] = None,
                              platform_type: Optional[str] = None,
                              power_control_state: Optional[GetEquipmentChassisPowerControlState] = None,
                              presence: Optional[str] = None,
                              previous_fru: Optional[GetEquipmentChassisPreviousFru] = None,
                              product_name: Optional[str] = None,
                              psu_control: Optional[GetEquipmentChassisPsuControl] = None,
                              psuses: Optional[Sequence[GetEquipmentChassisPsus]] = None,
                              registered_device: Optional[GetEquipmentChassisRegisteredDevice] = None,
                              revision: Optional[str] = None,
                              rn: Optional[str] = None,
                              sasexpanders: Optional[Sequence[GetEquipmentChassisSasexpander]] = None,
                              serial: Optional[str] = None,
                              shared_scope: Optional[str] = None,
                              siocs: Optional[Sequence[GetEquipmentChassisSioc]] = None,
                              sku: Optional[str] = None,
                              storage_enclosures: Optional[Sequence[GetEquipmentChassisStorageEnclosure]] = None,
                              tags: Optional[Sequence[GetEquipmentChassisTag]] = None,
                              user_label: Optional[str] = None,
                              vendor: Optional[str] = None,
                              version_context: Optional[GetEquipmentChassisVersionContext] = None,
                              vid: Optional[str] = None,
                              virtual_drive_containers: Optional[Sequence[GetEquipmentChassisVirtualDriveContainer]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetEquipmentChassisResult
    def get_equipment_chassis_output(account_moid: Optional[pulumi.Input[str]] = None,
                              additional_properties: Optional[pulumi.Input[str]] = None,
                              alarm_summary: Optional[pulumi.Input[GetEquipmentChassisAlarmSummaryArgs]] = None,
                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisAncestorArgs]]]] = None,
                              assigned_location: Optional[pulumi.Input[GetEquipmentChassisAssignedLocationArgs]] = None,
                              blades: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisBladeArgs]]]] = None,
                              chassis_id: Optional[pulumi.Input[float]] = None,
                              chassis_profile: Optional[pulumi.Input[str]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              connection_path: Optional[pulumi.Input[str]] = None,
                              connection_status: Optional[pulumi.Input[str]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              description: Optional[pulumi.Input[str]] = None,
                              device_mo_id: Optional[pulumi.Input[str]] = None,
                              dn: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              expander_modules: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisExpanderModuleArgs]]]] = None,
                              fan_control: Optional[pulumi.Input[GetEquipmentChassisFanControlArgs]] = None,
                              fanmodules: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisFanmoduleArgs]]]] = None,
                              fault_summary: Optional[pulumi.Input[float]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              inventory_device_info: Optional[pulumi.Input[GetEquipmentChassisInventoryDeviceInfoArgs]] = None,
                              ioms: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisIomArgs]]]] = None,
                              is_upgraded: Optional[pulumi.Input[bool]] = None,
                              location_details: Optional[pulumi.Input[GetEquipmentChassisLocationDetailsArgs]] = None,
                              locator_led: Optional[pulumi.Input[GetEquipmentChassisLocatorLedArgs]] = None,
                              management_interface: Optional[pulumi.Input[GetEquipmentChassisManagementInterfaceArgs]] = None,
                              management_mode: Optional[pulumi.Input[str]] = None,
                              mod_time: Optional[pulumi.Input[str]] = None,
                              model: Optional[pulumi.Input[str]] = None,
                              moid: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              network_elements: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisNetworkElementArgs]]]] = None,
                              object_type: Optional[pulumi.Input[str]] = None,
                              oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              oper_state: Optional[pulumi.Input[str]] = None,
                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              parent: Optional[pulumi.Input[GetEquipmentChassisParentArgs]] = None,
                              part_number: Optional[pulumi.Input[str]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisPermissionResourceArgs]]]] = None,
                              pid: Optional[pulumi.Input[str]] = None,
                              platform_type: Optional[pulumi.Input[str]] = None,
                              power_control_state: Optional[pulumi.Input[GetEquipmentChassisPowerControlStateArgs]] = None,
                              presence: Optional[pulumi.Input[str]] = None,
                              previous_fru: Optional[pulumi.Input[GetEquipmentChassisPreviousFruArgs]] = None,
                              product_name: Optional[pulumi.Input[str]] = None,
                              psu_control: Optional[pulumi.Input[GetEquipmentChassisPsuControlArgs]] = None,
                              psuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisPsusArgs]]]] = None,
                              registered_device: Optional[pulumi.Input[GetEquipmentChassisRegisteredDeviceArgs]] = None,
                              revision: Optional[pulumi.Input[str]] = None,
                              rn: Optional[pulumi.Input[str]] = None,
                              sasexpanders: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisSasexpanderArgs]]]] = None,
                              serial: Optional[pulumi.Input[str]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              siocs: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisSiocArgs]]]] = None,
                              sku: Optional[pulumi.Input[str]] = None,
                              storage_enclosures: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisStorageEnclosureArgs]]]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisTagArgs]]]] = None,
                              user_label: Optional[pulumi.Input[str]] = None,
                              vendor: Optional[pulumi.Input[str]] = None,
                              version_context: Optional[pulumi.Input[GetEquipmentChassisVersionContextArgs]] = None,
                              vid: Optional[pulumi.Input[str]] = None,
                              virtual_drive_containers: Optional[pulumi.Input[Sequence[pulumi.Input[GetEquipmentChassisVirtualDriveContainerArgs]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetEquipmentChassisResult]
    func LookupEquipmentChassis(ctx *Context, args *LookupEquipmentChassisArgs, opts ...InvokeOption) (*LookupEquipmentChassisResult, error)
    func LookupEquipmentChassisOutput(ctx *Context, args *LookupEquipmentChassisOutputArgs, opts ...InvokeOption) LookupEquipmentChassisResultOutput

    > Note: This function is named LookupEquipmentChassis in the Go SDK.

    public static class GetEquipmentChassis 
    {
        public static Task<GetEquipmentChassisResult> InvokeAsync(GetEquipmentChassisArgs args, InvokeOptions? opts = null)
        public static Output<GetEquipmentChassisResult> Invoke(GetEquipmentChassisInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEquipmentChassisResult> getEquipmentChassis(GetEquipmentChassisArgs args, InvokeOptions options)
    public static Output<GetEquipmentChassisResult> getEquipmentChassis(GetEquipmentChassisArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getEquipmentChassis:getEquipmentChassis
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetEquipmentChassisAlarmSummary
    Ancestors List<GetEquipmentChassisAncestor>
    AssignedLocation GetEquipmentChassisAssignedLocation
    Blades List<GetEquipmentChassisBlade>
    ChassisId double
    The assigned identifier for a chassis.
    ChassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    ClassId string
    ConnectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    ConnectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field is to provide description for chassis model.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModules List<GetEquipmentChassisExpanderModule>
    FanControl GetEquipmentChassisFanControl
    Fanmodules List<GetEquipmentChassisFanmodule>
    FaultSummary double
    This field summarizes the faults on the chassis enclosure.
    Id string
    InventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    Ioms List<GetEquipmentChassisIom>
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LocationDetails GetEquipmentChassisLocationDetails
    LocatorLed GetEquipmentChassisLocatorLed
    ManagementInterface GetEquipmentChassisManagementInterface
    ManagementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    This field identifies the name for the chassis enclosure.
    NetworkElements List<GetEquipmentChassisNetworkElement>
    ObjectType string
    OperReasons List<string>
    OperState string
    This field identifies the Chassis Operational State.
    Owners List<string>
    Parent GetEquipmentChassisParent
    PartNumber string
    Part Number identifier for the chassis enclosure.
    PermissionResources List<GetEquipmentChassisPermissionResource>
    Pid string
    This field identifies the Product ID for the chassis enclosure.
    PlatformType string
    The platform type that the chassis is a part of.
    PowerControlState GetEquipmentChassisPowerControlState
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetEquipmentChassisPreviousFru
    ProductName string
    This field identifies the Product Name for the chassis enclosure.
    PsuControl GetEquipmentChassisPsuControl
    Psuses List<GetEquipmentChassisPsus>
    RegisteredDevice GetEquipmentChassisRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Sasexpanders List<GetEquipmentChassisSasexpander>
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Siocs List<GetEquipmentChassisSioc>
    Sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    StorageEnclosures List<GetEquipmentChassisStorageEnclosure>
    Tags List<GetEquipmentChassisTag>
    UserLabel string
    The user defined label assigned to the chassis.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetEquipmentChassisVersionContext
    Vid string
    This field identifies the Vendor ID for the chassis enclosure.
    VirtualDriveContainers List<GetEquipmentChassisVirtualDriveContainer>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetEquipmentChassisAlarmSummary
    Ancestors []GetEquipmentChassisAncestor
    AssignedLocation GetEquipmentChassisAssignedLocation
    Blades []GetEquipmentChassisBlade
    ChassisId float64
    The assigned identifier for a chassis.
    ChassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    ClassId string
    ConnectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    ConnectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field is to provide description for chassis model.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModules []GetEquipmentChassisExpanderModule
    FanControl GetEquipmentChassisFanControl
    Fanmodules []GetEquipmentChassisFanmodule
    FaultSummary float64
    This field summarizes the faults on the chassis enclosure.
    Id string
    InventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    Ioms []GetEquipmentChassisIom
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LocationDetails GetEquipmentChassisLocationDetails
    LocatorLed GetEquipmentChassisLocatorLed
    ManagementInterface GetEquipmentChassisManagementInterface
    ManagementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    This field identifies the name for the chassis enclosure.
    NetworkElements []GetEquipmentChassisNetworkElement
    ObjectType string
    OperReasons []string
    OperState string
    This field identifies the Chassis Operational State.
    Owners []string
    Parent GetEquipmentChassisParent
    PartNumber string
    Part Number identifier for the chassis enclosure.
    PermissionResources []GetEquipmentChassisPermissionResource
    Pid string
    This field identifies the Product ID for the chassis enclosure.
    PlatformType string
    The platform type that the chassis is a part of.
    PowerControlState GetEquipmentChassisPowerControlState
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetEquipmentChassisPreviousFru
    ProductName string
    This field identifies the Product Name for the chassis enclosure.
    PsuControl GetEquipmentChassisPsuControl
    Psuses []GetEquipmentChassisPsus
    RegisteredDevice GetEquipmentChassisRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Sasexpanders []GetEquipmentChassisSasexpander
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Siocs []GetEquipmentChassisSioc
    Sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    StorageEnclosures []GetEquipmentChassisStorageEnclosure
    Tags []GetEquipmentChassisTag
    UserLabel string
    The user defined label assigned to the chassis.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetEquipmentChassisVersionContext
    Vid string
    This field identifies the Vendor ID for the chassis enclosure.
    VirtualDriveContainers []GetEquipmentChassisVirtualDriveContainer
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary GetEquipmentChassisAlarmSummary
    ancestors List<GetEquipmentChassisAncestor>
    assignedLocation GetEquipmentChassisAssignedLocation
    blades List<GetEquipmentChassisBlade>
    chassisId Double
    The assigned identifier for a chassis.
    chassisProfile String
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId String
    connectionPath String
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus String
    This field identifies the connectivity status for the chassis enclosure.
    createTime String
    The time when this managed object was created.
    description String
    This field is to provide description for chassis model.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModules List<GetEquipmentChassisExpanderModule>
    fanControl GetEquipmentChassisFanControl
    fanmodules List<GetEquipmentChassisFanmodule>
    faultSummary Double
    This field summarizes the faults on the chassis enclosure.
    id String
    inventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    ioms List<GetEquipmentChassisIom>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails GetEquipmentChassisLocationDetails
    locatorLed GetEquipmentChassisLocatorLed
    managementInterface GetEquipmentChassisManagementInterface
    managementMode String
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    This field identifies the name for the chassis enclosure.
    networkElements List<GetEquipmentChassisNetworkElement>
    objectType String
    operReasons List<String>
    operState String
    This field identifies the Chassis Operational State.
    owners List<String>
    parent GetEquipmentChassisParent
    partNumber String
    Part Number identifier for the chassis enclosure.
    permissionResources List<GetEquipmentChassisPermissionResource>
    pid String
    This field identifies the Product ID for the chassis enclosure.
    platformType String
    The platform type that the chassis is a part of.
    powerControlState GetEquipmentChassisPowerControlState
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetEquipmentChassisPreviousFru
    productName String
    This field identifies the Product Name for the chassis enclosure.
    psuControl GetEquipmentChassisPsuControl
    psuses List<GetEquipmentChassisPsus>
    registeredDevice GetEquipmentChassisRegisteredDevice
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders List<GetEquipmentChassisSasexpander>
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs List<GetEquipmentChassisSioc>
    sku String
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures List<GetEquipmentChassisStorageEnclosure>
    tags List<GetEquipmentChassisTag>
    userLabel String
    The user defined label assigned to the chassis.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetEquipmentChassisVersionContext
    vid String
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers List<GetEquipmentChassisVirtualDriveContainer>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummary GetEquipmentChassisAlarmSummary
    ancestors GetEquipmentChassisAncestor[]
    assignedLocation GetEquipmentChassisAssignedLocation
    blades GetEquipmentChassisBlade[]
    chassisId number
    The assigned identifier for a chassis.
    chassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId string
    connectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    createTime string
    The time when this managed object was created.
    description string
    This field is to provide description for chassis model.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    expanderModules GetEquipmentChassisExpanderModule[]
    fanControl GetEquipmentChassisFanControl
    fanmodules GetEquipmentChassisFanmodule[]
    faultSummary number
    This field summarizes the faults on the chassis enclosure.
    id string
    inventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    ioms GetEquipmentChassisIom[]
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails GetEquipmentChassisLocationDetails
    locatorLed GetEquipmentChassisLocatorLed
    managementInterface GetEquipmentChassisManagementInterface
    managementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    This field identifies the name for the chassis enclosure.
    networkElements GetEquipmentChassisNetworkElement[]
    objectType string
    operReasons string[]
    operState string
    This field identifies the Chassis Operational State.
    owners string[]
    parent GetEquipmentChassisParent
    partNumber string
    Part Number identifier for the chassis enclosure.
    permissionResources GetEquipmentChassisPermissionResource[]
    pid string
    This field identifies the Product ID for the chassis enclosure.
    platformType string
    The platform type that the chassis is a part of.
    powerControlState GetEquipmentChassisPowerControlState
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetEquipmentChassisPreviousFru
    productName string
    This field identifies the Product Name for the chassis enclosure.
    psuControl GetEquipmentChassisPsuControl
    psuses GetEquipmentChassisPsus[]
    registeredDevice GetEquipmentChassisRegisteredDevice
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders GetEquipmentChassisSasexpander[]
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs GetEquipmentChassisSioc[]
    sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures GetEquipmentChassisStorageEnclosure[]
    tags GetEquipmentChassisTag[]
    userLabel string
    The user defined label assigned to the chassis.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetEquipmentChassisVersionContext
    vid string
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers GetEquipmentChassisVirtualDriveContainer[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_summary GetEquipmentChassisAlarmSummary
    ancestors Sequence[GetEquipmentChassisAncestor]
    assigned_location GetEquipmentChassisAssignedLocation
    blades Sequence[GetEquipmentChassisBlade]
    chassis_id float
    The assigned identifier for a chassis.
    chassis_profile str
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    class_id str
    connection_path str
    This field identifies the connectivity path for the chassis enclosure.
    connection_status str
    This field identifies the connectivity status for the chassis enclosure.
    create_time str
    The time when this managed object was created.
    description str
    This field is to provide description for chassis model.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    expander_modules Sequence[GetEquipmentChassisExpanderModule]
    fan_control GetEquipmentChassisFanControl
    fanmodules Sequence[GetEquipmentChassisFanmodule]
    fault_summary float
    This field summarizes the faults on the chassis enclosure.
    id str
    inventory_device_info GetEquipmentChassisInventoryDeviceInfo
    ioms Sequence[GetEquipmentChassisIom]
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    location_details GetEquipmentChassisLocationDetails
    locator_led GetEquipmentChassisLocatorLed
    management_interface GetEquipmentChassisManagementInterface
    management_mode str
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    This field identifies the name for the chassis enclosure.
    network_elements Sequence[GetEquipmentChassisNetworkElement]
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    This field identifies the Chassis Operational State.
    owners Sequence[str]
    parent GetEquipmentChassisParent
    part_number str
    Part Number identifier for the chassis enclosure.
    permission_resources Sequence[GetEquipmentChassisPermissionResource]
    pid str
    This field identifies the Product ID for the chassis enclosure.
    platform_type str
    The platform type that the chassis is a part of.
    power_control_state GetEquipmentChassisPowerControlState
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetEquipmentChassisPreviousFru
    product_name str
    This field identifies the Product Name for the chassis enclosure.
    psu_control GetEquipmentChassisPsuControl
    psuses Sequence[GetEquipmentChassisPsus]
    registered_device GetEquipmentChassisRegisteredDevice
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders Sequence[GetEquipmentChassisSasexpander]
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs Sequence[GetEquipmentChassisSioc]
    sku str
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storage_enclosures Sequence[GetEquipmentChassisStorageEnclosure]
    tags Sequence[GetEquipmentChassisTag]
    user_label str
    The user defined label assigned to the chassis.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetEquipmentChassisVersionContext
    vid str
    This field identifies the Vendor ID for the chassis enclosure.
    virtual_drive_containers Sequence[GetEquipmentChassisVirtualDriveContainer]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    assignedLocation Property Map
    blades List<Property Map>
    chassisId Number
    The assigned identifier for a chassis.
    chassisProfile String
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId String
    connectionPath String
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus String
    This field identifies the connectivity status for the chassis enclosure.
    createTime String
    The time when this managed object was created.
    description String
    This field is to provide description for chassis model.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModules List<Property Map>
    fanControl Property Map
    fanmodules List<Property Map>
    faultSummary Number
    This field summarizes the faults on the chassis enclosure.
    id String
    inventoryDeviceInfo Property Map
    ioms List<Property Map>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails Property Map
    locatorLed Property Map
    managementInterface Property Map
    managementMode String
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    This field identifies the name for the chassis enclosure.
    networkElements List<Property Map>
    objectType String
    operReasons List<String>
    operState String
    This field identifies the Chassis Operational State.
    owners List<String>
    parent Property Map
    partNumber String
    Part Number identifier for the chassis enclosure.
    permissionResources List<Property Map>
    pid String
    This field identifies the Product ID for the chassis enclosure.
    platformType String
    The platform type that the chassis is a part of.
    powerControlState Property Map
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    productName String
    This field identifies the Product Name for the chassis enclosure.
    psuControl Property Map
    psuses List<Property Map>
    registeredDevice Property Map
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders List<Property Map>
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs List<Property Map>
    sku String
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures List<Property Map>
    tags List<Property Map>
    userLabel String
    The user defined label assigned to the chassis.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map
    vid String
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers List<Property Map>

    getEquipmentChassis Result

    The following output properties are available:

    Id string
    Results List<GetEquipmentChassisResult>
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetEquipmentChassisAlarmSummary
    Ancestors List<GetEquipmentChassisAncestor>
    AssignedLocation GetEquipmentChassisAssignedLocation
    Blades List<GetEquipmentChassisBlade>
    ChassisId double
    ChassisProfile string
    ClassId string
    ConnectionPath string
    ConnectionStatus string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    ExpanderModules List<GetEquipmentChassisExpanderModule>
    FanControl GetEquipmentChassisFanControl
    Fanmodules List<GetEquipmentChassisFanmodule>
    FaultSummary double
    InventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    Ioms List<GetEquipmentChassisIom>
    IsUpgraded bool
    LocationDetails GetEquipmentChassisLocationDetails
    LocatorLed GetEquipmentChassisLocatorLed
    ManagementInterface GetEquipmentChassisManagementInterface
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NetworkElements List<GetEquipmentChassisNetworkElement>
    ObjectType string
    OperReasons List<string>
    OperState string
    Owners List<string>
    Parent GetEquipmentChassisParent
    PartNumber string
    PermissionResources List<GetEquipmentChassisPermissionResource>
    Pid string
    PlatformType string
    PowerControlState GetEquipmentChassisPowerControlState
    Presence string
    PreviousFru GetEquipmentChassisPreviousFru
    ProductName string
    PsuControl GetEquipmentChassisPsuControl
    Psuses List<GetEquipmentChassisPsus>
    RegisteredDevice GetEquipmentChassisRegisteredDevice
    Revision string
    Rn string
    Sasexpanders List<GetEquipmentChassisSasexpander>
    Serial string
    SharedScope string
    Siocs List<GetEquipmentChassisSioc>
    Sku string
    StorageEnclosures List<GetEquipmentChassisStorageEnclosure>
    Tags List<GetEquipmentChassisTag>
    UserLabel string
    Vendor string
    VersionContext GetEquipmentChassisVersionContext
    Vid string
    VirtualDriveContainers List<GetEquipmentChassisVirtualDriveContainer>
    Id string
    Results []GetEquipmentChassisResult
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetEquipmentChassisAlarmSummary
    Ancestors []GetEquipmentChassisAncestor
    AssignedLocation GetEquipmentChassisAssignedLocation
    Blades []GetEquipmentChassisBlade
    ChassisId float64
    ChassisProfile string
    ClassId string
    ConnectionPath string
    ConnectionStatus string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    ExpanderModules []GetEquipmentChassisExpanderModule
    FanControl GetEquipmentChassisFanControl
    Fanmodules []GetEquipmentChassisFanmodule
    FaultSummary float64
    InventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    Ioms []GetEquipmentChassisIom
    IsUpgraded bool
    LocationDetails GetEquipmentChassisLocationDetails
    LocatorLed GetEquipmentChassisLocatorLed
    ManagementInterface GetEquipmentChassisManagementInterface
    ManagementMode string
    ModTime string
    Model string
    Moid string
    Name string
    NetworkElements []GetEquipmentChassisNetworkElement
    ObjectType string
    OperReasons []string
    OperState string
    Owners []string
    Parent GetEquipmentChassisParent
    PartNumber string
    PermissionResources []GetEquipmentChassisPermissionResource
    Pid string
    PlatformType string
    PowerControlState GetEquipmentChassisPowerControlState
    Presence string
    PreviousFru GetEquipmentChassisPreviousFru
    ProductName string
    PsuControl GetEquipmentChassisPsuControl
    Psuses []GetEquipmentChassisPsus
    RegisteredDevice GetEquipmentChassisRegisteredDevice
    Revision string
    Rn string
    Sasexpanders []GetEquipmentChassisSasexpander
    Serial string
    SharedScope string
    Siocs []GetEquipmentChassisSioc
    Sku string
    StorageEnclosures []GetEquipmentChassisStorageEnclosure
    Tags []GetEquipmentChassisTag
    UserLabel string
    Vendor string
    VersionContext GetEquipmentChassisVersionContext
    Vid string
    VirtualDriveContainers []GetEquipmentChassisVirtualDriveContainer
    id String
    results List<GetEquipmentChassisResult>
    accountMoid String
    additionalProperties String
    alarmSummary GetEquipmentChassisAlarmSummary
    ancestors List<GetEquipmentChassisAncestor>
    assignedLocation GetEquipmentChassisAssignedLocation
    blades List<GetEquipmentChassisBlade>
    chassisId Double
    chassisProfile String
    classId String
    connectionPath String
    connectionStatus String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    expanderModules List<GetEquipmentChassisExpanderModule>
    fanControl GetEquipmentChassisFanControl
    fanmodules List<GetEquipmentChassisFanmodule>
    faultSummary Double
    inventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    ioms List<GetEquipmentChassisIom>
    isUpgraded Boolean
    locationDetails GetEquipmentChassisLocationDetails
    locatorLed GetEquipmentChassisLocatorLed
    managementInterface GetEquipmentChassisManagementInterface
    managementMode String
    modTime String
    model String
    moid String
    name String
    networkElements List<GetEquipmentChassisNetworkElement>
    objectType String
    operReasons List<String>
    operState String
    owners List<String>
    parent GetEquipmentChassisParent
    partNumber String
    permissionResources List<GetEquipmentChassisPermissionResource>
    pid String
    platformType String
    powerControlState GetEquipmentChassisPowerControlState
    presence String
    previousFru GetEquipmentChassisPreviousFru
    productName String
    psuControl GetEquipmentChassisPsuControl
    psuses List<GetEquipmentChassisPsus>
    registeredDevice GetEquipmentChassisRegisteredDevice
    revision String
    rn String
    sasexpanders List<GetEquipmentChassisSasexpander>
    serial String
    sharedScope String
    siocs List<GetEquipmentChassisSioc>
    sku String
    storageEnclosures List<GetEquipmentChassisStorageEnclosure>
    tags List<GetEquipmentChassisTag>
    userLabel String
    vendor String
    versionContext GetEquipmentChassisVersionContext
    vid String
    virtualDriveContainers List<GetEquipmentChassisVirtualDriveContainer>
    id string
    results GetEquipmentChassisResult[]
    accountMoid string
    additionalProperties string
    alarmSummary GetEquipmentChassisAlarmSummary
    ancestors GetEquipmentChassisAncestor[]
    assignedLocation GetEquipmentChassisAssignedLocation
    blades GetEquipmentChassisBlade[]
    chassisId number
    chassisProfile string
    classId string
    connectionPath string
    connectionStatus string
    createTime string
    description string
    deviceMoId string
    dn string
    domainGroupMoid string
    expanderModules GetEquipmentChassisExpanderModule[]
    fanControl GetEquipmentChassisFanControl
    fanmodules GetEquipmentChassisFanmodule[]
    faultSummary number
    inventoryDeviceInfo GetEquipmentChassisInventoryDeviceInfo
    ioms GetEquipmentChassisIom[]
    isUpgraded boolean
    locationDetails GetEquipmentChassisLocationDetails
    locatorLed GetEquipmentChassisLocatorLed
    managementInterface GetEquipmentChassisManagementInterface
    managementMode string
    modTime string
    model string
    moid string
    name string
    networkElements GetEquipmentChassisNetworkElement[]
    objectType string
    operReasons string[]
    operState string
    owners string[]
    parent GetEquipmentChassisParent
    partNumber string
    permissionResources GetEquipmentChassisPermissionResource[]
    pid string
    platformType string
    powerControlState GetEquipmentChassisPowerControlState
    presence string
    previousFru GetEquipmentChassisPreviousFru
    productName string
    psuControl GetEquipmentChassisPsuControl
    psuses GetEquipmentChassisPsus[]
    registeredDevice GetEquipmentChassisRegisteredDevice
    revision string
    rn string
    sasexpanders GetEquipmentChassisSasexpander[]
    serial string
    sharedScope string
    siocs GetEquipmentChassisSioc[]
    sku string
    storageEnclosures GetEquipmentChassisStorageEnclosure[]
    tags GetEquipmentChassisTag[]
    userLabel string
    vendor string
    versionContext GetEquipmentChassisVersionContext
    vid string
    virtualDriveContainers GetEquipmentChassisVirtualDriveContainer[]
    id str
    results Sequence[GetEquipmentChassisResult]
    account_moid str
    additional_properties str
    alarm_summary GetEquipmentChassisAlarmSummary
    ancestors Sequence[GetEquipmentChassisAncestor]
    assigned_location GetEquipmentChassisAssignedLocation
    blades Sequence[GetEquipmentChassisBlade]
    chassis_id float
    chassis_profile str
    class_id str
    connection_path str
    connection_status str
    create_time str
    description str
    device_mo_id str
    dn str
    domain_group_moid str
    expander_modules Sequence[GetEquipmentChassisExpanderModule]
    fan_control GetEquipmentChassisFanControl
    fanmodules Sequence[GetEquipmentChassisFanmodule]
    fault_summary float
    inventory_device_info GetEquipmentChassisInventoryDeviceInfo
    ioms Sequence[GetEquipmentChassisIom]
    is_upgraded bool
    location_details GetEquipmentChassisLocationDetails
    locator_led GetEquipmentChassisLocatorLed
    management_interface GetEquipmentChassisManagementInterface
    management_mode str
    mod_time str
    model str
    moid str
    name str
    network_elements Sequence[GetEquipmentChassisNetworkElement]
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    owners Sequence[str]
    parent GetEquipmentChassisParent
    part_number str
    permission_resources Sequence[GetEquipmentChassisPermissionResource]
    pid str
    platform_type str
    power_control_state GetEquipmentChassisPowerControlState
    presence str
    previous_fru GetEquipmentChassisPreviousFru
    product_name str
    psu_control GetEquipmentChassisPsuControl
    psuses Sequence[GetEquipmentChassisPsus]
    registered_device GetEquipmentChassisRegisteredDevice
    revision str
    rn str
    sasexpanders Sequence[GetEquipmentChassisSasexpander]
    serial str
    shared_scope str
    siocs Sequence[GetEquipmentChassisSioc]
    sku str
    storage_enclosures Sequence[GetEquipmentChassisStorageEnclosure]
    tags Sequence[GetEquipmentChassisTag]
    user_label str
    vendor str
    version_context GetEquipmentChassisVersionContext
    vid str
    virtual_drive_containers Sequence[GetEquipmentChassisVirtualDriveContainer]
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    assignedLocation Property Map
    blades List<Property Map>
    chassisId Number
    chassisProfile String
    classId String
    connectionPath String
    connectionStatus String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    expanderModules List<Property Map>
    fanControl Property Map
    fanmodules List<Property Map>
    faultSummary Number
    inventoryDeviceInfo Property Map
    ioms List<Property Map>
    isUpgraded Boolean
    locationDetails Property Map
    locatorLed Property Map
    managementInterface Property Map
    managementMode String
    modTime String
    model String
    moid String
    name String
    networkElements List<Property Map>
    objectType String
    operReasons List<String>
    operState String
    owners List<String>
    parent Property Map
    partNumber String
    permissionResources List<Property Map>
    pid String
    platformType String
    powerControlState Property Map
    presence String
    previousFru Property Map
    productName String
    psuControl Property Map
    psuses List<Property Map>
    registeredDevice Property Map
    revision String
    rn String
    sasexpanders List<Property Map>
    serial String
    sharedScope String
    siocs List<Property Map>
    sku String
    storageEnclosures List<Property Map>
    tags List<Property Map>
    userLabel String
    vendor String
    versionContext Property Map
    vid String
    virtualDriveContainers List<Property Map>

    Supporting Types

    GetEquipmentChassisAlarmSummary

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical double
    The count of alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info double
    The count of alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    SuppressedCritical double
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    The count of active suppressed alarms that have severity type Warning.
    Warning double
    The count of alarms that have severity type Warning.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical float64
    The count of alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info float64
    The count of alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    SuppressedCritical float64
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    The count of active suppressed alarms that have severity type Warning.
    Warning float64
    The count of alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Double
    The count of alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Double
    The count of alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed Boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical Double
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    The count of active suppressed alarms that have severity type Warning.
    warning Double
    The count of alarms that have severity type Warning.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical number
    The count of alarms that have severity type Critical.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info number
    The count of alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    The count of active suppressed alarms that have severity type Warning.
    warning number
    The count of alarms that have severity type Warning.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical float
    The count of alarms that have severity type Critical.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info float
    The count of alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed bool
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressed_critical float
    The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    The count of active suppressed alarms that have severity type Warning.
    warning float
    The count of alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Number
    The count of alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Number
    The count of alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed Boolean
    The flag that indicates whether suppression is enabled or not in the entity.
    suppressedCritical Number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    The count of active suppressed alarms that have severity type Warning.
    warning Number
    The count of alarms that have severity type Warning.

    GetEquipmentChassisAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisAssignedLocation

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisBlade

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisExpanderModule

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisFanControl

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisFanmodule

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisInventoryDeviceInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisIom

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisLocationDetails

    AdditionalProperties string
    Address GetEquipmentChassisLocationDetailsAddress
    The location's street address.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates GetEquipmentChassisLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    This field identifies the name for the chassis enclosure.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    Address GetEquipmentChassisLocationDetailsAddress
    The location's street address.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Coordinates GetEquipmentChassisLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    Name string
    This field identifies the name for the chassis enclosure.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address GetEquipmentChassisLocationDetailsAddress
    The location's street address.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates GetEquipmentChassisLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name String
    This field identifies the name for the chassis enclosure.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    address GetEquipmentChassisLocationDetailsAddress
    The location's street address.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates GetEquipmentChassisLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name string
    This field identifies the name for the chassis enclosure.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    address GetEquipmentChassisLocationDetailsAddress
    The location's street address.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates GetEquipmentChassisLocationDetailsCoordinates
    The location's longitude and latitude coordinates.
    name str
    This field identifies the name for the chassis enclosure.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    address Property Map
    The location's street address.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coordinates Property Map
    The location's longitude and latitude coordinates.
    name String
    This field identifies the name for the chassis enclosure.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetEquipmentChassisLocationDetailsAddress

    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    AdditionalProperties string
    Address1 string
    The primary street address.
    Address2 string
    Additional address information, such as suite number or floor.
    City string
    The city where the address is located.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PostalCode string
    The postal or ZIP code for the address.
    StateProvince string
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.
    additionalProperties string
    address1 string
    The primary street address.
    address2 string
    Additional address information, such as suite number or floor.
    city string
    The city where the address is located.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country string
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode string
    The postal or ZIP code for the address.
    stateProvince string
    The state or province where the address is located.
    additional_properties str
    address1 str
    The primary street address.
    address2 str
    Additional address information, such as suite number or floor.
    city str
    The city where the address is located.
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country str
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postal_code str
    The postal or ZIP code for the address.
    state_province str
    The state or province where the address is located.
    additionalProperties String
    address1 String
    The primary street address.
    address2 String
    Additional address information, such as suite number or floor.
    city String
    The city where the address is located.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    country String
    The country code in ISO 3166-1 alpha-2 format.

    • Unknown - The value Unknown is used when the country code is not known or applicable.
    • AD - The country code for Andorra.
    • AE - The country code for United Arab Emirates.
    • AF - The country code for Afghanistan.
    • AG - The country code for Antigua and Barbuda.
    • AI - The country code for Anguilla.
    • AL - The country code for Albania.
    • AM - The country code for Armenia.
    • AO - The country code for Angola.
    • AQ - The country code for Antarctica.
    • AR - The country code for Argentina.
    • AS - The country code for American Samoa.
    • AT - The country code for Austria.
    • AU - The country code for Australia.
    • AW - The country code for Aruba.
    • AX - The country code for Åland Islands.
    • AZ - The country code for Azerbaijan.
    • BA - The country code for Bosnia and Herzegovina.
    • BB - The country code for Barbados.
    • BD - The country code for Bangladesh.
    • BE - The country code for Belgium.
    • BF - The country code for Burkina Faso.
    • BG - The country code for Bulgaria.
    • BH - The country code for Bahrain.
    • BI - The country code for Burundi.
    • BJ - The country code for Benin.
    • BL - The country code for Saint Barthélemy.
    • BM - The country code for Bermuda.
    • BN - The country code for Brunei Darussalam.
    • BO - The country code for Plurinational State of Bolivia.
    • BQ - The country code for Sint Eustatius and Saba Bonaire.
    • BR - The country code for Brazil.
    • BS - The country code for Bahamas.
    • BT - The country code for Bhutan.
    • BV - The country code for Bouvet Island.
    • BW - The country code for Botswana.
    • BY - The country code for Belarus.
    • BZ - The country code for Belize.
    • CA - The country code for Canada.
    • CC - The country code for Cocos (Keeling) Islands.
    • CD - The country code for Democratic Republic of the Congo.
    • CF - The country code for Central African Republic.
    • CG - The country code for Congo.
    • CH - The country code for Switzerland.
    • CI - The country code for Côte d'Ivoire.
    • CK - The country code for Cook Islands.
    • CL - The country code for Chile.
    • CM - The country code for Cameroon.
    • CN - The country code for China.
    • CO - The country code for Colombia.
    • CR - The country code for Costa Rica.
    • CU - The country code for Cuba.
    • CV - The country code for Cabo Verde.
    • CW - The country code for Curaçao.
    • CX - The country code for Christmas Island.
    • CY - The country code for Cyprus.
    • CZ - The country code for Czechia.
    • DE - The country code for Germany.
    • DJ - The country code for Djibouti.
    • DK - The country code for Denmark.
    • DM - The country code for Dominica.
    • DO - The country code for Dominican Republic.
    • DZ - The country code for Algeria.
    • EC - The country code for Ecuador.
    • EE - The country code for Estonia.
    • EG - The country code for Egypt.
    • EH - The country code for Western Sahara.
    • ER - The country code for Eritrea.
    • ES - The country code for Spain.
    • ET - The country code for Ethiopia.
    • FI - The country code for Finland.
    • FJ - The country code for Fiji.
    • FK - The country code for Falkland Islands (Malvinas).
    • FM - The country code for Federated States of Micronesia.
    • FO - The country code for Faroe Islands.
    • FR - The country code for France.
    • GA - The country code for Gabon.
    • GB - The country code for United Kingdom of Great Britain and Northern Ireland.
    • GD - The country code for Grenada.
    • GE - The country code for Georgia.
    • GF - The country code for French Guiana.
    • GG - The country code for Guernsey.
    • GH - The country code for Ghana.
    • GI - The country code for Gibraltar.
    • GL - The country code for Greenland.
    • GM - The country code for Gambia.
    • GN - The country code for Guinea.
    • GP - The country code for Guadeloupe.
    • GQ - The country code for Equatorial Guinea.
    • GR - The country code for Greece.
    • GS - The country code for South Georgia and the South Sandwich Islands.
    • GT - The country code for Guatemala.
    • GU - The country code for Guam.
    • GW - The country code for Guinea-Bissau.
    • GY - The country code for Guyana.
    • HK - The country code for Hong Kong.
    • HM - The country code for Heard Island and McDonald Islands.
    • HN - The country code for Honduras.
    • HR - The country code for Croatia.
    • HT - The country code for Haiti.
    • HU - The country code for Hungary.
    • ID - The country code for Indonesia.
    • IE - The country code for Ireland.
    • IL - The country code for Israel.
    • IM - The country code for Isle of Man.
    • IN - The country code for India.
    • IO - The country code for British Indian Ocean Territory.
    • IQ - The country code for Iraq.
    • IR - The country code for Islamic Republic of Iran.
    • IS - The country code for Iceland.
    • IT - The country code for Italy.
    • JE - The country code for Jersey.
    • JM - The country code for Jamaica.
    • JO - The country code for Jordan.
    • JP - The country code for Japan.
    • KE - The country code for Kenya.
    • KG - The country code for Kyrgyzstan.
    • KH - The country code for Cambodia.
    • KI - The country code for Kiribati.
    • KM - The country code for Comoros.
    • KN - The country code for Saint Kitts and Nevis.
    • KP - The country code for Democratic People's Republic of Korea.
    • KR - The country code for Republic of Korea.
    • KW - The country code for Kuwait.
    • KY - The country code for Cayman Islands.
    • KZ - The country code for Kazakhstan.
    • LA - The country code for Lao People's Democratic Republic.
    • LB - The country code for Lebanon.
    • LC - The country code for Saint Lucia.
    • LI - The country code for Liechtenstein.
    • LK - The country code for Sri Lanka.
    • LR - The country code for Liberia.
    • LS - The country code for Lesotho.
    • LT - The country code for Lithuania.
    • LU - The country code for Luxembourg.
    • LV - The country code for Latvia.
    • LY - The country code for Libya.
    • MA - The country code for Morocco.
    • MC - The country code for Monaco.
    • MD - The country code for Republic of Moldova.
    • ME - The country code for Montenegro.
    • MF - The country code for Saint Martin (French part).
    • MG - The country code for Madagascar.
    • MH - The country code for Marshall Islands.
    • MK - The country code for North Macedonia.
    • ML - The country code for Mali.
    • MM - The country code for Myanmar.
    • MN - The country code for Mongolia.
    • MO - The country code for Macao.
    • MP - The country code for Northern Mariana Islands.
    • MQ - The country code for Martinique.
    • MR - The country code for Mauritania.
    • MS - The country code for Montserrat.
    • MT - The country code for Malta.
    • MU - The country code for Mauritius.
    • MV - The country code for Maldives.
    • MW - The country code for Malawi.
    • MX - The country code for Mexico.
    • MY - The country code for Malaysia.
    • MZ - The country code for Mozambique.
    • NA - The country code for Namibia.
    • NC - The country code for New Caledonia.
    • NE - The country code for Niger.
    • NF - The country code for Norfolk Island.
    • NG - The country code for Nigeria.
    • NI - The country code for Nicaragua.
    • NL - The country code for Kingdom of the Netherlands.
    • NO - The country code for Norway.
    • NP - The country code for Nepal.
    • NR - The country code for Nauru.
    • NU - The country code for Niue.
    • NZ - The country code for New Zealand.
    • OM - The country code for Oman.
    • PA - The country code for Panama.
    • PE - The country code for Peru.
    • PF - The country code for French Polynesia.
    • PG - The country code for Papua New Guinea.
    • PH - The country code for Philippines.
    • PK - The country code for Pakistan.
    • PL - The country code for Poland.
    • PM - The country code for Saint Pierre and Miquelon.
    • PN - The country code for Pitcairn.
    • PR - The country code for Puerto Rico.
    • PS - The country code for State of Palestine.
    • PT - The country code for Portugal.
    • PW - The country code for Palau.
    • PY - The country code for Paraguay.
    • QA - The country code for Qatar.
    • RE - The country code for Réunion.
    • RO - The country code for Romania.
    • RS - The country code for Serbia.
    • RU - The country code for Russian Federation.
    • RW - The country code for Rwanda.
    • SA - The country code for Saudi Arabia.
    • SB - The country code for Solomon Islands.
    • SC - The country code for Seychelles.
    • SD - The country code for Sudan.
    • SE - The country code for Sweden.
    • SG - The country code for Singapore.
    • SH - The country code for Ascension and Tristan da Cunha Saint Helena.
    • SI - The country code for Slovenia.
    • SJ - The country code for Svalbard and Jan Mayen.
    • SK - The country code for Slovakia.
    • SL - The country code for Sierra Leone.
    • SM - The country code for San Marino.
    • SN - The country code for Senegal.
    • SO - The country code for Somalia.
    • SR - The country code for Suriname.
    • SS - The country code for South Sudan.
    • ST - The country code for Sao Tome and Principe.
    • SV - The country code for El Salvador.
    • SX - The country code for Sint Maarten (Dutch part).
    • SY - The country code for Syrian Arab Republic.
    • SZ - The country code for Eswatini.
    • TC - The country code for Turks and Caicos Islands.
    • TD - The country code for Chad.
    • TF - The country code for French Southern Territories.
    • TG - The country code for Togo.
    • TH - The country code for Thailand.
    • TJ - The country code for Tajikistan.
    • TK - The country code for Tokelau.
    • TL - The country code for Timor-Leste.
    • TM - The country code for Turkmenistan.
    • TN - The country code for Tunisia.
    • TO - The country code for Tonga.
    • TR - The country code for Türkiye.
    • TT - The country code for Trinidad and Tobago.
    • TV - The country code for Tuvalu.
    • TW - The country code for Province of China Taiwan.
    • TZ - The country code for United Republic of Tanzania.
    • UA - The country code for Ukraine.
    • UG - The country code for Uganda.
    • UM - The country code for United States Minor Outlying Islands.
    • US - The country code for United States of America.
    • UY - The country code for Uruguay.
    • UZ - The country code for Uzbekistan.
    • VA - The country code for Holy See.
    • VC - The country code for Saint Vincent and the Grenadines.
    • VE - The country code for Bolivarian Republic of Venezuela.
    • VG - The country code for Virgin Islands (British).
    • VI - The country code for Virgin Islands (U.S.).
    • VN - The country code for Viet Nam.
    • VU - The country code for Vanuatu.
    • WF - The country code for Wallis and Futuna.
    • WS - The country code for Samoa.
    • YE - The country code for Yemen.
    • YT - The country code for Mayotte.
    • ZA - The country code for South Africa.
    • ZM - The country code for Zambia.
    • ZW - The country code for Zimbabwe.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    postalCode String
    The postal or ZIP code for the address.
    stateProvince String
    The state or province where the address is located.

    GetEquipmentChassisLocationDetailsCoordinates

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Latitude double
    The latitude coordinate value.
    Longitude double
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Latitude float64
    The latitude coordinate value.
    Longitude float64
    The longitude coordinate value.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude Double
    The latitude coordinate value.
    longitude Double
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude number
    The latitude coordinate value.
    longitude number
    The longitude coordinate value.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude float
    The latitude coordinate value.
    longitude float
    The longitude coordinate value.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    latitude Number
    The latitude coordinate value.
    longitude Number
    The longitude coordinate value.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetEquipmentChassisLocatorLed

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisManagementInterface

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisNetworkElement

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisPowerControlState

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisPreviousFru

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisPsuControl

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisPsus

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummaries List<GetEquipmentChassisResultAlarmSummary>
    Ancestors List<GetEquipmentChassisResultAncestor>
    AssignedLocations List<GetEquipmentChassisResultAssignedLocation>
    Blades List<GetEquipmentChassisResultBlade>
    ChassisId double
    The assigned identifier for a chassis.
    ChassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    ClassId string
    ConnectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    ConnectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field is to provide description for chassis model.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModules List<GetEquipmentChassisResultExpanderModule>
    FanControls List<GetEquipmentChassisResultFanControl>
    Fanmodules List<GetEquipmentChassisResultFanmodule>
    FaultSummary double
    This field summarizes the faults on the chassis enclosure.
    InventoryDeviceInfos List<GetEquipmentChassisResultInventoryDeviceInfo>
    Ioms List<GetEquipmentChassisResultIom>
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LocationDetails List<GetEquipmentChassisResultLocationDetail>
    LocatorLeds List<GetEquipmentChassisResultLocatorLed>
    ManagementInterfaces List<GetEquipmentChassisResultManagementInterface>
    ManagementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    This field identifies the name for the chassis enclosure.
    NetworkElements List<GetEquipmentChassisResultNetworkElement>
    ObjectType string
    OperReasons List<string>
    OperState string
    This field identifies the Chassis Operational State.
    Owners List<string>
    Parents List<GetEquipmentChassisResultParent>
    PartNumber string
    Part Number identifier for the chassis enclosure.
    PermissionResources List<GetEquipmentChassisResultPermissionResource>
    Pid string
    This field identifies the Product ID for the chassis enclosure.
    PlatformType string
    The platform type that the chassis is a part of.
    PowerControlStates List<GetEquipmentChassisResultPowerControlState>
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetEquipmentChassisResultPreviousFrus>
    ProductName string
    This field identifies the Product Name for the chassis enclosure.
    PsuControls List<GetEquipmentChassisResultPsuControl>
    Psuses List<GetEquipmentChassisResultPsus>
    RegisteredDevices List<GetEquipmentChassisResultRegisteredDevice>
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Sasexpanders List<GetEquipmentChassisResultSasexpander>
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Siocs List<GetEquipmentChassisResultSioc>
    Sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    StorageEnclosures List<GetEquipmentChassisResultStorageEnclosure>
    Tags List<GetEquipmentChassisResultTag>
    UserLabel string
    The user defined label assigned to the chassis.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetEquipmentChassisResultVersionContext>
    Vid string
    This field identifies the Vendor ID for the chassis enclosure.
    VirtualDriveContainers List<GetEquipmentChassisResultVirtualDriveContainer>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummaries []GetEquipmentChassisResultAlarmSummary
    Ancestors []GetEquipmentChassisResultAncestor
    AssignedLocations []GetEquipmentChassisResultAssignedLocation
    Blades []GetEquipmentChassisResultBlade
    ChassisId float64
    The assigned identifier for a chassis.
    ChassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    ClassId string
    ConnectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    ConnectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field is to provide description for chassis model.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExpanderModules []GetEquipmentChassisResultExpanderModule
    FanControls []GetEquipmentChassisResultFanControl
    Fanmodules []GetEquipmentChassisResultFanmodule
    FaultSummary float64
    This field summarizes the faults on the chassis enclosure.
    InventoryDeviceInfos []GetEquipmentChassisResultInventoryDeviceInfo
    Ioms []GetEquipmentChassisResultIom
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LocationDetails []GetEquipmentChassisResultLocationDetail
    LocatorLeds []GetEquipmentChassisResultLocatorLed
    ManagementInterfaces []GetEquipmentChassisResultManagementInterface
    ManagementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    This field identifies the name for the chassis enclosure.
    NetworkElements []GetEquipmentChassisResultNetworkElement
    ObjectType string
    OperReasons []string
    OperState string
    This field identifies the Chassis Operational State.
    Owners []string
    Parents []GetEquipmentChassisResultParent
    PartNumber string
    Part Number identifier for the chassis enclosure.
    PermissionResources []GetEquipmentChassisResultPermissionResource
    Pid string
    This field identifies the Product ID for the chassis enclosure.
    PlatformType string
    The platform type that the chassis is a part of.
    PowerControlStates []GetEquipmentChassisResultPowerControlState
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetEquipmentChassisResultPreviousFrus
    ProductName string
    This field identifies the Product Name for the chassis enclosure.
    PsuControls []GetEquipmentChassisResultPsuControl
    Psuses []GetEquipmentChassisResultPsus
    RegisteredDevices []GetEquipmentChassisResultRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Sasexpanders []GetEquipmentChassisResultSasexpander
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Siocs []GetEquipmentChassisResultSioc
    Sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    StorageEnclosures []GetEquipmentChassisResultStorageEnclosure
    Tags []GetEquipmentChassisResultTag
    UserLabel string
    The user defined label assigned to the chassis.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetEquipmentChassisResultVersionContext
    Vid string
    This field identifies the Vendor ID for the chassis enclosure.
    VirtualDriveContainers []GetEquipmentChassisResultVirtualDriveContainer
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummaries List<GetEquipmentChassisResultAlarmSummary>
    ancestors List<GetEquipmentChassisResultAncestor>
    assignedLocations List<GetEquipmentChassisResultAssignedLocation>
    blades List<GetEquipmentChassisResultBlade>
    chassisId Double
    The assigned identifier for a chassis.
    chassisProfile String
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId String
    connectionPath String
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus String
    This field identifies the connectivity status for the chassis enclosure.
    createTime String
    The time when this managed object was created.
    description String
    This field is to provide description for chassis model.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModules List<GetEquipmentChassisResultExpanderModule>
    fanControls List<GetEquipmentChassisResultFanControl>
    fanmodules List<GetEquipmentChassisResultFanmodule>
    faultSummary Double
    This field summarizes the faults on the chassis enclosure.
    inventoryDeviceInfos List<GetEquipmentChassisResultInventoryDeviceInfo>
    ioms List<GetEquipmentChassisResultIom>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails List<GetEquipmentChassisResultLocationDetail>
    locatorLeds List<GetEquipmentChassisResultLocatorLed>
    managementInterfaces List<GetEquipmentChassisResultManagementInterface>
    managementMode String
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    This field identifies the name for the chassis enclosure.
    networkElements List<GetEquipmentChassisResultNetworkElement>
    objectType String
    operReasons List<String>
    operState String
    This field identifies the Chassis Operational State.
    owners List<String>
    parents List<GetEquipmentChassisResultParent>
    partNumber String
    Part Number identifier for the chassis enclosure.
    permissionResources List<GetEquipmentChassisResultPermissionResource>
    pid String
    This field identifies the Product ID for the chassis enclosure.
    platformType String
    The platform type that the chassis is a part of.
    powerControlStates List<GetEquipmentChassisResultPowerControlState>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetEquipmentChassisResultPreviousFrus>
    productName String
    This field identifies the Product Name for the chassis enclosure.
    psuControls List<GetEquipmentChassisResultPsuControl>
    psuses List<GetEquipmentChassisResultPsus>
    registeredDevices List<GetEquipmentChassisResultRegisteredDevice>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders List<GetEquipmentChassisResultSasexpander>
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs List<GetEquipmentChassisResultSioc>
    sku String
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures List<GetEquipmentChassisResultStorageEnclosure>
    tags List<GetEquipmentChassisResultTag>
    userLabel String
    The user defined label assigned to the chassis.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetEquipmentChassisResultVersionContext>
    vid String
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers List<GetEquipmentChassisResultVirtualDriveContainer>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummaries GetEquipmentChassisResultAlarmSummary[]
    ancestors GetEquipmentChassisResultAncestor[]
    assignedLocations GetEquipmentChassisResultAssignedLocation[]
    blades GetEquipmentChassisResultBlade[]
    chassisId number
    The assigned identifier for a chassis.
    chassisProfile string
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId string
    connectionPath string
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus string
    This field identifies the connectivity status for the chassis enclosure.
    createTime string
    The time when this managed object was created.
    description string
    This field is to provide description for chassis model.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    expanderModules GetEquipmentChassisResultExpanderModule[]
    fanControls GetEquipmentChassisResultFanControl[]
    fanmodules GetEquipmentChassisResultFanmodule[]
    faultSummary number
    This field summarizes the faults on the chassis enclosure.
    inventoryDeviceInfos GetEquipmentChassisResultInventoryDeviceInfo[]
    ioms GetEquipmentChassisResultIom[]
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails GetEquipmentChassisResultLocationDetail[]
    locatorLeds GetEquipmentChassisResultLocatorLed[]
    managementInterfaces GetEquipmentChassisResultManagementInterface[]
    managementMode string
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    This field identifies the name for the chassis enclosure.
    networkElements GetEquipmentChassisResultNetworkElement[]
    objectType string
    operReasons string[]
    operState string
    This field identifies the Chassis Operational State.
    owners string[]
    parents GetEquipmentChassisResultParent[]
    partNumber string
    Part Number identifier for the chassis enclosure.
    permissionResources GetEquipmentChassisResultPermissionResource[]
    pid string
    This field identifies the Product ID for the chassis enclosure.
    platformType string
    The platform type that the chassis is a part of.
    powerControlStates GetEquipmentChassisResultPowerControlState[]
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetEquipmentChassisResultPreviousFrus[]
    productName string
    This field identifies the Product Name for the chassis enclosure.
    psuControls GetEquipmentChassisResultPsuControl[]
    psuses GetEquipmentChassisResultPsus[]
    registeredDevices GetEquipmentChassisResultRegisteredDevice[]
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders GetEquipmentChassisResultSasexpander[]
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs GetEquipmentChassisResultSioc[]
    sku string
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures GetEquipmentChassisResultStorageEnclosure[]
    tags GetEquipmentChassisResultTag[]
    userLabel string
    The user defined label assigned to the chassis.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetEquipmentChassisResultVersionContext[]
    vid string
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers GetEquipmentChassisResultVirtualDriveContainer[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_summaries Sequence[GetEquipmentChassisResultAlarmSummary]
    ancestors Sequence[GetEquipmentChassisResultAncestor]
    assigned_locations Sequence[GetEquipmentChassisResultAssignedLocation]
    blades Sequence[GetEquipmentChassisResultBlade]
    chassis_id float
    The assigned identifier for a chassis.
    chassis_profile str
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    class_id str
    connection_path str
    This field identifies the connectivity path for the chassis enclosure.
    connection_status str
    This field identifies the connectivity status for the chassis enclosure.
    create_time str
    The time when this managed object was created.
    description str
    This field is to provide description for chassis model.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    expander_modules Sequence[GetEquipmentChassisResultExpanderModule]
    fan_controls Sequence[GetEquipmentChassisResultFanControl]
    fanmodules Sequence[GetEquipmentChassisResultFanmodule]
    fault_summary float
    This field summarizes the faults on the chassis enclosure.
    inventory_device_infos Sequence[GetEquipmentChassisResultInventoryDeviceInfo]
    ioms Sequence[GetEquipmentChassisResultIom]
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    location_details Sequence[GetEquipmentChassisResultLocationDetail]
    locator_leds Sequence[GetEquipmentChassisResultLocatorLed]
    management_interfaces Sequence[GetEquipmentChassisResultManagementInterface]
    management_mode str
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    This field identifies the name for the chassis enclosure.
    network_elements Sequence[GetEquipmentChassisResultNetworkElement]
    object_type str
    oper_reasons Sequence[str]
    oper_state str
    This field identifies the Chassis Operational State.
    owners Sequence[str]
    parents Sequence[GetEquipmentChassisResultParent]
    part_number str
    Part Number identifier for the chassis enclosure.
    permission_resources Sequence[GetEquipmentChassisResultPermissionResource]
    pid str
    This field identifies the Product ID for the chassis enclosure.
    platform_type str
    The platform type that the chassis is a part of.
    power_control_states Sequence[GetEquipmentChassisResultPowerControlState]
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetEquipmentChassisResultPreviousFrus]
    product_name str
    This field identifies the Product Name for the chassis enclosure.
    psu_controls Sequence[GetEquipmentChassisResultPsuControl]
    psuses Sequence[GetEquipmentChassisResultPsus]
    registered_devices Sequence[GetEquipmentChassisResultRegisteredDevice]
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders Sequence[GetEquipmentChassisResultSasexpander]
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs Sequence[GetEquipmentChassisResultSioc]
    sku str
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storage_enclosures Sequence[GetEquipmentChassisResultStorageEnclosure]
    tags Sequence[GetEquipmentChassisResultTag]
    user_label str
    The user defined label assigned to the chassis.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetEquipmentChassisResultVersionContext]
    vid str
    This field identifies the Vendor ID for the chassis enclosure.
    virtual_drive_containers Sequence[GetEquipmentChassisResultVirtualDriveContainer]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    assignedLocations List<Property Map>
    blades List<Property Map>
    chassisId Number
    The assigned identifier for a chassis.
    chassisProfile String
    The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.
    classId String
    connectionPath String
    This field identifies the connectivity path for the chassis enclosure.
    connectionStatus String
    This field identifies the connectivity status for the chassis enclosure.
    createTime String
    The time when this managed object was created.
    description String
    This field is to provide description for chassis model.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    expanderModules List<Property Map>
    fanControls List<Property Map>
    fanmodules List<Property Map>
    faultSummary Number
    This field summarizes the faults on the chassis enclosure.
    inventoryDeviceInfos List<Property Map>
    ioms List<Property Map>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    locationDetails List<Property Map>
    locatorLeds List<Property Map>
    managementInterfaces List<Property Map>
    managementMode String
    The management mode of the blade server chassis.* IntersightStandalone - Intersight Standalone mode of operation.* UCSM - Unified Computing System Manager mode of operation.* Intersight - Intersight managed mode of operation.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    This field identifies the name for the chassis enclosure.
    networkElements List<Property Map>
    objectType String
    operReasons List<String>
    operState String
    This field identifies the Chassis Operational State.
    owners List<String>
    parents List<Property Map>
    partNumber String
    Part Number identifier for the chassis enclosure.
    permissionResources List<Property Map>
    pid String
    This field identifies the Product ID for the chassis enclosure.
    platformType String
    The platform type that the chassis is a part of.
    powerControlStates List<Property Map>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    productName String
    This field identifies the Product Name for the chassis enclosure.
    psuControls List<Property Map>
    psuses List<Property Map>
    registeredDevices List<Property Map>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sasexpanders List<Property Map>
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siocs List<Property Map>
    sku String
    This field identifies the Stock Keeping Unit for the chassis enclosure.
    storageEnclosures List<Property Map>
    tags List<Property Map>
    userLabel String
    The user defined label assigned to the chassis.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>
    vid String
    This field identifies the Vendor ID for the chassis enclosure.
    virtualDriveContainers List<Property Map>

    GetEquipmentChassisResultAlarmSummary

    AdditionalProperties string
    ClassId string
    Critical float64
    Health string
    Info float64
    ObjectType string
    Suppressed bool
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    GetEquipmentChassisResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultAssignedLocation

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultBlade

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultExpanderModule

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultFanControl

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultFanmodule

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultInventoryDeviceInfo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultIom

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultLocationDetail

    additionalProperties String
    addresses List<Property Map>
    classId String
    coordinates List<Property Map>
    name String
    This field identifies the name for the chassis enclosure.
    objectType String

    GetEquipmentChassisResultLocationDetailAddress

    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    AdditionalProperties string
    Address1 string
    Address2 string
    City string
    ClassId string
    Country string
    ObjectType string
    PostalCode string
    StateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String
    additionalProperties string
    address1 string
    address2 string
    city string
    classId string
    country string
    objectType string
    postalCode string
    stateProvince string
    additionalProperties String
    address1 String
    address2 String
    city String
    classId String
    country String
    objectType String
    postalCode String
    stateProvince String

    GetEquipmentChassisResultLocationDetailCoordinate

    AdditionalProperties string
    ClassId string
    Latitude float64
    Longitude float64
    ObjectType string

    GetEquipmentChassisResultLocatorLed

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultManagementInterface

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultNetworkElement

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultPowerControlState

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultPreviousFrus

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultPsuControl

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultPsus

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultRegisteredDevice

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultSasexpander

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultSioc

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultStorageEnclosure

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultTag

    GetEquipmentChassisResultTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultTagDefinition

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultVersionContext

    GetEquipmentChassisResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisResultVirtualDriveContainer

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetEquipmentChassisSasexpander

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisSioc

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisStorageEnclosure

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisTag

    AdditionalProperties string
    AncestorDefinitions List<GetEquipmentChassisTagAncestorDefinition>
    Definition GetEquipmentChassisTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetEquipmentChassisTagAncestorDefinition
    Definition GetEquipmentChassisTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetEquipmentChassisTagAncestorDefinition>
    definition GetEquipmentChassisTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetEquipmentChassisTagAncestorDefinition[]
    definition GetEquipmentChassisTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetEquipmentChassisTagAncestorDefinition]
    definition GetEquipmentChassisTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetEquipmentChassisTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetEquipmentChassisVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentChassisVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetEquipmentChassisVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetEquipmentChassisVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetEquipmentChassisVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetEquipmentChassisVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetEquipmentChassisVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetEquipmentChassisVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetEquipmentChassisVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetEquipmentChassisVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetEquipmentChassisVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetEquipmentChassisVirtualDriveContainer

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
      AI Agentic Workflows: Register now