Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
A Cisco Secure Router inventoried and managed by Intersight.
Using getNetworkSecureRouter
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 getNetworkSecureRouter(args: GetNetworkSecureRouterArgs, opts?: InvokeOptions): Promise<GetNetworkSecureRouterResult>
function getNetworkSecureRouterOutput(args: GetNetworkSecureRouterOutputArgs, opts?: InvokeOutputOptions): Output<GetNetworkSecureRouterResult>def get_network_secure_router(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
alarm_summary: Optional[GetNetworkSecureRouterAlarmSummary] = None,
ancestors: Optional[Sequence[GetNetworkSecureRouterAncestor]] = None,
bmc: Optional[GetNetworkSecureRouterBmc] = None,
boot_progress_last_state: Optional[str] = None,
chassis_id: Optional[float] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
equipment_chassis: Optional[GetNetworkSecureRouterEquipmentChassis] = None,
firmware_version: Optional[str] = None,
id: Optional[str] = None,
is_upgraded: Optional[bool] = None,
lan_ports: Optional[Sequence[GetNetworkSecureRouterLanPort]] = None,
locator_led: Optional[GetNetworkSecureRouterLocatorLed] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_lifecycle: Optional[str] = None,
object_type: Optional[str] = None,
oper_power_state: Optional[str] = None,
oper_reasons: Optional[Sequence[str]] = None,
owners: Optional[Sequence[str]] = None,
package_version: Optional[str] = None,
parent: Optional[GetNetworkSecureRouterParent] = None,
permission_resources: Optional[Sequence[GetNetworkSecureRouterPermissionResource]] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetNetworkSecureRouterPreviousFru] = None,
registered_device: Optional[GetNetworkSecureRouterRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
slot_id: Optional[float] = None,
tags: Optional[Sequence[GetNetworkSecureRouterTag]] = None,
user_label: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetNetworkSecureRouterVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSecureRouterResult
def get_network_secure_router_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
alarm_summary: pulumi.Input[Optional[GetNetworkSecureRouterAlarmSummaryArgs]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNetworkSecureRouterAncestorArgs]]]] = None,
bmc: pulumi.Input[Optional[GetNetworkSecureRouterBmcArgs]] = None,
boot_progress_last_state: pulumi.Input[Optional[str]] = None,
chassis_id: pulumi.Input[Optional[float]] = None,
class_id: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
device_mo_id: pulumi.Input[Optional[str]] = None,
dn: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
equipment_chassis: pulumi.Input[Optional[GetNetworkSecureRouterEquipmentChassisArgs]] = None,
firmware_version: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
is_upgraded: pulumi.Input[Optional[bool]] = None,
lan_ports: pulumi.Input[Optional[Sequence[pulumi.Input[GetNetworkSecureRouterLanPortArgs]]]] = None,
locator_led: pulumi.Input[Optional[GetNetworkSecureRouterLocatorLedArgs]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
model: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
nr_lifecycle: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
oper_power_state: pulumi.Input[Optional[str]] = None,
oper_reasons: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
package_version: pulumi.Input[Optional[str]] = None,
parent: pulumi.Input[Optional[GetNetworkSecureRouterParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNetworkSecureRouterPermissionResourceArgs]]]] = None,
presence: pulumi.Input[Optional[str]] = None,
previous_fru: pulumi.Input[Optional[GetNetworkSecureRouterPreviousFruArgs]] = None,
registered_device: pulumi.Input[Optional[GetNetworkSecureRouterRegisteredDeviceArgs]] = None,
revision: pulumi.Input[Optional[str]] = None,
rn: pulumi.Input[Optional[str]] = None,
serial: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
slot_id: pulumi.Input[Optional[float]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNetworkSecureRouterTagArgs]]]] = None,
user_label: pulumi.Input[Optional[str]] = None,
vendor: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetNetworkSecureRouterVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetNetworkSecureRouterResult]func LookupNetworkSecureRouter(ctx *Context, args *LookupNetworkSecureRouterArgs, opts ...InvokeOption) (*LookupNetworkSecureRouterResult, error)
func LookupNetworkSecureRouterOutput(ctx *Context, args *LookupNetworkSecureRouterOutputArgs, opts ...InvokeOption) LookupNetworkSecureRouterResultOutput> Note: This function is named LookupNetworkSecureRouter in the Go SDK.
public static class GetNetworkSecureRouter
{
public static Task<GetNetworkSecureRouterResult> InvokeAsync(GetNetworkSecureRouterArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSecureRouterResult> Invoke(GetNetworkSecureRouterInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSecureRouterResult> Invoke(GetNetworkSecureRouterInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetNetworkSecureRouterResult> getNetworkSecureRouter(GetNetworkSecureRouterArgs args, InvokeOptions options)
public static Output<GetNetworkSecureRouterResult> getNetworkSecureRouter(GetNetworkSecureRouterArgs args, InvokeOptions options)
public static Output<GetNetworkSecureRouterResult> getNetworkSecureRouter(GetNetworkSecureRouterArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getNetworkSecureRouter:getNetworkSecureRouter
arguments:
# arguments dictionarydata "intersight_get_network_secure_router" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summary GetNetwork Secure Router Alarm Summary - Ancestors
List<Get
Network Secure Router Ancestor> - Bmc
Get
Network Secure Router Bmc - Boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - Chassis
Id double - The id of the chassis that the blade is discovered in.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chassis GetNetwork Secure Router Equipment Chassis - Firmware
Version string - The version of the secure router CIMC firmware.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Lan
Ports List<GetNetwork Secure Router Lan Port> - Locator
Led GetNetwork Secure Router Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- Nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - Object
Type string - Oper
Power stringState - The power state of the secure router.
- Oper
Reasons List<string> - Owners List<string>
- Package
Version string - Bundle version which the CIMC firmware belongs to.
- Parent
Get
Network Secure Router Parent - Permission
Resources List<GetNetwork Secure Router Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetNetwork Secure Router Previous Fru - Registered
Device GetNetwork Secure Router Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Slot
Id double - The slot number in the chassis that the blade is discovered in.
-
List<Get
Network Secure Router Tag> - User
Label string - The user defined label assigned to the secure router.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetNetwork Secure Router Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summary GetNetwork Secure Router Alarm Summary - Ancestors
[]Get
Network Secure Router Ancestor - Bmc
Get
Network Secure Router Bmc - Boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - Chassis
Id float64 - The id of the chassis that the blade is discovered in.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chassis GetNetwork Secure Router Equipment Chassis - Firmware
Version string - The version of the secure router CIMC firmware.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Lan
Ports []GetNetwork Secure Router Lan Port - Locator
Led GetNetwork Secure Router Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- Nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - Object
Type string - Oper
Power stringState - The power state of the secure router.
- Oper
Reasons []string - Owners []string
- Package
Version string - Bundle version which the CIMC firmware belongs to.
- Parent
Get
Network Secure Router Parent - Permission
Resources []GetNetwork Secure Router Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetNetwork Secure Router Previous Fru - Registered
Device GetNetwork Secure Router Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Slot
Id float64 - The slot number in the chassis that the blade is discovered in.
-
[]Get
Network Secure Router Tag - User
Label string - The user defined label assigned to the secure router.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetNetwork Secure Router Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - alarm_
summary object - ancestors list(object)
- bmc object
- boot_
progress_ stringlast_ state - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis_
id number - The id of the chassis that the blade is discovered in.
- class_
id string - create_
time string - The time when this managed object was created.
- device_
mo_ stringid - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- equipment_
chassis object - firmware_
version string - The version of the secure router CIMC firmware.
- id string
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan_
ports list(object) - locator_
led object - mod_
time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr_
lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object_
type string - oper_
power_ stringstate - The power state of the secure router.
- oper_
reasons list(string) - owners list(string)
- package_
version string - Bundle version which the CIMC firmware belongs to.
- parent object
- permission_
resources list(object) - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru object - registered_
device object - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- slot_
id number - The slot number in the chassis that the blade is discovered in.
- list(object)
- user_
label string - The user defined label assigned to the secure router.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summary GetNetwork Secure Router Alarm Summary - ancestors
List<Get
Network Secure Router Ancestor> - bmc
Get
Network Secure Router Bmc - boot
Progress StringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id Double - The id of the chassis that the blade is discovered in.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis GetNetwork Secure Router Equipment Chassis - firmware
Version String - The version of the secure router CIMC firmware.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports List<GetNetwork Secure Router Lan Port> - locator
Led GetNetwork Secure Router Locator Led - mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle String - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type String - oper
Power StringState - The power state of the secure router.
- oper
Reasons List<String> - owners List<String>
- package
Version String - Bundle version which the CIMC firmware belongs to.
- parent
Get
Network Secure Router Parent - permission
Resources List<GetNetwork Secure Router Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetNetwork Secure Router Previous Fru - registered
Device GetNetwork Secure Router Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id Double - The slot number in the chassis that the blade is discovered in.
-
List<Get
Network Secure Router Tag> - user
Label String - The user defined label assigned to the secure router.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetNetwork Secure Router Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Summary GetNetwork Secure Router Alarm Summary - ancestors
Get
Network Secure Router Ancestor[] - bmc
Get
Network Secure Router Bmc - boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id number - The id of the chassis that the blade is discovered in.
- class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis GetNetwork Secure Router Equipment Chassis - firmware
Version string - The version of the secure router CIMC firmware.
- id string
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports GetNetwork Secure Router Lan Port[] - locator
Led GetNetwork Secure Router Locator Led - mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type string - oper
Power stringState - The power state of the secure router.
- oper
Reasons string[] - owners string[]
- package
Version string - Bundle version which the CIMC firmware belongs to.
- parent
Get
Network Secure Router Parent - permission
Resources GetNetwork Secure Router Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetNetwork Secure Router Previous Fru - registered
Device GetNetwork Secure Router Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id number - The slot number in the chassis that the blade is discovered in.
-
Get
Network Secure Router Tag[] - user
Label string - The user defined label assigned to the secure router.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetNetwork Secure Router Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
summary GetNetwork Secure Router Alarm Summary - ancestors
Sequence[Get
Network Secure Router Ancestor] - bmc
Get
Network Secure Router Bmc - boot_
progress_ strlast_ state - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis_
id float - The id of the chassis that the blade is discovered in.
- class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
chassis GetNetwork Secure Router Equipment Chassis - firmware_
version str - The version of the secure router CIMC firmware.
- id str
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan_
ports Sequence[GetNetwork Secure Router Lan Port] - locator_
led GetNetwork Secure Router Locator Led - mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr_
lifecycle str - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object_
type str - oper_
power_ strstate - The power state of the secure router.
- oper_
reasons Sequence[str] - owners Sequence[str]
- package_
version str - Bundle version which the CIMC firmware belongs to.
- parent
Get
Network Secure Router Parent - permission_
resources Sequence[GetNetwork Secure Router Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetNetwork Secure Router Previous Fru - registered_
device GetNetwork Secure Router Registered Device - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot_
id float - The slot number in the chassis that the blade is discovered in.
-
Sequence[Get
Network Secure Router Tag] - user_
label str - The user defined label assigned to the secure router.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetNetwork Secure Router Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summary Property Map - ancestors List<Property Map>
- bmc Property Map
- boot
Progress StringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id Number - The id of the chassis that the blade is discovered in.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chassis Property Map - firmware
Version String - The version of the secure router CIMC firmware.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports List<Property Map> - locator
Led Property Map - mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle String - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type String - oper
Power StringState - The power state of the secure router.
- oper
Reasons List<String> - owners List<String>
- package
Version String - Bundle version which the CIMC firmware belongs to.
- parent Property Map
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id Number - The slot number in the chassis that the blade is discovered in.
- List<Property Map>
- user
Label String - The user defined label assigned to the secure router.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map
getNetworkSecureRouter Result
The following output properties are available:
- Id string
- Results
List<Get
Network Secure Router Result> - Account
Moid string - Additional
Properties string - Alarm
Summary GetNetwork Secure Router Alarm Summary - Ancestors
List<Get
Network Secure Router Ancestor> - Bmc
Get
Network Secure Router Bmc - Boot
Progress stringLast State - Chassis
Id double - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Chassis GetNetwork Secure Router Equipment Chassis - Firmware
Version string - Is
Upgraded bool - Lan
Ports List<GetNetwork Secure Router Lan Port> - Locator
Led GetNetwork Secure Router Locator Led - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Lifecycle string - Object
Type string - Oper
Power stringState - Oper
Reasons List<string> - Owners List<string>
- Package
Version string - Parent
Get
Network Secure Router Parent - Permission
Resources List<GetNetwork Secure Router Permission Resource> - Presence string
- Previous
Fru GetNetwork Secure Router Previous Fru - Registered
Device GetNetwork Secure Router Registered Device - Revision string
- Rn string
- Serial string
- string
- Slot
Id double -
List<Get
Network Secure Router Tag> - User
Label string - Vendor string
- Version
Context GetNetwork Secure Router Version Context
- Id string
- Results
[]Get
Network Secure Router Result - Account
Moid string - Additional
Properties string - Alarm
Summary GetNetwork Secure Router Alarm Summary - Ancestors
[]Get
Network Secure Router Ancestor - Bmc
Get
Network Secure Router Bmc - Boot
Progress stringLast State - Chassis
Id float64 - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Chassis GetNetwork Secure Router Equipment Chassis - Firmware
Version string - Is
Upgraded bool - Lan
Ports []GetNetwork Secure Router Lan Port - Locator
Led GetNetwork Secure Router Locator Led - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Lifecycle string - Object
Type string - Oper
Power stringState - Oper
Reasons []string - Owners []string
- Package
Version string - Parent
Get
Network Secure Router Parent - Permission
Resources []GetNetwork Secure Router Permission Resource - Presence string
- Previous
Fru GetNetwork Secure Router Previous Fru - Registered
Device GetNetwork Secure Router Registered Device - Revision string
- Rn string
- Serial string
- string
- Slot
Id float64 -
[]Get
Network Secure Router Tag - User
Label string - Vendor string
- Version
Context GetNetwork Secure Router Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - alarm_
summary object - ancestors list(object)
- bmc object
- boot_
progress_ stringlast_ state - chassis_
id number - class_
id string - create_
time string - device_
mo_ stringid - dn string
- domain_
group_ stringmoid - equipment_
chassis object - firmware_
version string - is_
upgraded bool - lan_
ports list(object) - locator_
led object - mod_
time string - model string
- moid string
- name string
- nr_
lifecycle string - object_
type string - oper_
power_ stringstate - oper_
reasons list(string) - owners list(string)
- package_
version string - parent object
- permission_
resources list(object) - presence string
- previous_
fru object - registered_
device object - revision string
- rn string
- serial string
- string
- slot_
id number - list(object)
- user_
label string - vendor string
- version_
context object
- id String
- results
List<Get
Network Secure Router Result> - account
Moid String - additional
Properties String - alarm
Summary GetNetwork Secure Router Alarm Summary - ancestors
List<Get
Network Secure Router Ancestor> - bmc
Get
Network Secure Router Bmc - boot
Progress StringLast State - chassis
Id Double - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Chassis GetNetwork Secure Router Equipment Chassis - firmware
Version String - is
Upgraded Boolean - lan
Ports List<GetNetwork Secure Router Lan Port> - locator
Led GetNetwork Secure Router Locator Led - mod
Time String - model String
- moid String
- name String
- nr
Lifecycle String - object
Type String - oper
Power StringState - oper
Reasons List<String> - owners List<String>
- package
Version String - parent
Get
Network Secure Router Parent - permission
Resources List<GetNetwork Secure Router Permission Resource> - presence String
- previous
Fru GetNetwork Secure Router Previous Fru - registered
Device GetNetwork Secure Router Registered Device - revision String
- rn String
- serial String
- String
- slot
Id Double -
List<Get
Network Secure Router Tag> - user
Label String - vendor String
- version
Context GetNetwork Secure Router Version Context
- id string
- results
Get
Network Secure Router Result[] - account
Moid string - additional
Properties string - alarm
Summary GetNetwork Secure Router Alarm Summary - ancestors
Get
Network Secure Router Ancestor[] - bmc
Get
Network Secure Router Bmc - boot
Progress stringLast State - chassis
Id number - class
Id string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - equipment
Chassis GetNetwork Secure Router Equipment Chassis - firmware
Version string - is
Upgraded boolean - lan
Ports GetNetwork Secure Router Lan Port[] - locator
Led GetNetwork Secure Router Locator Led - mod
Time string - model string
- moid string
- name string
- nr
Lifecycle string - object
Type string - oper
Power stringState - oper
Reasons string[] - owners string[]
- package
Version string - parent
Get
Network Secure Router Parent - permission
Resources GetNetwork Secure Router Permission Resource[] - presence string
- previous
Fru GetNetwork Secure Router Previous Fru - registered
Device GetNetwork Secure Router Registered Device - revision string
- rn string
- serial string
- string
- slot
Id number -
Get
Network Secure Router Tag[] - user
Label string - vendor string
- version
Context GetNetwork Secure Router Version Context
- id str
- results
Sequence[Get
Network Secure Router Result] - account_
moid str - additional_
properties str - alarm_
summary GetNetwork Secure Router Alarm Summary - ancestors
Sequence[Get
Network Secure Router Ancestor] - bmc
Get
Network Secure Router Bmc - boot_
progress_ strlast_ state - chassis_
id float - class_
id str - create_
time str - device_
mo_ strid - dn str
- domain_
group_ strmoid - equipment_
chassis GetNetwork Secure Router Equipment Chassis - firmware_
version str - is_
upgraded bool - lan_
ports Sequence[GetNetwork Secure Router Lan Port] - locator_
led GetNetwork Secure Router Locator Led - mod_
time str - model str
- moid str
- name str
- nr_
lifecycle str - object_
type str - oper_
power_ strstate - oper_
reasons Sequence[str] - owners Sequence[str]
- package_
version str - parent
Get
Network Secure Router Parent - permission_
resources Sequence[GetNetwork Secure Router Permission Resource] - presence str
- previous_
fru GetNetwork Secure Router Previous Fru - registered_
device GetNetwork Secure Router Registered Device - revision str
- rn str
- serial str
- str
- slot_
id float -
Sequence[Get
Network Secure Router Tag] - user_
label str - vendor str
- version_
context GetNetwork Secure Router Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - alarm
Summary Property Map - ancestors List<Property Map>
- bmc Property Map
- boot
Progress StringLast State - chassis
Id Number - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Chassis Property Map - firmware
Version String - is
Upgraded Boolean - lan
Ports List<Property Map> - locator
Led Property Map - mod
Time String - model String
- moid String
- name String
- nr
Lifecycle String - object
Type String - oper
Power StringState - oper
Reasons List<String> - owners List<String>
- package
Version String - parent Property Map
- permission
Resources List<Property Map> - presence String
- previous
Fru Property Map - registered
Device Property Map - revision String
- rn String
- serial String
- String
- slot
Id Number - List<Property Map>
- user
Label String - vendor String
- version
Context Property Map
Supporting Types
GetNetworkSecureRouterAlarmSummary
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Critical double
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- Info double
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical double - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info double - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning double - The count of active suppressed alarms that have severity type Warning.
- Warning double
- The count of alarms that have severity type Warning.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Critical float64
- The count of alarms that have severity type Critical.
- Health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- Info float64
- The count of alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- Suppressed
Critical float64 - The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info float64 - The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning float64 - The count of active suppressed alarms that have severity type Warning.
- Warning float64
- The count of alarms that have severity type Warning.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical number
- The count of alarms that have severity type Critical.
- health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- info number
- The count of alarms that have severity type Info.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed_
critical number - The count of active suppressed alarms that have severity type Critical.
- suppressed_
info number - The count of active suppressed alarms that have severity type Info.
- suppressed_
warning number - The count of active suppressed alarms that have severity type Warning.
- warning number
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical Double
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- info Double
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Double - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Double - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Double - The count of active suppressed alarms that have severity type Warning.
- warning Double
- The count of alarms that have severity type Warning.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical number
- The count of alarms that have severity type Critical.
- health string
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- info number
- The count of alarms that have severity type Info.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning number - The count of active suppressed alarms that have severity type Warning.
- warning number
- The count of alarms that have severity type Warning.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical float
- The count of alarms that have severity type Critical.
- health str
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- info float
- The count of alarms that have severity type Info.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed bool
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed_
critical float - The count of active suppressed alarms that have severity type Critical.
- suppressed_
info float - The count of active suppressed alarms that have severity type Info.
- suppressed_
warning float - The count of active suppressed alarms that have severity type Warning.
- warning float
- The count of alarms that have severity type Warning.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- critical Number
- The count of alarms that have severity type Critical.
- health String
- Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.
Healthy- The Enum value represents that the entity is healthy.Warning- The Enum value Warning represents that the entity has one or more active warnings on it.Critical- The Enum value Critical represents that the entity is in a critical state.
- info Number
- The count of alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- suppressed Boolean
- The flag that indicates whether suppression is enabled or not in the entity.
- suppressed
Critical Number - The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Number - The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Number - The count of active suppressed alarms that have severity type Warning.
- warning Number
- The count of alarms that have severity type Warning.
GetNetworkSecureRouterAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterBmc
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterEquipmentChassis
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterLanPort
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterLocatorLed
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterPreviousFru
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summaries List<GetNetwork Secure Router Result Alarm Summary> - Ancestors
List<Get
Network Secure Router Result Ancestor> - Bmcs
List<Get
Network Secure Router Result Bmc> - Boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - Chassis
Id double - The id of the chassis that the blade is discovered in.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chasses List<GetNetwork Secure Router Result Equipment Chass> - Firmware
Version string - The version of the secure router CIMC firmware.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Lan
Ports List<GetNetwork Secure Router Result Lan Port> - Locator
Leds List<GetNetwork Secure Router Result Locator Led> - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- Nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - Object
Type string - Oper
Power stringState - The power state of the secure router.
- Oper
Reasons List<string> - Owners List<string>
- Package
Version string - Bundle version which the CIMC firmware belongs to.
- Parents
List<Get
Network Secure Router Result Parent> - Permission
Resources List<GetNetwork Secure Router Result Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetNetwork Secure Router Result Previous Frus> - Registered
Devices List<GetNetwork Secure Router Result Registered Device> - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Slot
Id double - The slot number in the chassis that the blade is discovered in.
-
List<Get
Network Secure Router Result Tag> - User
Label string - The user defined label assigned to the secure router.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetNetwork Secure Router Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Alarm
Summaries []GetNetwork Secure Router Result Alarm Summary - Ancestors
[]Get
Network Secure Router Result Ancestor - Bmcs
[]Get
Network Secure Router Result Bmc - Boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - Chassis
Id float64 - The id of the chassis that the blade is discovered in.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Chasses []GetNetwork Secure Router Result Equipment Chass - Firmware
Version string - The version of the secure router CIMC firmware.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Lan
Ports []GetNetwork Secure Router Result Lan Port - Locator
Leds []GetNetwork Secure Router Result Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- Nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - Object
Type string - Oper
Power stringState - The power state of the secure router.
- Oper
Reasons []string - Owners []string
- Package
Version string - Bundle version which the CIMC firmware belongs to.
- Parents
[]Get
Network Secure Router Result Parent - Permission
Resources []GetNetwork Secure Router Result Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetNetwork Secure Router Result Previous Frus - Registered
Devices []GetNetwork Secure Router Result Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Slot
Id float64 - The slot number in the chassis that the blade is discovered in.
-
[]Get
Network Secure Router Result Tag - User
Label string - The user defined label assigned to the secure router.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetNetwork Secure Router Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - alarm_
summaries list(object) - ancestors list(object)
- bmcs list(object)
- boot_
progress_ stringlast_ state - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis_
id number - The id of the chassis that the blade is discovered in.
- class_
id string - create_
time string - The time when this managed object was created.
- device_
mo_ stringid - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- equipment_
chasses list(object) - firmware_
version string - The version of the secure router CIMC firmware.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan_
ports list(object) - locator_
leds list(object) - mod_
time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr_
lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object_
type string - oper_
power_ stringstate - The power state of the secure router.
- oper_
reasons list(string) - owners list(string)
- package_
version string - Bundle version which the CIMC firmware belongs to.
- parents list(object)
- permission_
resources list(object) - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus list(object) - registered_
devices list(object) - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- slot_
id number - The slot number in the chassis that the blade is discovered in.
- list(object)
- user_
label string - The user defined label assigned to the secure router.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summaries List<GetNetwork Secure Router Result Alarm Summary> - ancestors
List<Get
Network Secure Router Result Ancestor> - bmcs
List<Get
Network Secure Router Result Bmc> - boot
Progress StringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id Double - The id of the chassis that the blade is discovered in.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses List<GetNetwork Secure Router Result Equipment Chass> - firmware
Version String - The version of the secure router CIMC firmware.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports List<GetNetwork Secure Router Result Lan Port> - locator
Leds List<GetNetwork Secure Router Result Locator Led> - mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle String - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type String - oper
Power StringState - The power state of the secure router.
- oper
Reasons List<String> - owners List<String>
- package
Version String - Bundle version which the CIMC firmware belongs to.
- parents
List<Get
Network Secure Router Result Parent> - permission
Resources List<GetNetwork Secure Router Result Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetNetwork Secure Router Result Previous Frus> - registered
Devices List<GetNetwork Secure Router Result Registered Device> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id Double - The slot number in the chassis that the blade is discovered in.
-
List<Get
Network Secure Router Result Tag> - user
Label String - The user defined label assigned to the secure router.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetNetwork Secure Router Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - alarm
Summaries GetNetwork Secure Router Result Alarm Summary[] - ancestors
Get
Network Secure Router Result Ancestor[] - bmcs
Get
Network Secure Router Result Bmc[] - boot
Progress stringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id number - The id of the chassis that the blade is discovered in.
- class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses GetNetwork Secure Router Result Equipment Chass[] - firmware
Version string - The version of the secure router CIMC firmware.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports GetNetwork Secure Router Result Lan Port[] - locator
Leds GetNetwork Secure Router Result Locator Led[] - mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle string - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type string - oper
Power stringState - The power state of the secure router.
- oper
Reasons string[] - owners string[]
- package
Version string - Bundle version which the CIMC firmware belongs to.
- parents
Get
Network Secure Router Result Parent[] - permission
Resources GetNetwork Secure Router Result Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetNetwork Secure Router Result Previous Frus[] - registered
Devices GetNetwork Secure Router Result Registered Device[] - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id number - The slot number in the chassis that the blade is discovered in.
-
Get
Network Secure Router Result Tag[] - user
Label string - The user defined label assigned to the secure router.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetNetwork Secure Router Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - alarm_
summaries Sequence[GetNetwork Secure Router Result Alarm Summary] - ancestors
Sequence[Get
Network Secure Router Result Ancestor] - bmcs
Sequence[Get
Network Secure Router Result Bmc] - boot_
progress_ strlast_ state - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis_
id float - The id of the chassis that the blade is discovered in.
- class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
chasses Sequence[GetNetwork Secure Router Result Equipment Chass] - firmware_
version str - The version of the secure router CIMC firmware.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan_
ports Sequence[GetNetwork Secure Router Result Lan Port] - locator_
leds Sequence[GetNetwork Secure Router Result Locator Led] - mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr_
lifecycle str - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object_
type str - oper_
power_ strstate - The power state of the secure router.
- oper_
reasons Sequence[str] - owners Sequence[str]
- package_
version str - Bundle version which the CIMC firmware belongs to.
- parents
Sequence[Get
Network Secure Router Result Parent] - permission_
resources Sequence[GetNetwork Secure Router Result Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus Sequence[GetNetwork Secure Router Result Previous Frus] - registered_
devices Sequence[GetNetwork Secure Router Result Registered Device] - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot_
id float - The slot number in the chassis that the blade is discovered in.
-
Sequence[Get
Network Secure Router Result Tag] - user_
label str - The user defined label assigned to the secure router.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetNetwork Secure Router Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - alarm
Summaries List<Property Map> - ancestors List<Property Map>
- bmcs List<Property Map>
- boot
Progress StringLast State - The last reported boot progress of the secure router.*
Unknown- The boot progress state of the system is unknown.*None- The system has not started the boot process.*OSBootStarted- The system has started the OS boot process.*OSRunning- The system has completed the boot process and the OS is running. - chassis
Id Number - The id of the chassis that the blade is discovered in.
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Chasses List<Property Map> - firmware
Version String - The version of the secure router CIMC firmware.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- lan
Ports List<Property Map> - locator
Leds List<Property Map> - mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.
- nr
Lifecycle String - The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.*
None- Default state of an equipment. This should be an initial state when no state is defined for an equipment.*Active- Default Lifecycle State for a physical entity.*Decommissioned- Decommission Lifecycle state.*SlotReserved- Blade is inserted in a slot that is reserved for Secure Router.*DiscoveryInProgress- DiscoveryInProgress Lifecycle state.*DiscoveryFailed- DiscoveryFailed Lifecycle state.*FirmwareUpgradeInProgress- Firmware upgrade is in progress on given physical entity.*DiagnosticsInProgress- Diagnostics is in progress on given physical entity.*SecureEraseInProgress- Secure Erase is in progress on given physical entity.*ScrubInProgress- Scrub is in progress on given physical entity.*BladeMigrationInProgress- Server slot migration is in progress on given physical entity.*SlotMismatch- The blade server is detected in a different chassis/slot than it was previously.*Removed- The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.*Moved- The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*Replaced- The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.*MovedAndReplaced- The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.*DecommissionAndRemoveInProgress- Decommission and remove operation is in progress.*DecommissionedForRemove- Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory. - object
Type String - oper
Power StringState - The power state of the secure router.
- oper
Reasons List<String> - owners List<String>
- package
Version String - Bundle version which the CIMC firmware belongs to.
- parents List<Property Map>
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - registered
Devices List<Property Map> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- slot
Id Number - The slot number in the chassis that the blade is discovered in.
- List<Property Map>
- user
Label String - The user defined label assigned to the secure router.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map>
GetNetworkSecureRouterResultAlarmSummary
- Additional
Properties string - Class
Id string - Critical double
- Health string
- Info double
- Object
Type string - Suppressed bool
- Suppressed
Critical double - Suppressed
Info double - Suppressed
Warning double - Warning double
- Additional
Properties string - Class
Id string - Critical float64
- Health string
- Info float64
- Object
Type string - Suppressed bool
- Suppressed
Critical float64 - Suppressed
Info float64 - Suppressed
Warning float64 - Warning float64
- additional_
properties string - class_
id string - critical number
- health string
- info number
- object_
type string - suppressed bool
- suppressed_
critical number - suppressed_
info number - suppressed_
warning number - warning number
- additional
Properties String - class
Id String - critical Double
- health String
- info Double
- object
Type String - suppressed Boolean
- suppressed
Critical Double - suppressed
Info Double - suppressed
Warning Double - warning Double
- additional
Properties string - class
Id string - critical number
- health string
- info number
- object
Type string - suppressed boolean
- suppressed
Critical number - suppressed
Info number - suppressed
Warning number - warning number
- additional_
properties str - class_
id str - critical float
- health str
- info float
- object_
type str - suppressed bool
- suppressed_
critical float - suppressed_
info float - suppressed_
warning float - warning float
- additional
Properties String - class
Id String - critical Number
- health String
- info Number
- object
Type String - suppressed Boolean
- suppressed
Critical Number - suppressed
Info Number - suppressed
Warning Number - warning Number
GetNetworkSecureRouterResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultBmc
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultEquipmentChass
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultLanPort
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultLocatorLed
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultPreviousFrus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties String - ancestor
Definitions List<GetNetwork Secure Router Result Tag Ancestor Definition> - definitions
List<Get
Network Secure Router Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetNetwork Secure Router Result Tag Ancestor Definition[] - definitions
Get
Network Secure Router Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetNetworkSecureRouterResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties string - class
Id string - interested
Mos GetNetwork Secure Router Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetNetwork Secure Router Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetNetworkSecureRouterResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNetworkSecureRouterTag
- Additional
Properties string - Ancestor
Definitions List<GetNetwork Secure Router Tag Ancestor Definition> - Definition
Get
Network Secure Router Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetNetwork Secure Router Tag Ancestor Definition - Definition
Get
Network Secure Router Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetNetwork Secure Router Tag Ancestor Definition> - definition
Get
Network Secure Router Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetNetwork Secure Router Tag Ancestor Definition[] - definition
Get
Network Secure Router Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetNetwork Secure Router Tag Ancestor Definition] - definition
Get
Network Secure Router Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetNetworkSecureRouterTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetNetwork Secure Router Version Context Interested Mo> - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNetwork Secure Router Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []GetNetwork Secure Router Version Context Interested Mo - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNetwork Secure Router Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - class_
id string - The fully-qualified name 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 list(object) - marked_
for_ booldeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type 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 String - class
Id String - The fully-qualified name 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 List<GetNetwork Secure Router Version Context Interested Mo> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNetwork Secure Router Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetNetwork Secure Router Version Context Interested Mo[] - marked
For booleanDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNetwork Secure Router Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetNetwork Secure Router Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetNetwork Secure Router Version Context Ref Mo - 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetNetworkSecureRouterVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNetworkSecureRouterVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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
intersightTerraform Provider.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet