1. Packages
  2. Intersight Provider
  3. API Docs
  4. getManagementController
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getManagementController

Explore with Pulumi AI

A specialized service processor that monitors the physical state of a server, using sensors and communicating with the system administrator through an independent connection.

Using getManagementController

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 getManagementController(args: GetManagementControllerArgs, opts?: InvokeOptions): Promise<GetManagementControllerResult>
function getManagementControllerOutput(args: GetManagementControllerOutputArgs, opts?: InvokeOptions): Output<GetManagementControllerResult>
Copy
def get_management_controller(account_moid: Optional[str] = None,
                              adapter_unit: Optional[GetManagementControllerAdapterUnit] = None,
                              additional_properties: Optional[str] = None,
                              ancestors: Optional[Sequence[GetManagementControllerAncestor]] = None,
                              certificate: Optional[GetManagementControllerCertificate] = None,
                              class_id: Optional[str] = None,
                              compute_blade: Optional[GetManagementControllerComputeBlade] = None,
                              compute_rack_unit: Optional[GetManagementControllerComputeRackUnit] = None,
                              create_time: Optional[str] = None,
                              device_mo_id: Optional[str] = None,
                              dn: Optional[str] = None,
                              domain_group_moid: Optional[str] = None,
                              equipment_io_card_base: Optional[GetManagementControllerEquipmentIoCardBase] = None,
                              equipment_shared_io_module: Optional[GetManagementControllerEquipmentSharedIoModule] = None,
                              equipment_system_io_controller: Optional[GetManagementControllerEquipmentSystemIoController] = None,
                              id: Optional[str] = None,
                              inventory_device_info: Optional[GetManagementControllerInventoryDeviceInfo] = None,
                              kmip_client_certificate: Optional[GetManagementControllerKmipClientCertificate] = None,
                              management_interfaces: Optional[Sequence[GetManagementControllerManagementInterface]] = None,
                              mod_time: Optional[str] = None,
                              model: Optional[str] = None,
                              moid: Optional[str] = None,
                              network_element: Optional[GetManagementControllerNetworkElement] = None,
                              object_type: Optional[str] = None,
                              owners: Optional[Sequence[str]] = None,
                              parent: Optional[GetManagementControllerParent] = None,
                              permission_resources: Optional[Sequence[GetManagementControllerPermissionResource]] = None,
                              registered_device: Optional[GetManagementControllerRegisteredDevice] = None,
                              rn: Optional[str] = None,
                              root_ca_certificates: Optional[Sequence[GetManagementControllerRootCaCertificate]] = None,
                              running_firmwares: Optional[Sequence[GetManagementControllerRunningFirmware]] = None,
                              shared_scope: Optional[str] = None,
                              storage_sas_expander: Optional[GetManagementControllerStorageSasExpander] = None,
                              tags: Optional[Sequence[GetManagementControllerTag]] = None,
                              top_system: Optional[GetManagementControllerTopSystem] = None,
                              uem_stream_admin_state: Optional[str] = None,
                              version_context: Optional[GetManagementControllerVersionContext] = None,
                              opts: Optional[InvokeOptions] = None) -> GetManagementControllerResult
def get_management_controller_output(account_moid: Optional[pulumi.Input[str]] = None,
                              adapter_unit: Optional[pulumi.Input[GetManagementControllerAdapterUnitArgs]] = None,
                              additional_properties: Optional[pulumi.Input[str]] = None,
                              ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerAncestorArgs]]]] = None,
                              certificate: Optional[pulumi.Input[GetManagementControllerCertificateArgs]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              compute_blade: Optional[pulumi.Input[GetManagementControllerComputeBladeArgs]] = None,
                              compute_rack_unit: Optional[pulumi.Input[GetManagementControllerComputeRackUnitArgs]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              device_mo_id: Optional[pulumi.Input[str]] = None,
                              dn: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              equipment_io_card_base: Optional[pulumi.Input[GetManagementControllerEquipmentIoCardBaseArgs]] = None,
                              equipment_shared_io_module: Optional[pulumi.Input[GetManagementControllerEquipmentSharedIoModuleArgs]] = None,
                              equipment_system_io_controller: Optional[pulumi.Input[GetManagementControllerEquipmentSystemIoControllerArgs]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              inventory_device_info: Optional[pulumi.Input[GetManagementControllerInventoryDeviceInfoArgs]] = None,
                              kmip_client_certificate: Optional[pulumi.Input[GetManagementControllerKmipClientCertificateArgs]] = None,
                              management_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerManagementInterfaceArgs]]]] = None,
                              mod_time: Optional[pulumi.Input[str]] = None,
                              model: Optional[pulumi.Input[str]] = None,
                              moid: Optional[pulumi.Input[str]] = None,
                              network_element: Optional[pulumi.Input[GetManagementControllerNetworkElementArgs]] = None,
                              object_type: Optional[pulumi.Input[str]] = None,
                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              parent: Optional[pulumi.Input[GetManagementControllerParentArgs]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerPermissionResourceArgs]]]] = None,
                              registered_device: Optional[pulumi.Input[GetManagementControllerRegisteredDeviceArgs]] = None,
                              rn: Optional[pulumi.Input[str]] = None,
                              root_ca_certificates: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerRootCaCertificateArgs]]]] = None,
                              running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerRunningFirmwareArgs]]]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              storage_sas_expander: Optional[pulumi.Input[GetManagementControllerStorageSasExpanderArgs]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementControllerTagArgs]]]] = None,
                              top_system: Optional[pulumi.Input[GetManagementControllerTopSystemArgs]] = None,
                              uem_stream_admin_state: Optional[pulumi.Input[str]] = None,
                              version_context: Optional[pulumi.Input[GetManagementControllerVersionContextArgs]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetManagementControllerResult]
Copy
func LookupManagementController(ctx *Context, args *LookupManagementControllerArgs, opts ...InvokeOption) (*LookupManagementControllerResult, error)
func LookupManagementControllerOutput(ctx *Context, args *LookupManagementControllerOutputArgs, opts ...InvokeOption) LookupManagementControllerResultOutput
Copy

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

public static class GetManagementController 
{
    public static Task<GetManagementControllerResult> InvokeAsync(GetManagementControllerArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementControllerResult> Invoke(GetManagementControllerInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementControllerResult> getManagementController(GetManagementControllerArgs args, InvokeOptions options)
public static Output<GetManagementControllerResult> getManagementController(GetManagementControllerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getManagementController:getManagementController
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdapterUnit GetManagementControllerAdapterUnit
AdditionalProperties string
Ancestors List<GetManagementControllerAncestor>
Certificate GetManagementControllerCertificate
ClassId string
ComputeBlade GetManagementControllerComputeBlade
ComputeRackUnit GetManagementControllerComputeRackUnit
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
Id string
InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
KmipClientCertificate GetManagementControllerKmipClientCertificate
ManagementInterfaces List<GetManagementControllerManagementInterface>
ModTime string
The time when this managed object was last modified.
Model string
Model of the endpoint that houses the management controller.
Moid string
The unique identifier of this Managed Object instance.
NetworkElement GetManagementControllerNetworkElement
ObjectType string
Owners List<string>
Parent GetManagementControllerParent
PermissionResources List<GetManagementControllerPermissionResource>
RegisteredDevice GetManagementControllerRegisteredDevice
Rn string
The Relative Name uniquely identifies an object within a given context.
RootCaCertificates List<GetManagementControllerRootCaCertificate>
RunningFirmwares List<GetManagementControllerRunningFirmware>
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.
StorageSasExpander GetManagementControllerStorageSasExpander
Tags List<GetManagementControllerTag>
TopSystem GetManagementControllerTopSystem
UemStreamAdminState string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
VersionContext GetManagementControllerVersionContext
AccountMoid string
The Account ID for this managed object.
AdapterUnit GetManagementControllerAdapterUnit
AdditionalProperties string
Ancestors []GetManagementControllerAncestor
Certificate GetManagementControllerCertificate
ClassId string
ComputeBlade GetManagementControllerComputeBlade
ComputeRackUnit GetManagementControllerComputeRackUnit
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
Id string
InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
KmipClientCertificate GetManagementControllerKmipClientCertificate
ManagementInterfaces []GetManagementControllerManagementInterface
ModTime string
The time when this managed object was last modified.
Model string
Model of the endpoint that houses the management controller.
Moid string
The unique identifier of this Managed Object instance.
NetworkElement GetManagementControllerNetworkElement
ObjectType string
Owners []string
Parent GetManagementControllerParent
PermissionResources []GetManagementControllerPermissionResource
RegisteredDevice GetManagementControllerRegisteredDevice
Rn string
The Relative Name uniquely identifies an object within a given context.
RootCaCertificates []GetManagementControllerRootCaCertificate
RunningFirmwares []GetManagementControllerRunningFirmware
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.
StorageSasExpander GetManagementControllerStorageSasExpander
Tags []GetManagementControllerTag
TopSystem GetManagementControllerTopSystem
UemStreamAdminState string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
VersionContext GetManagementControllerVersionContext
accountMoid String
The Account ID for this managed object.
adapterUnit GetManagementControllerAdapterUnit
additionalProperties String
ancestors List<GetManagementControllerAncestor>
certificate GetManagementControllerCertificate
classId String
computeBlade GetManagementControllerComputeBlade
computeRackUnit GetManagementControllerComputeRackUnit
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
id String
inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
kmipClientCertificate GetManagementControllerKmipClientCertificate
managementInterfaces List<GetManagementControllerManagementInterface>
modTime String
The time when this managed object was last modified.
model String
Model of the endpoint that houses the management controller.
moid String
The unique identifier of this Managed Object instance.
networkElement GetManagementControllerNetworkElement
objectType String
owners List<String>
parent GetManagementControllerParent
permissionResources List<GetManagementControllerPermissionResource>
registeredDevice GetManagementControllerRegisteredDevice
rn String
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates List<GetManagementControllerRootCaCertificate>
runningFirmwares List<GetManagementControllerRunningFirmware>
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.
storageSasExpander GetManagementControllerStorageSasExpander
tags List<GetManagementControllerTag>
topSystem GetManagementControllerTopSystem
uemStreamAdminState String
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContext GetManagementControllerVersionContext
accountMoid string
The Account ID for this managed object.
adapterUnit GetManagementControllerAdapterUnit
additionalProperties string
ancestors GetManagementControllerAncestor[]
certificate GetManagementControllerCertificate
classId string
computeBlade GetManagementControllerComputeBlade
computeRackUnit GetManagementControllerComputeRackUnit
createTime string
The time when this managed object was created.
deviceMoId string
The database identifier of the registered device of an object.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
id string
inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
kmipClientCertificate GetManagementControllerKmipClientCertificate
managementInterfaces GetManagementControllerManagementInterface[]
modTime string
The time when this managed object was last modified.
model string
Model of the endpoint that houses the management controller.
moid string
The unique identifier of this Managed Object instance.
networkElement GetManagementControllerNetworkElement
objectType string
owners string[]
parent GetManagementControllerParent
permissionResources GetManagementControllerPermissionResource[]
registeredDevice GetManagementControllerRegisteredDevice
rn string
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates GetManagementControllerRootCaCertificate[]
runningFirmwares GetManagementControllerRunningFirmware[]
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.
storageSasExpander GetManagementControllerStorageSasExpander
tags GetManagementControllerTag[]
topSystem GetManagementControllerTopSystem
uemStreamAdminState string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContext GetManagementControllerVersionContext
account_moid str
The Account ID for this managed object.
adapter_unit GetManagementControllerAdapterUnit
additional_properties str
ancestors Sequence[GetManagementControllerAncestor]
certificate GetManagementControllerCertificate
class_id str
compute_blade GetManagementControllerComputeBlade
compute_rack_unit GetManagementControllerComputeRackUnit
create_time str
The time when this managed object was created.
device_mo_id str
The database identifier of the registered device of an object.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
equipment_io_card_base GetManagementControllerEquipmentIoCardBase
equipment_shared_io_module GetManagementControllerEquipmentSharedIoModule
equipment_system_io_controller GetManagementControllerEquipmentSystemIoController
id str
inventory_device_info GetManagementControllerInventoryDeviceInfo
kmip_client_certificate GetManagementControllerKmipClientCertificate
management_interfaces Sequence[GetManagementControllerManagementInterface]
mod_time str
The time when this managed object was last modified.
model str
Model of the endpoint that houses the management controller.
moid str
The unique identifier of this Managed Object instance.
network_element GetManagementControllerNetworkElement
object_type str
owners Sequence[str]
parent GetManagementControllerParent
permission_resources Sequence[GetManagementControllerPermissionResource]
registered_device GetManagementControllerRegisteredDevice
rn str
The Relative Name uniquely identifies an object within a given context.
root_ca_certificates Sequence[GetManagementControllerRootCaCertificate]
running_firmwares Sequence[GetManagementControllerRunningFirmware]
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.
storage_sas_expander GetManagementControllerStorageSasExpander
tags Sequence[GetManagementControllerTag]
top_system GetManagementControllerTopSystem
uem_stream_admin_state str
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
version_context GetManagementControllerVersionContext
accountMoid String
The Account ID for this managed object.
adapterUnit Property Map
additionalProperties String
ancestors List<Property Map>
certificate Property Map
classId String
computeBlade Property Map
computeRackUnit Property Map
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
equipmentIoCardBase Property Map
equipmentSharedIoModule Property Map
equipmentSystemIoController Property Map
id String
inventoryDeviceInfo Property Map
kmipClientCertificate Property Map
managementInterfaces List<Property Map>
modTime String
The time when this managed object was last modified.
model String
Model of the endpoint that houses the management controller.
moid String
The unique identifier of this Managed Object instance.
networkElement Property Map
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
registeredDevice Property Map
rn String
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates List<Property Map>
runningFirmwares List<Property Map>
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.
storageSasExpander Property Map
tags List<Property Map>
topSystem Property Map
uemStreamAdminState String
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContext Property Map

getManagementController Result

The following output properties are available:

Id string
Results List<GetManagementControllerResult>
AccountMoid string
AdapterUnit GetManagementControllerAdapterUnit
AdditionalProperties string
Ancestors List<GetManagementControllerAncestor>
Certificate GetManagementControllerCertificate
ClassId string
ComputeBlade GetManagementControllerComputeBlade
ComputeRackUnit GetManagementControllerComputeRackUnit
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
KmipClientCertificate GetManagementControllerKmipClientCertificate
ManagementInterfaces List<GetManagementControllerManagementInterface>
ModTime string
Model string
Moid string
NetworkElement GetManagementControllerNetworkElement
ObjectType string
Owners List<string>
Parent GetManagementControllerParent
PermissionResources List<GetManagementControllerPermissionResource>
RegisteredDevice GetManagementControllerRegisteredDevice
Rn string
RootCaCertificates List<GetManagementControllerRootCaCertificate>
RunningFirmwares List<GetManagementControllerRunningFirmware>
SharedScope string
StorageSasExpander GetManagementControllerStorageSasExpander
Tags List<GetManagementControllerTag>
TopSystem GetManagementControllerTopSystem
UemStreamAdminState string
VersionContext GetManagementControllerVersionContext
Id string
Results []GetManagementControllerResult
AccountMoid string
AdapterUnit GetManagementControllerAdapterUnit
AdditionalProperties string
Ancestors []GetManagementControllerAncestor
Certificate GetManagementControllerCertificate
ClassId string
ComputeBlade GetManagementControllerComputeBlade
ComputeRackUnit GetManagementControllerComputeRackUnit
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
EquipmentIoCardBase GetManagementControllerEquipmentIoCardBase
EquipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
EquipmentSystemIoController GetManagementControllerEquipmentSystemIoController
InventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
KmipClientCertificate GetManagementControllerKmipClientCertificate
ManagementInterfaces []GetManagementControllerManagementInterface
ModTime string
Model string
Moid string
NetworkElement GetManagementControllerNetworkElement
ObjectType string
Owners []string
Parent GetManagementControllerParent
PermissionResources []GetManagementControllerPermissionResource
RegisteredDevice GetManagementControllerRegisteredDevice
Rn string
RootCaCertificates []GetManagementControllerRootCaCertificate
RunningFirmwares []GetManagementControllerRunningFirmware
SharedScope string
StorageSasExpander GetManagementControllerStorageSasExpander
Tags []GetManagementControllerTag
TopSystem GetManagementControllerTopSystem
UemStreamAdminState string
VersionContext GetManagementControllerVersionContext
id String
results List<GetManagementControllerResult>
accountMoid String
adapterUnit GetManagementControllerAdapterUnit
additionalProperties String
ancestors List<GetManagementControllerAncestor>
certificate GetManagementControllerCertificate
classId String
computeBlade GetManagementControllerComputeBlade
computeRackUnit GetManagementControllerComputeRackUnit
createTime String
deviceMoId String
dn String
domainGroupMoid String
equipmentIoCardBase GetManagementControllerEquipmentIoCardBase
equipmentSharedIoModule GetManagementControllerEquipmentSharedIoModule
equipmentSystemIoController GetManagementControllerEquipmentSystemIoController
inventoryDeviceInfo GetManagementControllerInventoryDeviceInfo
kmipClientCertificate GetManagementControllerKmipClientCertificate
managementInterfaces List<GetManagementControllerManagementInterface>
modTime String
model String
moid String
networkElement GetManagementControllerNetworkElement
objectType String
owners List<String>
parent GetManagementControllerParent
permissionResources List<GetManagementControllerPermissionResource>
registeredDevice GetManagementControllerRegisteredDevice
rn String
rootCaCertificates List<GetManagementControllerRootCaCertificate>
runningFirmwares List<GetManagementControllerRunningFirmware>
sharedScope String
storageSasExpander GetManagementControllerStorageSasExpander
tags List<GetManagementControllerTag>
topSystem GetManagementControllerTopSystem
uemStreamAdminState String
versionContext GetManagementControllerVersionContext
id str
results Sequence[GetManagementControllerResult]
account_moid str
adapter_unit GetManagementControllerAdapterUnit
additional_properties str
ancestors Sequence[GetManagementControllerAncestor]
certificate GetManagementControllerCertificate
class_id str
compute_blade GetManagementControllerComputeBlade
compute_rack_unit GetManagementControllerComputeRackUnit
create_time str
device_mo_id str
dn str
domain_group_moid str
equipment_io_card_base GetManagementControllerEquipmentIoCardBase
equipment_shared_io_module GetManagementControllerEquipmentSharedIoModule
equipment_system_io_controller GetManagementControllerEquipmentSystemIoController
inventory_device_info GetManagementControllerInventoryDeviceInfo
kmip_client_certificate GetManagementControllerKmipClientCertificate
management_interfaces Sequence[GetManagementControllerManagementInterface]
mod_time str
model str
moid str
network_element GetManagementControllerNetworkElement
object_type str
owners Sequence[str]
parent GetManagementControllerParent
permission_resources Sequence[GetManagementControllerPermissionResource]
registered_device GetManagementControllerRegisteredDevice
rn str
root_ca_certificates Sequence[GetManagementControllerRootCaCertificate]
running_firmwares Sequence[GetManagementControllerRunningFirmware]
shared_scope str
storage_sas_expander GetManagementControllerStorageSasExpander
tags Sequence[GetManagementControllerTag]
top_system GetManagementControllerTopSystem
uem_stream_admin_state str
version_context GetManagementControllerVersionContext
id String
results List<Property Map>
accountMoid String
adapterUnit Property Map
additionalProperties String
ancestors List<Property Map>
certificate Property Map
classId String
computeBlade Property Map
computeRackUnit Property Map
createTime String
deviceMoId String
dn String
domainGroupMoid String
equipmentIoCardBase Property Map
equipmentSharedIoModule Property Map
equipmentSystemIoController Property Map
inventoryDeviceInfo Property Map
kmipClientCertificate Property Map
managementInterfaces List<Property Map>
modTime String
model String
moid String
networkElement Property Map
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
registeredDevice Property Map
rn String
rootCaCertificates List<Property Map>
runningFirmwares List<Property Map>
sharedScope String
storageSasExpander Property Map
tags List<Property Map>
topSystem Property Map
uemStreamAdminState String
versionContext Property Map

Supporting Types

GetManagementControllerAdapterUnit

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

GetManagementControllerAncestor

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

GetManagementControllerCertificate

AdditionalProperties string
CertType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
Certificate GetManagementControllerCertificateCertificate
Certificate that is used for verifying the authorization.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
IsPrivatekeySet bool
Indicates whether the value of the 'privatekey' property has been set.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Privatekey string
Private Key which is used to validate the certificate.
AdditionalProperties string
CertType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
Certificate GetManagementControllerCertificateCertificate
Certificate that is used for verifying the authorization.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
IsPrivatekeySet bool
Indicates whether the value of the 'privatekey' property has been set.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Privatekey string
Private Key which is used to validate the certificate.
additionalProperties String
certType String
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet Boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey String
Private Key which is used to validate the certificate.
additionalProperties string
certType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey string
Private Key which is used to validate the certificate.
additional_properties str
cert_type str
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled bool
Enable/Disable the certificate in Certificate Management policy.
is_privatekey_set bool
Indicates whether the value of the 'privatekey' property has been set.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey str
Private Key which is used to validate the certificate.
additionalProperties String
certType String
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate Property Map
Certificate that is used for verifying the authorization.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet Boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey String
Private Key which is used to validate the certificate.

GetManagementControllerCertificateCertificate

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.
Issuer GetManagementControllerCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
Issuer GetManagementControllerCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter string
The date on which the certificate's validity period ends.
notBefore string
The date on which the certificate's validity period begins.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate string
The base64 encoded certificate in PEM format.
sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
not_after str
The date on which the certificate's validity period ends.
not_before str
The date on which the certificate's validity period begins.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pem_certificate str
The base64 encoded certificate in PEM format.
sha256_fingerprint str
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signature_algorithm str
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer Property Map
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject Property Map
The X.509 distinguished name of the subject of this certificate.

GetManagementControllerCertificateCertificateIssuer

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerCertificateCertificateSubject

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerComputeBlade

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

GetManagementControllerComputeRackUnit

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

GetManagementControllerEquipmentIoCardBase

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

GetManagementControllerEquipmentSharedIoModule

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

GetManagementControllerEquipmentSystemIoController

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

GetManagementControllerInventoryDeviceInfo

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

GetManagementControllerKmipClientCertificate

AdditionalProperties string
CertType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
Certificate GetManagementControllerKmipClientCertificateCertificate
Certificate that is used for verifying the authorization.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
IsPrivatekeySet bool
Indicates whether the value of the 'privatekey' property has been set.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Privatekey string
Private Key which is used to validate the certificate.
AdditionalProperties string
CertType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
Certificate GetManagementControllerKmipClientCertificateCertificate
Certificate that is used for verifying the authorization.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
IsPrivatekeySet bool
Indicates whether the value of the 'privatekey' property has been set.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Privatekey string
Private Key which is used to validate the certificate.
additionalProperties String
certType String
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerKmipClientCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet Boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey String
Private Key which is used to validate the certificate.
additionalProperties string
certType string
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerKmipClientCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey string
Private Key which is used to validate the certificate.
additional_properties str
cert_type str
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate GetManagementControllerKmipClientCertificateCertificate
Certificate that is used for verifying the authorization.
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.
enabled bool
Enable/Disable the certificate in Certificate Management policy.
is_privatekey_set bool
Indicates whether the value of the 'privatekey' property has been set.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey str
Private Key which is used to validate the certificate.
additionalProperties String
certType String
Certificate Type for the certificate management.

  • None - Set certificate on the selected end point .
  • KMIPClient - Set KMIP certificate on the selected end point.
certificate Property Map
Certificate that is used for verifying the authorization.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
isPrivatekeySet Boolean
Indicates whether the value of the 'privatekey' property has been set.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
privatekey String
Private Key which is used to validate the certificate.

GetManagementControllerKmipClientCertificateCertificate

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.
Issuer GetManagementControllerKmipClientCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerKmipClientCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
Issuer GetManagementControllerKmipClientCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerKmipClientCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerKmipClientCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerKmipClientCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerKmipClientCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter string
The date on which the certificate's validity period ends.
notBefore string
The date on which the certificate's validity period begins.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate string
The base64 encoded certificate in PEM format.
sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerKmipClientCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerKmipClientCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
not_after str
The date on which the certificate's validity period ends.
not_before str
The date on which the certificate's validity period begins.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pem_certificate str
The base64 encoded certificate in PEM format.
sha256_fingerprint str
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signature_algorithm str
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerKmipClientCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer Property Map
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject Property Map
The X.509 distinguished name of the subject of this certificate.

GetManagementControllerKmipClientCertificateCertificateIssuer

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerKmipClientCertificateCertificateSubject

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerManagementInterface

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

GetManagementControllerNetworkElement

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

GetManagementControllerParent

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

GetManagementControllerPermissionResource

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

GetManagementControllerRegisteredDevice

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

GetManagementControllerResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdapterUnits This property is required. List<GetManagementControllerResultAdapterUnit>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetManagementControllerResultAncestor>
Certificates This property is required. List<GetManagementControllerResultCertificate>
ClassId This property is required. string
ComputeBlades This property is required. List<GetManagementControllerResultComputeBlade>
ComputeRackUnits This property is required. List<GetManagementControllerResultComputeRackUnit>
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EquipmentIoCardBases This property is required. List<GetManagementControllerResultEquipmentIoCardBase>
EquipmentSharedIoModules This property is required. List<GetManagementControllerResultEquipmentSharedIoModule>
EquipmentSystemIoControllers This property is required. List<GetManagementControllerResultEquipmentSystemIoController>
InventoryDeviceInfos This property is required. List<GetManagementControllerResultInventoryDeviceInfo>
KmipClientCertificates This property is required. List<GetManagementControllerResultKmipClientCertificate>
ManagementInterfaces This property is required. List<GetManagementControllerResultManagementInterface>
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Model of the endpoint that houses the management controller.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NetworkElements This property is required. List<GetManagementControllerResultNetworkElement>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetManagementControllerResultParent>
PermissionResources This property is required. List<GetManagementControllerResultPermissionResource>
RegisteredDevices This property is required. List<GetManagementControllerResultRegisteredDevice>
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RootCaCertificates This property is required. List<GetManagementControllerResultRootCaCertificate>
RunningFirmwares This property is required. List<GetManagementControllerResultRunningFirmware>
SharedScope This property is required. 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.
StorageSasExpanders This property is required. List<GetManagementControllerResultStorageSasExpander>
Tags This property is required. List<GetManagementControllerResultTag>
TopSystems This property is required. List<GetManagementControllerResultTopSystem>
UemStreamAdminState This property is required. string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
VersionContexts This property is required. List<GetManagementControllerResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdapterUnits This property is required. []GetManagementControllerResultAdapterUnit
AdditionalProperties This property is required. string
Ancestors This property is required. []GetManagementControllerResultAncestor
Certificates This property is required. []GetManagementControllerResultCertificate
ClassId This property is required. string
ComputeBlades This property is required. []GetManagementControllerResultComputeBlade
ComputeRackUnits This property is required. []GetManagementControllerResultComputeRackUnit
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EquipmentIoCardBases This property is required. []GetManagementControllerResultEquipmentIoCardBase
EquipmentSharedIoModules This property is required. []GetManagementControllerResultEquipmentSharedIoModule
EquipmentSystemIoControllers This property is required. []GetManagementControllerResultEquipmentSystemIoController
InventoryDeviceInfos This property is required. []GetManagementControllerResultInventoryDeviceInfo
KmipClientCertificates This property is required. []GetManagementControllerResultKmipClientCertificate
ManagementInterfaces This property is required. []GetManagementControllerResultManagementInterface
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Model of the endpoint that houses the management controller.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NetworkElements This property is required. []GetManagementControllerResultNetworkElement
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetManagementControllerResultParent
PermissionResources This property is required. []GetManagementControllerResultPermissionResource
RegisteredDevices This property is required. []GetManagementControllerResultRegisteredDevice
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RootCaCertificates This property is required. []GetManagementControllerResultRootCaCertificate
RunningFirmwares This property is required. []GetManagementControllerResultRunningFirmware
SharedScope This property is required. 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.
StorageSasExpanders This property is required. []GetManagementControllerResultStorageSasExpander
Tags This property is required. []GetManagementControllerResultTag
TopSystems This property is required. []GetManagementControllerResultTopSystem
UemStreamAdminState This property is required. string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
VersionContexts This property is required. []GetManagementControllerResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
adapterUnits This property is required. List<GetManagementControllerResultAdapterUnit>
additionalProperties This property is required. String
ancestors This property is required. List<GetManagementControllerResultAncestor>
certificates This property is required. List<GetManagementControllerResultCertificate>
classId This property is required. String
computeBlades This property is required. List<GetManagementControllerResultComputeBlade>
computeRackUnits This property is required. List<GetManagementControllerResultComputeRackUnit>
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
equipmentIoCardBases This property is required. List<GetManagementControllerResultEquipmentIoCardBase>
equipmentSharedIoModules This property is required. List<GetManagementControllerResultEquipmentSharedIoModule>
equipmentSystemIoControllers This property is required. List<GetManagementControllerResultEquipmentSystemIoController>
inventoryDeviceInfos This property is required. List<GetManagementControllerResultInventoryDeviceInfo>
kmipClientCertificates This property is required. List<GetManagementControllerResultKmipClientCertificate>
managementInterfaces This property is required. List<GetManagementControllerResultManagementInterface>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Model of the endpoint that houses the management controller.
moid This property is required. String
The unique identifier of this Managed Object instance.
networkElements This property is required. List<GetManagementControllerResultNetworkElement>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetManagementControllerResultParent>
permissionResources This property is required. List<GetManagementControllerResultPermissionResource>
registeredDevices This property is required. List<GetManagementControllerResultRegisteredDevice>
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates This property is required. List<GetManagementControllerResultRootCaCertificate>
runningFirmwares This property is required. List<GetManagementControllerResultRunningFirmware>
sharedScope This property is required. 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.
storageSasExpanders This property is required. List<GetManagementControllerResultStorageSasExpander>
tags This property is required. List<GetManagementControllerResultTag>
topSystems This property is required. List<GetManagementControllerResultTopSystem>
uemStreamAdminState This property is required. String
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContexts This property is required. List<GetManagementControllerResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
adapterUnits This property is required. GetManagementControllerResultAdapterUnit[]
additionalProperties This property is required. string
ancestors This property is required. GetManagementControllerResultAncestor[]
certificates This property is required. GetManagementControllerResultCertificate[]
classId This property is required. string
computeBlades This property is required. GetManagementControllerResultComputeBlade[]
computeRackUnits This property is required. GetManagementControllerResultComputeRackUnit[]
createTime This property is required. string
The time when this managed object was created.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
equipmentIoCardBases This property is required. GetManagementControllerResultEquipmentIoCardBase[]
equipmentSharedIoModules This property is required. GetManagementControllerResultEquipmentSharedIoModule[]
equipmentSystemIoControllers This property is required. GetManagementControllerResultEquipmentSystemIoController[]
inventoryDeviceInfos This property is required. GetManagementControllerResultInventoryDeviceInfo[]
kmipClientCertificates This property is required. GetManagementControllerResultKmipClientCertificate[]
managementInterfaces This property is required. GetManagementControllerResultManagementInterface[]
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
Model of the endpoint that houses the management controller.
moid This property is required. string
The unique identifier of this Managed Object instance.
networkElements This property is required. GetManagementControllerResultNetworkElement[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetManagementControllerResultParent[]
permissionResources This property is required. GetManagementControllerResultPermissionResource[]
registeredDevices This property is required. GetManagementControllerResultRegisteredDevice[]
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates This property is required. GetManagementControllerResultRootCaCertificate[]
runningFirmwares This property is required. GetManagementControllerResultRunningFirmware[]
sharedScope This property is required. 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.
storageSasExpanders This property is required. GetManagementControllerResultStorageSasExpander[]
tags This property is required. GetManagementControllerResultTag[]
topSystems This property is required. GetManagementControllerResultTopSystem[]
uemStreamAdminState This property is required. string
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContexts This property is required. GetManagementControllerResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
adapter_units This property is required. Sequence[GetManagementControllerResultAdapterUnit]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetManagementControllerResultAncestor]
certificates This property is required. Sequence[GetManagementControllerResultCertificate]
class_id This property is required. str
compute_blades This property is required. Sequence[GetManagementControllerResultComputeBlade]
compute_rack_units This property is required. Sequence[GetManagementControllerResultComputeRackUnit]
create_time This property is required. str
The time when this managed object was created.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
equipment_io_card_bases This property is required. Sequence[GetManagementControllerResultEquipmentIoCardBase]
equipment_shared_io_modules This property is required. Sequence[GetManagementControllerResultEquipmentSharedIoModule]
equipment_system_io_controllers This property is required. Sequence[GetManagementControllerResultEquipmentSystemIoController]
inventory_device_infos This property is required. Sequence[GetManagementControllerResultInventoryDeviceInfo]
kmip_client_certificates This property is required. Sequence[GetManagementControllerResultKmipClientCertificate]
management_interfaces This property is required. Sequence[GetManagementControllerResultManagementInterface]
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
Model of the endpoint that houses the management controller.
moid This property is required. str
The unique identifier of this Managed Object instance.
network_elements This property is required. Sequence[GetManagementControllerResultNetworkElement]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetManagementControllerResultParent]
permission_resources This property is required. Sequence[GetManagementControllerResultPermissionResource]
registered_devices This property is required. Sequence[GetManagementControllerResultRegisteredDevice]
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
root_ca_certificates This property is required. Sequence[GetManagementControllerResultRootCaCertificate]
running_firmwares This property is required. Sequence[GetManagementControllerResultRunningFirmware]
shared_scope This property is required. 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.
storage_sas_expanders This property is required. Sequence[GetManagementControllerResultStorageSasExpander]
tags This property is required. Sequence[GetManagementControllerResultTag]
top_systems This property is required. Sequence[GetManagementControllerResultTopSystem]
uem_stream_admin_state This property is required. str
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
version_contexts This property is required. Sequence[GetManagementControllerResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
adapterUnits This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
certificates This property is required. List<Property Map>
classId This property is required. String
computeBlades This property is required. List<Property Map>
computeRackUnits This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
equipmentIoCardBases This property is required. List<Property Map>
equipmentSharedIoModules This property is required. List<Property Map>
equipmentSystemIoControllers This property is required. List<Property Map>
inventoryDeviceInfos This property is required. List<Property Map>
kmipClientCertificates This property is required. List<Property Map>
managementInterfaces This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Model of the endpoint that houses the management controller.
moid This property is required. String
The unique identifier of this Managed Object instance.
networkElements This property is required. List<Property Map>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
rootCaCertificates This property is required. List<Property Map>
runningFirmwares This property is required. List<Property Map>
sharedScope This property is required. 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.
storageSasExpanders This property is required. List<Property Map>
tags This property is required. List<Property Map>
topSystems This property is required. List<Property Map>
uemStreamAdminState This property is required. String
Desired state of the UEM stream.* Disabled - The UEM event channel is disabled.* Enabled - The UEM event channel is enabled.
versionContexts This property is required. List<Property Map>

GetManagementControllerResultAdapterUnit

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

GetManagementControllerResultAncestor

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

GetManagementControllerResultCertificate

AdditionalProperties This property is required. string
CertType This property is required. string
Certificates This property is required. List<GetManagementControllerResultCertificateCertificate>
ClassId This property is required. string
Enabled This property is required. bool
IsPrivatekeySet This property is required. bool
ObjectType This property is required. string
Privatekey This property is required. string
AdditionalProperties This property is required. string
CertType This property is required. string
Certificates This property is required. []GetManagementControllerResultCertificateCertificate
ClassId This property is required. string
Enabled This property is required. bool
IsPrivatekeySet This property is required. bool
ObjectType This property is required. string
Privatekey This property is required. string
additionalProperties This property is required. String
certType This property is required. String
certificates This property is required. List<GetManagementControllerResultCertificateCertificate>
classId This property is required. String
enabled This property is required. Boolean
isPrivatekeySet This property is required. Boolean
objectType This property is required. String
privatekey This property is required. String
additionalProperties This property is required. string
certType This property is required. string
certificates This property is required. GetManagementControllerResultCertificateCertificate[]
classId This property is required. string
enabled This property is required. boolean
isPrivatekeySet This property is required. boolean
objectType This property is required. string
privatekey This property is required. string
additional_properties This property is required. str
cert_type This property is required. str
certificates This property is required. Sequence[GetManagementControllerResultCertificateCertificate]
class_id This property is required. str
enabled This property is required. bool
is_privatekey_set This property is required. bool
object_type This property is required. str
privatekey This property is required. str
additionalProperties This property is required. String
certType This property is required. String
certificates This property is required. List<Property Map>
classId This property is required. String
enabled This property is required. Boolean
isPrivatekeySet This property is required. Boolean
objectType This property is required. String
privatekey This property is required. String

GetManagementControllerResultCertificateCertificate

AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. List<GetManagementControllerResultCertificateCertificateIssuer>
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. List<GetManagementControllerResultCertificateCertificateSubject>
AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. []GetManagementControllerResultCertificateCertificateIssuer
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. []GetManagementControllerResultCertificateCertificateSubject
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<GetManagementControllerResultCertificateCertificateIssuer>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<GetManagementControllerResultCertificateCertificateSubject>
additionalProperties This property is required. string
classId This property is required. string
issuers This property is required. GetManagementControllerResultCertificateCertificateIssuer[]
notAfter This property is required. string
notBefore This property is required. string
objectType This property is required. string
pemCertificate This property is required. string
sha256Fingerprint This property is required. string
signatureAlgorithm This property is required. string
subjects This property is required. GetManagementControllerResultCertificateCertificateSubject[]
additional_properties This property is required. str
class_id This property is required. str
issuers This property is required. Sequence[GetManagementControllerResultCertificateCertificateIssuer]
not_after This property is required. str
not_before This property is required. str
object_type This property is required. str
pem_certificate This property is required. str
sha256_fingerprint This property is required. str
signature_algorithm This property is required. str
subjects This property is required. Sequence[GetManagementControllerResultCertificateCertificateSubject]
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<Property Map>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<Property Map>

GetManagementControllerResultCertificateCertificateIssuer

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultCertificateCertificateSubject

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultComputeBlade

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

GetManagementControllerResultComputeRackUnit

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

GetManagementControllerResultEquipmentIoCardBase

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

GetManagementControllerResultEquipmentSharedIoModule

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

GetManagementControllerResultEquipmentSystemIoController

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

GetManagementControllerResultInventoryDeviceInfo

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

GetManagementControllerResultKmipClientCertificate

AdditionalProperties This property is required. string
CertType This property is required. string
Certificates This property is required. List<GetManagementControllerResultKmipClientCertificateCertificate>
ClassId This property is required. string
Enabled This property is required. bool
IsPrivatekeySet This property is required. bool
ObjectType This property is required. string
Privatekey This property is required. string
AdditionalProperties This property is required. string
CertType This property is required. string
Certificates This property is required. []GetManagementControllerResultKmipClientCertificateCertificate
ClassId This property is required. string
Enabled This property is required. bool
IsPrivatekeySet This property is required. bool
ObjectType This property is required. string
Privatekey This property is required. string
additionalProperties This property is required. String
certType This property is required. String
certificates This property is required. List<GetManagementControllerResultKmipClientCertificateCertificate>
classId This property is required. String
enabled This property is required. Boolean
isPrivatekeySet This property is required. Boolean
objectType This property is required. String
privatekey This property is required. String
additionalProperties This property is required. string
certType This property is required. string
certificates This property is required. GetManagementControllerResultKmipClientCertificateCertificate[]
classId This property is required. string
enabled This property is required. boolean
isPrivatekeySet This property is required. boolean
objectType This property is required. string
privatekey This property is required. string
additional_properties This property is required. str
cert_type This property is required. str
certificates This property is required. Sequence[GetManagementControllerResultKmipClientCertificateCertificate]
class_id This property is required. str
enabled This property is required. bool
is_privatekey_set This property is required. bool
object_type This property is required. str
privatekey This property is required. str
additionalProperties This property is required. String
certType This property is required. String
certificates This property is required. List<Property Map>
classId This property is required. String
enabled This property is required. Boolean
isPrivatekeySet This property is required. Boolean
objectType This property is required. String
privatekey This property is required. String

GetManagementControllerResultKmipClientCertificateCertificate

AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. List<GetManagementControllerResultKmipClientCertificateCertificateIssuer>
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. List<GetManagementControllerResultKmipClientCertificateCertificateSubject>
AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. []GetManagementControllerResultKmipClientCertificateCertificateIssuer
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. []GetManagementControllerResultKmipClientCertificateCertificateSubject
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<GetManagementControllerResultKmipClientCertificateCertificateIssuer>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<GetManagementControllerResultKmipClientCertificateCertificateSubject>
additionalProperties This property is required. string
classId This property is required. string
issuers This property is required. GetManagementControllerResultKmipClientCertificateCertificateIssuer[]
notAfter This property is required. string
notBefore This property is required. string
objectType This property is required. string
pemCertificate This property is required. string
sha256Fingerprint This property is required. string
signatureAlgorithm This property is required. string
subjects This property is required. GetManagementControllerResultKmipClientCertificateCertificateSubject[]
additional_properties This property is required. str
class_id This property is required. str
issuers This property is required. Sequence[GetManagementControllerResultKmipClientCertificateCertificateIssuer]
not_after This property is required. str
not_before This property is required. str
object_type This property is required. str
pem_certificate This property is required. str
sha256_fingerprint This property is required. str
signature_algorithm This property is required. str
subjects This property is required. Sequence[GetManagementControllerResultKmipClientCertificateCertificateSubject]
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<Property Map>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<Property Map>

GetManagementControllerResultKmipClientCertificateCertificateIssuer

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultKmipClientCertificateCertificateSubject

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultManagementInterface

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

GetManagementControllerResultNetworkElement

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

GetManagementControllerResultParent

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

GetManagementControllerResultPermissionResource

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

GetManagementControllerResultRegisteredDevice

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

GetManagementControllerResultRootCaCertificate

AdditionalProperties This property is required. string
CertificateName This property is required. string
Certificates This property is required. List<GetManagementControllerResultRootCaCertificateCertificate>
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
AdditionalProperties This property is required. string
CertificateName This property is required. string
Certificates This property is required. []GetManagementControllerResultRootCaCertificateCertificate
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
additionalProperties This property is required. String
certificateName This property is required. String
certificates This property is required. List<GetManagementControllerResultRootCaCertificateCertificate>
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String
additionalProperties This property is required. string
certificateName This property is required. string
certificates This property is required. GetManagementControllerResultRootCaCertificateCertificate[]
classId This property is required. string
enabled This property is required. boolean
objectType This property is required. string
additional_properties This property is required. str
certificate_name This property is required. str
certificates This property is required. Sequence[GetManagementControllerResultRootCaCertificateCertificate]
class_id This property is required. str
enabled This property is required. bool
object_type This property is required. str
additionalProperties This property is required. String
certificateName This property is required. String
certificates This property is required. List<Property Map>
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String

GetManagementControllerResultRootCaCertificateCertificate

AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. List<GetManagementControllerResultRootCaCertificateCertificateIssuer>
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. List<GetManagementControllerResultRootCaCertificateCertificateSubject>
AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. []GetManagementControllerResultRootCaCertificateCertificateIssuer
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. []GetManagementControllerResultRootCaCertificateCertificateSubject
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<GetManagementControllerResultRootCaCertificateCertificateIssuer>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<GetManagementControllerResultRootCaCertificateCertificateSubject>
additionalProperties This property is required. string
classId This property is required. string
issuers This property is required. GetManagementControllerResultRootCaCertificateCertificateIssuer[]
notAfter This property is required. string
notBefore This property is required. string
objectType This property is required. string
pemCertificate This property is required. string
sha256Fingerprint This property is required. string
signatureAlgorithm This property is required. string
subjects This property is required. GetManagementControllerResultRootCaCertificateCertificateSubject[]
additional_properties This property is required. str
class_id This property is required. str
issuers This property is required. Sequence[GetManagementControllerResultRootCaCertificateCertificateIssuer]
not_after This property is required. str
not_before This property is required. str
object_type This property is required. str
pem_certificate This property is required. str
sha256_fingerprint This property is required. str
signature_algorithm This property is required. str
subjects This property is required. Sequence[GetManagementControllerResultRootCaCertificateCertificateSubject]
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<Property Map>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<Property Map>

GetManagementControllerResultRootCaCertificateCertificateIssuer

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultRootCaCertificateCertificateSubject

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetManagementControllerResultRunningFirmware

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

GetManagementControllerResultStorageSasExpander

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

GetManagementControllerResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetManagementControllerResultTopSystem

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

GetManagementControllerResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetManagementControllerResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetManagementControllerResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetManagementControllerResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetManagementControllerResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetManagementControllerResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetManagementControllerResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetManagementControllerResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetManagementControllerResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetManagementControllerResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetManagementControllerResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetManagementControllerResultVersionContextInterestedMo

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

GetManagementControllerResultVersionContextRefMo

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

GetManagementControllerRootCaCertificate

AdditionalProperties string
Certificate GetManagementControllerRootCaCertificateCertificate
Certificate that is used for verifying the authorization.
CertificateName string
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
Certificate GetManagementControllerRootCaCertificateCertificate
Certificate that is used for verifying the authorization.
CertificateName string
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
Enabled bool
Enable/Disable the certificate in Certificate Management policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
certificate GetManagementControllerRootCaCertificateCertificate
Certificate that is used for verifying the authorization.
certificateName String
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
certificate GetManagementControllerRootCaCertificateCertificate
Certificate that is used for verifying the authorization.
certificateName string
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
enabled boolean
Enable/Disable the certificate in Certificate Management policy.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
certificate GetManagementControllerRootCaCertificateCertificate
Certificate that is used for verifying the authorization.
certificate_name str
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
enabled bool
Enable/Disable the certificate in Certificate Management policy.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
certificate Property Map
Certificate that is used for verifying the authorization.
certificateName String
A name that helps identify a certificate. It can be any string that adheres to the following constraints. It should start and end with an alphanumeric character. It can have underscores and hyphens. It cannot be more than 30 characters.
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.
enabled Boolean
Enable/Disable the certificate in Certificate Management policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetManagementControllerRootCaCertificateCertificate

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.
Issuer GetManagementControllerRootCaCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerRootCaCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
Issuer GetManagementControllerRootCaCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetManagementControllerRootCaCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerRootCaCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerRootCaCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerRootCaCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter string
The date on which the certificate's validity period ends.
notBefore string
The date on which the certificate's validity period begins.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate string
The base64 encoded certificate in PEM format.
sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerRootCaCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetManagementControllerRootCaCertificateCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
not_after str
The date on which the certificate's validity period ends.
not_before str
The date on which the certificate's validity period begins.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pem_certificate str
The base64 encoded certificate in PEM format.
sha256_fingerprint str
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signature_algorithm str
Signature algorithm, as specified in RFC 5280.
subject GetManagementControllerRootCaCertificateCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer Property Map
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject Property Map
The X.509 distinguished name of the subject of this certificate.

GetManagementControllerRootCaCertificateCertificateIssuer

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerRootCaCertificateCertificateSubject

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetManagementControllerRunningFirmware

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

GetManagementControllerStorageSasExpander

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

GetManagementControllerTag

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.

GetManagementControllerTopSystem

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

GetManagementControllerVersionContext

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<GetManagementControllerVersionContextInterestedMo>
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 GetManagementControllerVersionContextRefMo
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 []GetManagementControllerVersionContextInterestedMo
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 GetManagementControllerVersionContextRefMo
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<GetManagementControllerVersionContextInterestedMo>
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 GetManagementControllerVersionContextRefMo
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 GetManagementControllerVersionContextInterestedMo[]
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 GetManagementControllerVersionContextRefMo
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[GetManagementControllerVersionContextInterestedMo]
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 GetManagementControllerVersionContextRefMo
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.

GetManagementControllerVersionContextInterestedMo

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

GetManagementControllerVersionContextRefMo

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.