1. Packages
  2. Intersight Provider
  3. API Docs
  4. getComputeBladeIdentity
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getComputeBladeIdentity

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Identity object that uniquely represents a blade server object under a DR.

    Using getComputeBladeIdentity

    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 getComputeBladeIdentity(args: GetComputeBladeIdentityArgs, opts?: InvokeOptions): Promise<GetComputeBladeIdentityResult>
    function getComputeBladeIdentityOutput(args: GetComputeBladeIdentityOutputArgs, opts?: InvokeOptions): Output<GetComputeBladeIdentityResult>
    def get_compute_blade_identity(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   admin_action: Optional[str] = None,
                                   admin_action_state: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetComputeBladeIdentityAncestor]] = None,
                                   chassis_id: Optional[float] = None,
                                   class_id: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   current_chassis_id: Optional[float] = None,
                                   current_slot_id: Optional[float] = None,
                                   custom_permission_resources: Optional[Sequence[GetComputeBladeIdentityCustomPermissionResource]] = None,
                                   discovered_blade_id_in_curr_locations: Optional[Sequence[GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation]] = None,
                                   domain_group_moid: Optional[str] = None,
                                   firmware_supportability: Optional[str] = None,
                                   id: Optional[str] = None,
                                   identifier: Optional[float] = None,
                                   last_discovery_triggered: Optional[str] = None,
                                   lifecycle_mod_time: Optional[str] = None,
                                   managed_nodes: Optional[Sequence[GetComputeBladeIdentityManagedNode]] = None,
                                   manager_slot_id: Optional[float] = None,
                                   mod_time: Optional[str] = None,
                                   model: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   new_blade_id_in_discovered_locations: Optional[Sequence[GetComputeBladeIdentityNewBladeIdInDiscoveredLocation]] = None,
                                   nr_lifecycle: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetComputeBladeIdentityParent] = None,
                                   permission_resources: Optional[Sequence[GetComputeBladeIdentityPermissionResource]] = None,
                                   physical_device_registration: Optional[GetComputeBladeIdentityPhysicalDeviceRegistration] = None,
                                   presence: Optional[str] = None,
                                   registered_device: Optional[GetComputeBladeIdentityRegisteredDevice] = None,
                                   reset_to_default: Optional[bool] = None,
                                   serial: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   slot_id: Optional[float] = None,
                                   tags: Optional[Sequence[GetComputeBladeIdentityTag]] = None,
                                   vendor: Optional[str] = None,
                                   version_context: Optional[GetComputeBladeIdentityVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetComputeBladeIdentityResult
    def get_compute_blade_identity_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   admin_action: Optional[pulumi.Input[str]] = None,
                                   admin_action_state: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityAncestorArgs]]]] = None,
                                   chassis_id: Optional[pulumi.Input[float]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   current_chassis_id: Optional[pulumi.Input[float]] = None,
                                   current_slot_id: Optional[pulumi.Input[float]] = None,
                                   custom_permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityCustomPermissionResourceArgs]]]] = None,
                                   discovered_blade_id_in_curr_locations: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityDiscoveredBladeIdInCurrLocationArgs]]]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   firmware_supportability: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   identifier: Optional[pulumi.Input[float]] = None,
                                   last_discovery_triggered: Optional[pulumi.Input[str]] = None,
                                   lifecycle_mod_time: Optional[pulumi.Input[str]] = None,
                                   managed_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityManagedNodeArgs]]]] = None,
                                   manager_slot_id: Optional[pulumi.Input[float]] = 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,
                                   new_blade_id_in_discovered_locations: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityNewBladeIdInDiscoveredLocationArgs]]]] = None,
                                   nr_lifecycle: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetComputeBladeIdentityParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityPermissionResourceArgs]]]] = None,
                                   physical_device_registration: Optional[pulumi.Input[GetComputeBladeIdentityPhysicalDeviceRegistrationArgs]] = None,
                                   presence: Optional[pulumi.Input[str]] = None,
                                   registered_device: Optional[pulumi.Input[GetComputeBladeIdentityRegisteredDeviceArgs]] = None,
                                   reset_to_default: Optional[pulumi.Input[bool]] = None,
                                   serial: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   slot_id: Optional[pulumi.Input[float]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetComputeBladeIdentityTagArgs]]]] = None,
                                   vendor: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetComputeBladeIdentityVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetComputeBladeIdentityResult]
    func LookupComputeBladeIdentity(ctx *Context, args *LookupComputeBladeIdentityArgs, opts ...InvokeOption) (*LookupComputeBladeIdentityResult, error)
    func LookupComputeBladeIdentityOutput(ctx *Context, args *LookupComputeBladeIdentityOutputArgs, opts ...InvokeOption) LookupComputeBladeIdentityResultOutput

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

    public static class GetComputeBladeIdentity 
    {
        public static Task<GetComputeBladeIdentityResult> InvokeAsync(GetComputeBladeIdentityArgs args, InvokeOptions? opts = null)
        public static Output<GetComputeBladeIdentityResult> Invoke(GetComputeBladeIdentityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetComputeBladeIdentityResult> getComputeBladeIdentity(GetComputeBladeIdentityArgs args, InvokeOptions options)
    public static Output<GetComputeBladeIdentityResult> getComputeBladeIdentity(GetComputeBladeIdentityArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getComputeBladeIdentity:getComputeBladeIdentity
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    AdminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    Ancestors List<GetComputeBladeIdentityAncestor>
    ChassisId double
    Chassis Identifier of a blade server.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentChassisId double
    The id of the chassis that the blade is currently located in.
    CurrentSlotId double
    The slot number in the chassis that the blade is currently located in.
    CustomPermissionResources List<GetComputeBladeIdentityCustomPermissionResource>
    DiscoveredBladeIdInCurrLocations List<GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    Id string
    Identifier double
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    LastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    LifecycleModTime string
    The time when the last life cycle state change happened.
    ManagedNodes List<GetComputeBladeIdentityManagedNode>
    ManagerSlotId double
    Chassis slot number of the manager compute server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The vendor provided model name for the equipment.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the equipment for unique identification.
    NewBladeIdInDiscoveredLocations List<GetComputeBladeIdentityNewBladeIdInDiscoveredLocation>
    NrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    ObjectType string
    Owners List<string>
    Parent GetComputeBladeIdentityParent
    PermissionResources List<GetComputeBladeIdentityPermissionResource>
    PhysicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    Presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    RegisteredDevice GetComputeBladeIdentityRegisteredDevice
    ResetToDefault bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    Serial string
    The serial number of the equipment.
    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.
    SlotId double
    Chassis slot number of a blade server.
    Tags List<GetComputeBladeIdentityTag>
    Vendor string
    The manufacturer of the equipment.
    VersionContext GetComputeBladeIdentityVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    AdminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    Ancestors []GetComputeBladeIdentityAncestor
    ChassisId float64
    Chassis Identifier of a blade server.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentChassisId float64
    The id of the chassis that the blade is currently located in.
    CurrentSlotId float64
    The slot number in the chassis that the blade is currently located in.
    CustomPermissionResources []GetComputeBladeIdentityCustomPermissionResource
    DiscoveredBladeIdInCurrLocations []GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    Id string
    Identifier float64
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    LastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    LifecycleModTime string
    The time when the last life cycle state change happened.
    ManagedNodes []GetComputeBladeIdentityManagedNode
    ManagerSlotId float64
    Chassis slot number of the manager compute server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The vendor provided model name for the equipment.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the equipment for unique identification.
    NewBladeIdInDiscoveredLocations []GetComputeBladeIdentityNewBladeIdInDiscoveredLocation
    NrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    ObjectType string
    Owners []string
    Parent GetComputeBladeIdentityParent
    PermissionResources []GetComputeBladeIdentityPermissionResource
    PhysicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    Presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    RegisteredDevice GetComputeBladeIdentityRegisteredDevice
    ResetToDefault bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    Serial string
    The serial number of the equipment.
    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.
    SlotId float64
    Chassis slot number of a blade server.
    Tags []GetComputeBladeIdentityTag
    Vendor string
    The manufacturer of the equipment.
    VersionContext GetComputeBladeIdentityVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminAction String
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState String
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors List<GetComputeBladeIdentityAncestor>
    chassisId Double
    Chassis Identifier of a blade server.
    classId String
    createTime String
    The time when this managed object was created.
    currentChassisId Double
    The id of the chassis that the blade is currently located in.
    currentSlotId Double
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources List<GetComputeBladeIdentityCustomPermissionResource>
    discoveredBladeIdInCurrLocations List<GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmwareSupportability String
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    id String
    identifier Double
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered String
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime String
    The time when the last life cycle state change happened.
    managedNodes List<GetComputeBladeIdentityManagedNode>
    managerSlotId Double
    Chassis slot number of the manager compute server.
    modTime String
    The time when this managed object was last modified.
    model String
    The vendor provided model name for the equipment.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations List<GetComputeBladeIdentityNewBladeIdInDiscoveredLocation>
    nrLifecycle String
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType String
    owners List<String>
    parent GetComputeBladeIdentityParent
    permissionResources List<GetComputeBladeIdentityPermissionResource>
    physicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence String
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevice GetComputeBladeIdentityRegisteredDevice
    resetToDefault Boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial String
    The serial number of the equipment.
    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.
    slotId Double
    Chassis slot number of a blade server.
    tags List<GetComputeBladeIdentityTag>
    vendor String
    The manufacturer of the equipment.
    versionContext GetComputeBladeIdentityVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors GetComputeBladeIdentityAncestor[]
    chassisId number
    Chassis Identifier of a blade server.
    classId string
    createTime string
    The time when this managed object was created.
    currentChassisId number
    The id of the chassis that the blade is currently located in.
    currentSlotId number
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources GetComputeBladeIdentityCustomPermissionResource[]
    discoveredBladeIdInCurrLocations GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    id string
    identifier number
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime string
    The time when the last life cycle state change happened.
    managedNodes GetComputeBladeIdentityManagedNode[]
    managerSlotId number
    Chassis slot number of the manager compute server.
    modTime string
    The time when this managed object was last modified.
    model string
    The vendor provided model name for the equipment.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations GetComputeBladeIdentityNewBladeIdInDiscoveredLocation[]
    nrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType string
    owners string[]
    parent GetComputeBladeIdentityParent
    permissionResources GetComputeBladeIdentityPermissionResource[]
    physicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevice GetComputeBladeIdentityRegisteredDevice
    resetToDefault boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial string
    The serial number of the equipment.
    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.
    slotId number
    Chassis slot number of a blade server.
    tags GetComputeBladeIdentityTag[]
    vendor string
    The manufacturer of the equipment.
    versionContext GetComputeBladeIdentityVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_action str
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    admin_action_state str
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors Sequence[GetComputeBladeIdentityAncestor]
    chassis_id float
    Chassis Identifier of a blade server.
    class_id str
    create_time str
    The time when this managed object was created.
    current_chassis_id float
    The id of the chassis that the blade is currently located in.
    current_slot_id float
    The slot number in the chassis that the blade is currently located in.
    custom_permission_resources Sequence[GetComputeBladeIdentityCustomPermissionResource]
    discovered_blade_id_in_curr_locations Sequence[GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware_supportability str
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    id str
    identifier float
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    last_discovery_triggered str
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycle_mod_time str
    The time when the last life cycle state change happened.
    managed_nodes Sequence[GetComputeBladeIdentityManagedNode]
    manager_slot_id float
    Chassis slot number of the manager compute server.
    mod_time str
    The time when this managed object was last modified.
    model str
    The vendor provided model name for the equipment.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the equipment for unique identification.
    new_blade_id_in_discovered_locations Sequence[GetComputeBladeIdentityNewBladeIdInDiscoveredLocation]
    nr_lifecycle str
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    object_type str
    owners Sequence[str]
    parent GetComputeBladeIdentityParent
    permission_resources Sequence[GetComputeBladeIdentityPermissionResource]
    physical_device_registration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence str
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registered_device GetComputeBladeIdentityRegisteredDevice
    reset_to_default bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial str
    The serial number of the equipment.
    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.
    slot_id float
    Chassis slot number of a blade server.
    tags Sequence[GetComputeBladeIdentityTag]
    vendor str
    The manufacturer of the equipment.
    version_context GetComputeBladeIdentityVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminAction String
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState String
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors List<Property Map>
    chassisId Number
    Chassis Identifier of a blade server.
    classId String
    createTime String
    The time when this managed object was created.
    currentChassisId Number
    The id of the chassis that the blade is currently located in.
    currentSlotId Number
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources List<Property Map>
    discoveredBladeIdInCurrLocations List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmwareSupportability String
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    id String
    identifier Number
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered String
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime String
    The time when the last life cycle state change happened.
    managedNodes List<Property Map>
    managerSlotId Number
    Chassis slot number of the manager compute server.
    modTime String
    The time when this managed object was last modified.
    model String
    The vendor provided model name for the equipment.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations List<Property Map>
    nrLifecycle String
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    physicalDeviceRegistration Property Map
    presence String
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevice Property Map
    resetToDefault Boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial String
    The serial number of the equipment.
    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.
    slotId Number
    Chassis slot number of a blade server.
    tags List<Property Map>
    vendor String
    The manufacturer of the equipment.
    versionContext Property Map

    getComputeBladeIdentity Result

    The following output properties are available:

    Id string
    Results List<GetComputeBladeIdentityResult>
    AccountMoid string
    AdditionalProperties string
    AdminAction string
    AdminActionState string
    Ancestors List<GetComputeBladeIdentityAncestor>
    ChassisId double
    ClassId string
    CreateTime string
    CurrentChassisId double
    CurrentSlotId double
    CustomPermissionResources List<GetComputeBladeIdentityCustomPermissionResource>
    DiscoveredBladeIdInCurrLocations List<GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation>
    DomainGroupMoid string
    FirmwareSupportability string
    Identifier double
    LastDiscoveryTriggered string
    LifecycleModTime string
    ManagedNodes List<GetComputeBladeIdentityManagedNode>
    ManagerSlotId double
    ModTime string
    Model string
    Moid string
    Name string
    NewBladeIdInDiscoveredLocations List<GetComputeBladeIdentityNewBladeIdInDiscoveredLocation>
    NrLifecycle string
    ObjectType string
    Owners List<string>
    Parent GetComputeBladeIdentityParent
    PermissionResources List<GetComputeBladeIdentityPermissionResource>
    PhysicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    Presence string
    RegisteredDevice GetComputeBladeIdentityRegisteredDevice
    ResetToDefault bool
    Serial string
    SharedScope string
    SlotId double
    Tags List<GetComputeBladeIdentityTag>
    Vendor string
    VersionContext GetComputeBladeIdentityVersionContext
    Id string
    Results []GetComputeBladeIdentityResult
    AccountMoid string
    AdditionalProperties string
    AdminAction string
    AdminActionState string
    Ancestors []GetComputeBladeIdentityAncestor
    ChassisId float64
    ClassId string
    CreateTime string
    CurrentChassisId float64
    CurrentSlotId float64
    CustomPermissionResources []GetComputeBladeIdentityCustomPermissionResource
    DiscoveredBladeIdInCurrLocations []GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation
    DomainGroupMoid string
    FirmwareSupportability string
    Identifier float64
    LastDiscoveryTriggered string
    LifecycleModTime string
    ManagedNodes []GetComputeBladeIdentityManagedNode
    ManagerSlotId float64
    ModTime string
    Model string
    Moid string
    Name string
    NewBladeIdInDiscoveredLocations []GetComputeBladeIdentityNewBladeIdInDiscoveredLocation
    NrLifecycle string
    ObjectType string
    Owners []string
    Parent GetComputeBladeIdentityParent
    PermissionResources []GetComputeBladeIdentityPermissionResource
    PhysicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    Presence string
    RegisteredDevice GetComputeBladeIdentityRegisteredDevice
    ResetToDefault bool
    Serial string
    SharedScope string
    SlotId float64
    Tags []GetComputeBladeIdentityTag
    Vendor string
    VersionContext GetComputeBladeIdentityVersionContext
    id String
    results List<GetComputeBladeIdentityResult>
    accountMoid String
    additionalProperties String
    adminAction String
    adminActionState String
    ancestors List<GetComputeBladeIdentityAncestor>
    chassisId Double
    classId String
    createTime String
    currentChassisId Double
    currentSlotId Double
    customPermissionResources List<GetComputeBladeIdentityCustomPermissionResource>
    discoveredBladeIdInCurrLocations List<GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation>
    domainGroupMoid String
    firmwareSupportability String
    identifier Double
    lastDiscoveryTriggered String
    lifecycleModTime String
    managedNodes List<GetComputeBladeIdentityManagedNode>
    managerSlotId Double
    modTime String
    model String
    moid String
    name String
    newBladeIdInDiscoveredLocations List<GetComputeBladeIdentityNewBladeIdInDiscoveredLocation>
    nrLifecycle String
    objectType String
    owners List<String>
    parent GetComputeBladeIdentityParent
    permissionResources List<GetComputeBladeIdentityPermissionResource>
    physicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence String
    registeredDevice GetComputeBladeIdentityRegisteredDevice
    resetToDefault Boolean
    serial String
    sharedScope String
    slotId Double
    tags List<GetComputeBladeIdentityTag>
    vendor String
    versionContext GetComputeBladeIdentityVersionContext
    id string
    results GetComputeBladeIdentityResult[]
    accountMoid string
    additionalProperties string
    adminAction string
    adminActionState string
    ancestors GetComputeBladeIdentityAncestor[]
    chassisId number
    classId string
    createTime string
    currentChassisId number
    currentSlotId number
    customPermissionResources GetComputeBladeIdentityCustomPermissionResource[]
    discoveredBladeIdInCurrLocations GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation[]
    domainGroupMoid string
    firmwareSupportability string
    identifier number
    lastDiscoveryTriggered string
    lifecycleModTime string
    managedNodes GetComputeBladeIdentityManagedNode[]
    managerSlotId number
    modTime string
    model string
    moid string
    name string
    newBladeIdInDiscoveredLocations GetComputeBladeIdentityNewBladeIdInDiscoveredLocation[]
    nrLifecycle string
    objectType string
    owners string[]
    parent GetComputeBladeIdentityParent
    permissionResources GetComputeBladeIdentityPermissionResource[]
    physicalDeviceRegistration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence string
    registeredDevice GetComputeBladeIdentityRegisteredDevice
    resetToDefault boolean
    serial string
    sharedScope string
    slotId number
    tags GetComputeBladeIdentityTag[]
    vendor string
    versionContext GetComputeBladeIdentityVersionContext
    id str
    results Sequence[GetComputeBladeIdentityResult]
    account_moid str
    additional_properties str
    admin_action str
    admin_action_state str
    ancestors Sequence[GetComputeBladeIdentityAncestor]
    chassis_id float
    class_id str
    create_time str
    current_chassis_id float
    current_slot_id float
    custom_permission_resources Sequence[GetComputeBladeIdentityCustomPermissionResource]
    discovered_blade_id_in_curr_locations Sequence[GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation]
    domain_group_moid str
    firmware_supportability str
    identifier float
    last_discovery_triggered str
    lifecycle_mod_time str
    managed_nodes Sequence[GetComputeBladeIdentityManagedNode]
    manager_slot_id float
    mod_time str
    model str
    moid str
    name str
    new_blade_id_in_discovered_locations Sequence[GetComputeBladeIdentityNewBladeIdInDiscoveredLocation]
    nr_lifecycle str
    object_type str
    owners Sequence[str]
    parent GetComputeBladeIdentityParent
    permission_resources Sequence[GetComputeBladeIdentityPermissionResource]
    physical_device_registration GetComputeBladeIdentityPhysicalDeviceRegistration
    presence str
    registered_device GetComputeBladeIdentityRegisteredDevice
    reset_to_default bool
    serial str
    shared_scope str
    slot_id float
    tags Sequence[GetComputeBladeIdentityTag]
    vendor str
    version_context GetComputeBladeIdentityVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminAction String
    adminActionState String
    ancestors List<Property Map>
    chassisId Number
    classId String
    createTime String
    currentChassisId Number
    currentSlotId Number
    customPermissionResources List<Property Map>
    discoveredBladeIdInCurrLocations List<Property Map>
    domainGroupMoid String
    firmwareSupportability String
    identifier Number
    lastDiscoveryTriggered String
    lifecycleModTime String
    managedNodes List<Property Map>
    managerSlotId Number
    modTime String
    model String
    moid String
    name String
    newBladeIdInDiscoveredLocations List<Property Map>
    nrLifecycle String
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    physicalDeviceRegistration Property Map
    presence String
    registeredDevice Property Map
    resetToDefault Boolean
    serial String
    sharedScope String
    slotId Number
    tags List<Property Map>
    vendor String
    versionContext Property Map

    Supporting Types

    GetComputeBladeIdentityAncestor

    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'.

    GetComputeBladeIdentityCustomPermissionResource

    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'.

    GetComputeBladeIdentityDiscoveredBladeIdInCurrLocation

    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'.

    GetComputeBladeIdentityManagedNode

    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'.

    GetComputeBladeIdentityNewBladeIdInDiscoveredLocation

    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'.

    GetComputeBladeIdentityParent

    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'.

    GetComputeBladeIdentityPermissionResource

    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'.

    GetComputeBladeIdentityPhysicalDeviceRegistration

    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'.

    GetComputeBladeIdentityRegisteredDevice

    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'.

    GetComputeBladeIdentityResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    AdminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    Ancestors List<GetComputeBladeIdentityResultAncestor>
    ChassisId double
    Chassis Identifier of a blade server.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentChassisId double
    The id of the chassis that the blade is currently located in.
    CurrentSlotId double
    The slot number in the chassis that the blade is currently located in.
    CustomPermissionResources List<GetComputeBladeIdentityResultCustomPermissionResource>
    DiscoveredBladeIdInCurrLocations List<GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    Identifier double
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    LastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    LifecycleModTime string
    The time when the last life cycle state change happened.
    ManagedNodes List<GetComputeBladeIdentityResultManagedNode>
    ManagerSlotId double
    Chassis slot number of the manager compute server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The vendor provided model name for the equipment.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the equipment for unique identification.
    NewBladeIdInDiscoveredLocations List<GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation>
    NrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    ObjectType string
    Owners List<string>
    Parents List<GetComputeBladeIdentityResultParent>
    PermissionResources List<GetComputeBladeIdentityResultPermissionResource>
    PhysicalDeviceRegistrations List<GetComputeBladeIdentityResultPhysicalDeviceRegistration>
    Presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    RegisteredDevices List<GetComputeBladeIdentityResultRegisteredDevice>
    ResetToDefault bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    Serial string
    The serial number of the equipment.
    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.
    SlotId double
    Chassis slot number of a blade server.
    Tags List<GetComputeBladeIdentityResultTag>
    Vendor string
    The manufacturer of the equipment.
    VersionContexts List<GetComputeBladeIdentityResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    AdminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    Ancestors []GetComputeBladeIdentityResultAncestor
    ChassisId float64
    Chassis Identifier of a blade server.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CurrentChassisId float64
    The id of the chassis that the blade is currently located in.
    CurrentSlotId float64
    The slot number in the chassis that the blade is currently located in.
    CustomPermissionResources []GetComputeBladeIdentityResultCustomPermissionResource
    DiscoveredBladeIdInCurrLocations []GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FirmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    Identifier float64
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    LastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    LifecycleModTime string
    The time when the last life cycle state change happened.
    ManagedNodes []GetComputeBladeIdentityResultManagedNode
    ManagerSlotId float64
    Chassis slot number of the manager compute server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The vendor provided model name for the equipment.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the equipment for unique identification.
    NewBladeIdInDiscoveredLocations []GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation
    NrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    ObjectType string
    Owners []string
    Parents []GetComputeBladeIdentityResultParent
    PermissionResources []GetComputeBladeIdentityResultPermissionResource
    PhysicalDeviceRegistrations []GetComputeBladeIdentityResultPhysicalDeviceRegistration
    Presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    RegisteredDevices []GetComputeBladeIdentityResultRegisteredDevice
    ResetToDefault bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    Serial string
    The serial number of the equipment.
    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.
    SlotId float64
    Chassis slot number of a blade server.
    Tags []GetComputeBladeIdentityResultTag
    Vendor string
    The manufacturer of the equipment.
    VersionContexts []GetComputeBladeIdentityResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminAction String
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState String
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors List<GetComputeBladeIdentityResultAncestor>
    chassisId Double
    Chassis Identifier of a blade server.
    classId String
    createTime String
    The time when this managed object was created.
    currentChassisId Double
    The id of the chassis that the blade is currently located in.
    currentSlotId Double
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources List<GetComputeBladeIdentityResultCustomPermissionResource>
    discoveredBladeIdInCurrLocations List<GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmwareSupportability String
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    identifier Double
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered String
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime String
    The time when the last life cycle state change happened.
    managedNodes List<GetComputeBladeIdentityResultManagedNode>
    managerSlotId Double
    Chassis slot number of the manager compute server.
    modTime String
    The time when this managed object was last modified.
    model String
    The vendor provided model name for the equipment.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations List<GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation>
    nrLifecycle String
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType String
    owners List<String>
    parents List<GetComputeBladeIdentityResultParent>
    permissionResources List<GetComputeBladeIdentityResultPermissionResource>
    physicalDeviceRegistrations List<GetComputeBladeIdentityResultPhysicalDeviceRegistration>
    presence String
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevices List<GetComputeBladeIdentityResultRegisteredDevice>
    resetToDefault Boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial String
    The serial number of the equipment.
    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.
    slotId Double
    Chassis slot number of a blade server.
    tags List<GetComputeBladeIdentityResultTag>
    vendor String
    The manufacturer of the equipment.
    versionContexts List<GetComputeBladeIdentityResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminAction string
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState string
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors GetComputeBladeIdentityResultAncestor[]
    chassisId number
    Chassis Identifier of a blade server.
    classId string
    createTime string
    The time when this managed object was created.
    currentChassisId number
    The id of the chassis that the blade is currently located in.
    currentSlotId number
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources GetComputeBladeIdentityResultCustomPermissionResource[]
    discoveredBladeIdInCurrLocations GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    firmwareSupportability string
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    identifier number
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered string
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime string
    The time when the last life cycle state change happened.
    managedNodes GetComputeBladeIdentityResultManagedNode[]
    managerSlotId number
    Chassis slot number of the manager compute server.
    modTime string
    The time when this managed object was last modified.
    model string
    The vendor provided model name for the equipment.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation[]
    nrLifecycle string
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType string
    owners string[]
    parents GetComputeBladeIdentityResultParent[]
    permissionResources GetComputeBladeIdentityResultPermissionResource[]
    physicalDeviceRegistrations GetComputeBladeIdentityResultPhysicalDeviceRegistration[]
    presence string
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevices GetComputeBladeIdentityResultRegisteredDevice[]
    resetToDefault boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial string
    The serial number of the equipment.
    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.
    slotId number
    Chassis slot number of a blade server.
    tags GetComputeBladeIdentityResultTag[]
    vendor string
    The manufacturer of the equipment.
    versionContexts GetComputeBladeIdentityResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_action str
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    admin_action_state str
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors Sequence[GetComputeBladeIdentityResultAncestor]
    chassis_id float
    Chassis Identifier of a blade server.
    class_id str
    create_time str
    The time when this managed object was created.
    current_chassis_id float
    The id of the chassis that the blade is currently located in.
    current_slot_id float
    The slot number in the chassis that the blade is currently located in.
    custom_permission_resources Sequence[GetComputeBladeIdentityResultCustomPermissionResource]
    discovered_blade_id_in_curr_locations Sequence[GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    firmware_supportability str
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    identifier float
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    last_discovery_triggered str
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycle_mod_time str
    The time when the last life cycle state change happened.
    managed_nodes Sequence[GetComputeBladeIdentityResultManagedNode]
    manager_slot_id float
    Chassis slot number of the manager compute server.
    mod_time str
    The time when this managed object was last modified.
    model str
    The vendor provided model name for the equipment.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the equipment for unique identification.
    new_blade_id_in_discovered_locations Sequence[GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation]
    nr_lifecycle str
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    object_type str
    owners Sequence[str]
    parents Sequence[GetComputeBladeIdentityResultParent]
    permission_resources Sequence[GetComputeBladeIdentityResultPermissionResource]
    physical_device_registrations Sequence[GetComputeBladeIdentityResultPhysicalDeviceRegistration]
    presence str
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registered_devices Sequence[GetComputeBladeIdentityResultRegisteredDevice]
    reset_to_default bool
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial str
    The serial number of the equipment.
    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.
    slot_id float
    Chassis slot number of a blade server.
    tags Sequence[GetComputeBladeIdentityResultTag]
    vendor str
    The manufacturer of the equipment.
    version_contexts Sequence[GetComputeBladeIdentityResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminAction String
    Updated by UI/API to trigger specific action type.* None - No operation value for maintenance actions on an equipment.* Decommission - Decommission the equipment and temporarily remove it from being managed by Intersight.* Recommission - Recommission the equipment.* Reack - Reacknowledge the equipment and discover it again.* Remove - Remove the equipment permanently from Intersight management.* Replace - Replace the equipment with the other one.
    adminActionState String
    The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.* None - Nil value when no action has been triggered by the user.* Applied - User configured settings are in applied state.* Applying - User settings are being applied on the target server.* Failed - User configured settings could not be applied.
    ancestors List<Property Map>
    chassisId Number
    Chassis Identifier of a blade server.
    classId String
    createTime String
    The time when this managed object was created.
    currentChassisId Number
    The id of the chassis that the blade is currently located in.
    currentSlotId Number
    The slot number in the chassis that the blade is currently located in.
    customPermissionResources List<Property Map>
    discoveredBladeIdInCurrLocations List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    firmwareSupportability String
    Describes whether the running CIMC version supports Intersight managed mode.* Unknown - The running firmware version is unknown.* Supported - The running firmware version is known and supports IMM mode.* NotSupported - The running firmware version is known and does not support IMM mode.
    identifier Number
    Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.
    lastDiscoveryTriggered String
    Denotes the type of discovery that was most recently triggered on this server.* Unknown - The last discovery type is unknown.* Deep - The last discovery triggered is deep.* Shallow - The last discovery triggered is shallow.
    lifecycleModTime String
    The time when the last life cycle state change happened.
    managedNodes List<Property Map>
    managerSlotId Number
    Chassis slot number of the manager compute server.
    modTime String
    The time when this managed object was last modified.
    model String
    The vendor provided model name for the equipment.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the equipment for unique identification.
    newBladeIdInDiscoveredLocations List<Property Map>
    nrLifecycle String
    The equipment's lifecycle status.* None - Default state of an equipment. This should be an initial state when no state is defined for an equipment.* Active - Default Lifecycle State for a physical entity.* Decommissioned - Decommission Lifecycle state.* DecommissionInProgress - Decommission Inprogress Lifecycle state.* RecommissionInProgress - Recommission Inprogress Lifecycle state.* OperationFailed - Failed Operation Lifecycle state.* ReackInProgress - ReackInProgress Lifecycle state.* RemoveInProgress - RemoveInProgress Lifecycle state.* Discovered - Discovered Lifecycle state.* DiscoveryInProgress - DiscoveryInProgress Lifecycle state.* DiscoveryFailed - DiscoveryFailed Lifecycle state.* FirmwareUpgradeInProgress - Firmware upgrade is in progress on given physical entity.* SecureEraseInProgress - Secure Erase is in progress on given physical entity.* ScrubInProgress - Scrub is in progress on given physical entity.* BladeMigrationInProgress - Server slot migration is in progress on given physical entity.* Inactive - Inactive Lifecycle state.* ReplaceInProgress - ReplaceInProgress Lifecycle state.* SlotMismatch - The blade server is detected in a different chassis/slot than it was previously.* ReplacementPendingUserAction - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.* Removed - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.* Moved - The blade server has been moved from its discovered location to a new location within the domain.* Replaced - The blade server has been removed from its discovered location and another blade has been inserted. in that location.* MovedAndReplaced - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.* DomainRmaPendingUserAction - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.* IdentityUnknown - The endpoint cannot be identified because of incomplete vendor, model, or serial information.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    physicalDeviceRegistrations List<Property Map>
    presence String
    The presence state of the blade server.* Unknown - The default presence state.* Equipped - The server is equipped in the slot.* EquippedMismatch - The slot is equipped, but there is another server currently inventoried in the slot.* Missing - The server is not present in the given slot.
    registeredDevices List<Property Map>
    resetToDefault Boolean
    Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.
    serial String
    The serial number of the equipment.
    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.
    slotId Number
    Chassis slot number of a blade server.
    tags List<Property Map>
    vendor String
    The manufacturer of the equipment.
    versionContexts List<Property Map>

    GetComputeBladeIdentityResultAncestor

    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

    GetComputeBladeIdentityResultCustomPermissionResource

    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

    GetComputeBladeIdentityResultDiscoveredBladeIdInCurrLocation

    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

    GetComputeBladeIdentityResultManagedNode

    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

    GetComputeBladeIdentityResultNewBladeIdInDiscoveredLocation

    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

    GetComputeBladeIdentityResultParent

    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

    GetComputeBladeIdentityResultPermissionResource

    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

    GetComputeBladeIdentityResultPhysicalDeviceRegistration

    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

    GetComputeBladeIdentityResultRegisteredDevice

    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

    GetComputeBladeIdentityResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetComputeBladeIdentityResultVersionContext

    GetComputeBladeIdentityResultVersionContextInterestedMo

    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

    GetComputeBladeIdentityResultVersionContextRefMo

    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

    GetComputeBladeIdentityTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetComputeBladeIdentityVersionContext

    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<GetComputeBladeIdentityVersionContextInterestedMo>
    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 GetComputeBladeIdentityVersionContextRefMo
    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 []GetComputeBladeIdentityVersionContextInterestedMo
    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 GetComputeBladeIdentityVersionContextRefMo
    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<GetComputeBladeIdentityVersionContextInterestedMo>
    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 GetComputeBladeIdentityVersionContextRefMo
    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 GetComputeBladeIdentityVersionContextInterestedMo[]
    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 GetComputeBladeIdentityVersionContextRefMo
    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[GetComputeBladeIdentityVersionContextInterestedMo]
    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 GetComputeBladeIdentityVersionContextRefMo
    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.

    GetComputeBladeIdentityVersionContextInterestedMo

    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'.

    GetComputeBladeIdentityVersionContextRefMo

    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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet