intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getApplianceNodeInfo
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
NodeInfo managed object stores the Intersight Appliance’s cluster node information. NodeInfo managed objects are created during the Intersight Appliance setup. The Intersight Appliance updates the NodeInfo managed objects with status information periodically.
Using getApplianceNodeInfo
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 getApplianceNodeInfo(args: GetApplianceNodeInfoArgs, opts?: InvokeOptions): Promise<GetApplianceNodeInfoResult>
function getApplianceNodeInfoOutput(args: GetApplianceNodeInfoOutputArgs, opts?: InvokeOptions): Output<GetApplianceNodeInfoResult>def get_appliance_node_info(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[GetApplianceNodeInfoAncestor]] = None,
                            class_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            deployment_size: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            hostname: Optional[str] = None,
                            id: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            node_id: Optional[float] = None,
                            node_ip_v4_config: Optional[GetApplianceNodeInfoNodeIpV4Config] = None,
                            node_ip_v6_config: Optional[GetApplianceNodeInfoNodeIpV6Config] = None,
                            node_type: Optional[str] = None,
                            object_type: Optional[str] = None,
                            operational_status: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetApplianceNodeInfoParent] = None,
                            permission_resources: Optional[Sequence[GetApplianceNodeInfoPermissionResource]] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[GetApplianceNodeInfoTag]] = None,
                            version_context: Optional[GetApplianceNodeInfoVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetApplianceNodeInfoResult
def get_appliance_node_info_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoAncestorArgs]]]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            deployment_size: Optional[pulumi.Input[str]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            hostname: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            node_id: Optional[pulumi.Input[float]] = None,
                            node_ip_v4_config: Optional[pulumi.Input[GetApplianceNodeInfoNodeIpV4ConfigArgs]] = None,
                            node_ip_v6_config: Optional[pulumi.Input[GetApplianceNodeInfoNodeIpV6ConfigArgs]] = None,
                            node_type: Optional[pulumi.Input[str]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            operational_status: Optional[pulumi.Input[str]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetApplianceNodeInfoParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoPermissionResourceArgs]]]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoTagArgs]]]] = None,
                            version_context: Optional[pulumi.Input[GetApplianceNodeInfoVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetApplianceNodeInfoResult]func LookupApplianceNodeInfo(ctx *Context, args *LookupApplianceNodeInfoArgs, opts ...InvokeOption) (*LookupApplianceNodeInfoResult, error)
func LookupApplianceNodeInfoOutput(ctx *Context, args *LookupApplianceNodeInfoOutputArgs, opts ...InvokeOption) LookupApplianceNodeInfoResultOutput> Note: This function is named LookupApplianceNodeInfo in the Go SDK.
public static class GetApplianceNodeInfo 
{
    public static Task<GetApplianceNodeInfoResult> InvokeAsync(GetApplianceNodeInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceNodeInfoResult> Invoke(GetApplianceNodeInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplianceNodeInfoResult> getApplianceNodeInfo(GetApplianceNodeInfoArgs args, InvokeOptions options)
public static Output<GetApplianceNodeInfoResult> getApplianceNodeInfo(GetApplianceNodeInfoArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getApplianceNodeInfo:getApplianceNodeInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Node Info Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeId double
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- NodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- NodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- NodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- ObjectType string
- OperationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners List<string>
- Parent
GetAppliance Node Info Parent 
- PermissionResources List<GetAppliance Node Info Permission Resource> 
- 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.
- 
List<GetAppliance Node Info Tag> 
- VersionContext GetAppliance Node Info Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Node Info Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeId float64
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- NodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- NodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- NodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- ObjectType string
- OperationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners []string
- Parent
GetAppliance Node Info Parent 
- PermissionResources []GetAppliance Node Info Permission Resource 
- 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.
- 
[]GetAppliance Node Info Tag 
- VersionContext GetAppliance Node Info Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Node Info Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeId Double
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- nodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- nodeType String
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType String
- operationalStatus String
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parent
GetAppliance Node Info Parent 
- permissionResources List<GetAppliance Node Info Permission Resource> 
- 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.
- 
List<GetAppliance Node Info Tag> 
- versionContext GetAppliance Node Info Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Node Info Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostname string
- Cluster node's FQDN or IP address.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeId number
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- nodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- nodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType string
- operationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners string[]
- parent
GetAppliance Node Info Parent 
- permissionResources GetAppliance Node Info Permission Resource[] 
- 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.
- 
GetAppliance Node Info Tag[] 
- versionContext GetAppliance Node Info Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance Node Info Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- deployment_size str
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hostname str
- Cluster node's FQDN or IP address.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_id float
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node_ip_ Getv4_ config Appliance Node Info Node Ip V4Config 
- node_ip_ Getv6_ config Appliance Node Info Node Ip V6Config 
- node_type str
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object_type str
- operational_status str
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners Sequence[str]
- parent
GetAppliance Node Info Parent 
- permission_resources Sequence[GetAppliance Node Info Permission Resource] 
- 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.
- 
Sequence[GetAppliance Node Info Tag] 
- version_context GetAppliance Node Info Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeId Number
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp Property MapV4Config 
- nodeIp Property MapV6Config 
- nodeType String
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType String
- operationalStatus String
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- versionContext Property Map
getApplianceNodeInfo Result
The following output properties are available:
- Id string
- Results
List<GetAppliance Node Info Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAppliance Node Info Ancestor> 
- ClassId string
- CreateTime string
- DeploymentSize string
- DomainGroup stringMoid 
- Hostname string
- ModTime string
- Moid string
- NodeId double
- NodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- NodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- NodeType string
- ObjectType string
- OperationalStatus string
- Owners List<string>
- Parent
GetAppliance Node Info Parent 
- PermissionResources List<GetAppliance Node Info Permission Resource> 
- string
- 
List<GetAppliance Node Info Tag> 
- VersionContext GetAppliance Node Info Version Context 
- Id string
- Results
[]GetAppliance Node Info Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAppliance Node Info Ancestor 
- ClassId string
- CreateTime string
- DeploymentSize string
- DomainGroup stringMoid 
- Hostname string
- ModTime string
- Moid string
- NodeId float64
- NodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- NodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- NodeType string
- ObjectType string
- OperationalStatus string
- Owners []string
- Parent
GetAppliance Node Info Parent 
- PermissionResources []GetAppliance Node Info Permission Resource 
- string
- 
[]GetAppliance Node Info Tag 
- VersionContext GetAppliance Node Info Version Context 
- id String
- results
List<GetAppliance Node Info Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAppliance Node Info Ancestor> 
- classId String
- createTime String
- deploymentSize String
- domainGroup StringMoid 
- hostname String
- modTime String
- moid String
- nodeId Double
- nodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- nodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- nodeType String
- objectType String
- operationalStatus String
- owners List<String>
- parent
GetAppliance Node Info Parent 
- permissionResources List<GetAppliance Node Info Permission Resource> 
- String
- 
List<GetAppliance Node Info Tag> 
- versionContext GetAppliance Node Info Version Context 
- id string
- results
GetAppliance Node Info Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetAppliance Node Info Ancestor[] 
- classId string
- createTime string
- deploymentSize string
- domainGroup stringMoid 
- hostname string
- modTime string
- moid string
- nodeId number
- nodeIp GetV4Config Appliance Node Info Node Ip V4Config 
- nodeIp GetV6Config Appliance Node Info Node Ip V6Config 
- nodeType string
- objectType string
- operationalStatus string
- owners string[]
- parent
GetAppliance Node Info Parent 
- permissionResources GetAppliance Node Info Permission Resource[] 
- string
- 
GetAppliance Node Info Tag[] 
- versionContext GetAppliance Node Info Version Context 
- id str
- results
Sequence[GetAppliance Node Info Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAppliance Node Info Ancestor] 
- class_id str
- create_time str
- deployment_size str
- domain_group_ strmoid 
- hostname str
- mod_time str
- moid str
- node_id float
- node_ip_ Getv4_ config Appliance Node Info Node Ip V4Config 
- node_ip_ Getv6_ config Appliance Node Info Node Ip V6Config 
- node_type str
- object_type str
- operational_status str
- owners Sequence[str]
- parent
GetAppliance Node Info Parent 
- permission_resources Sequence[GetAppliance Node Info Permission Resource] 
- str
- 
Sequence[GetAppliance Node Info Tag] 
- version_context GetAppliance Node Info Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- deploymentSize String
- domainGroup StringMoid 
- hostname String
- modTime String
- moid String
- nodeId Number
- nodeIp Property MapV4Config 
- nodeIp Property MapV6Config 
- nodeType String
- objectType String
- operationalStatus String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetApplianceNodeInfoAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceNodeInfoNodeIpV4Config      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv4 address of the default gateway.
- IpAddress string
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- Netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv4 address of the default gateway.
- IpAddress string
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- Netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv4 address of the default gateway.
- ipAddress String
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask String
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- The IPv4 address of the default gateway.
- ipAddress string
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway str
- The IPv4 address of the default gateway.
- ip_address str
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask str
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv4 address of the default gateway.
- ipAddress String
- The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask String
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetApplianceNodeInfoNodeIpV6Config      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv6 address of the default gateway.
- IpAddress string
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv6 address of the default gateway.
- IpAddress string
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv6 address of the default gateway.
- ipAddress String
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix String
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- The IPv6 address of the default gateway.
- ipAddress string
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- 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.
- gateway str
- The IPv6 address of the default gateway.
- ip_address str
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix str
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv6 address of the default gateway.
- ipAddress String
- The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix String
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
GetApplianceNodeInfoParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceNodeInfoPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceNodeInfoResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Node Info Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeId double
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- NodeIp List<GetV4Configs Appliance Node Info Result Node Ip V4Config> 
- NodeIp List<GetV6Configs Appliance Node Info Result Node Ip V6Config> 
- NodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- ObjectType string
- OperationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners List<string>
- Parents
List<GetAppliance Node Info Result Parent> 
- PermissionResources List<GetAppliance Node Info Result Permission Resource> 
- 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.
- 
List<GetAppliance Node Info Result Tag> 
- VersionContexts List<GetAppliance Node Info Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Node Info Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeId float64
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- NodeIp []GetV4Configs Appliance Node Info Result Node Ip V4Config 
- NodeIp []GetV6Configs Appliance Node Info Result Node Ip V6Config 
- NodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- ObjectType string
- OperationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners []string
- Parents
[]GetAppliance Node Info Result Parent 
- PermissionResources []GetAppliance Node Info Result Permission Resource 
- 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.
- 
[]GetAppliance Node Info Result Tag 
- VersionContexts []GetAppliance Node Info Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Node Info Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeId Double
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp List<GetV4Configs Appliance Node Info Result Node Ip V4Config> 
- nodeIp List<GetV6Configs Appliance Node Info Result Node Ip V6Config> 
- nodeType String
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType String
- operationalStatus String
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parents
List<GetAppliance Node Info Result Parent> 
- permissionResources List<GetAppliance Node Info Result Permission Resource> 
- 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.
- 
List<GetAppliance Node Info Result Tag> 
- versionContexts List<GetAppliance Node Info Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Node Info Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deploymentSize string
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hostname string
- Cluster node's FQDN or IP address.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeId number
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp GetV4Configs Appliance Node Info Result Node Ip V4Config[] 
- nodeIp GetV6Configs Appliance Node Info Result Node Ip V6Config[] 
- nodeType string
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType string
- operationalStatus string
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners string[]
- parents
GetAppliance Node Info Result Parent[] 
- permissionResources GetAppliance Node Info Result Permission Resource[] 
- 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.
- 
GetAppliance Node Info Result Tag[] 
- versionContexts GetAppliance Node Info Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance Node Info Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- deployment_size str
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- hostname str
- Cluster node's FQDN or IP address.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_id float
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node_ip_ Sequence[Getv4_ configs Appliance Node Info Result Node Ip V4Config] 
- node_ip_ Sequence[Getv6_ configs Appliance Node Info Result Node Ip V6Config] 
- node_type str
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- object_type str
- operational_status str
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners Sequence[str]
- parents
Sequence[GetAppliance Node Info Result Parent] 
- permission_resources Sequence[GetAppliance Node Info Result Permission Resource] 
- 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.
- 
Sequence[GetAppliance Node Info Result Tag] 
- version_contexts Sequence[GetAppliance Node Info Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeId Number
- System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- nodeIp List<Property Map>V4Configs 
- nodeIp List<Property Map>V6Configs 
- nodeType String
- The node type of Intersight Virtual Appliance.* standalone- Single Node Intersight Virtual Appliance.*management- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics- Metrics node when Intersight Virtual Appliance is running management-metrics node.
- objectType String
- operationalStatus String
- Operational status of the Intersight Appliance node.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- 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.
- List<Property Map>
- versionContexts List<Property Map>
GetApplianceNodeInfoResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceNodeInfoResultNodeIpV4Config       
- AdditionalProperties string
- ClassId string
- Gateway string
- IpAddress string
- Netmask string
- ObjectType string
- AdditionalProperties string
- ClassId string
- Gateway string
- IpAddress string
- Netmask string
- ObjectType string
- additionalProperties String
- classId String
- gateway String
- ipAddress String
- netmask String
- objectType String
- additionalProperties string
- classId string
- gateway string
- ipAddress string
- netmask string
- objectType string
- additional_properties str
- class_id str
- gateway str
- ip_address str
- netmask str
- object_type str
- additionalProperties String
- classId String
- gateway String
- ipAddress String
- netmask String
- objectType String
GetApplianceNodeInfoResultNodeIpV6Config       
- AdditionalProperties string
- ClassId string
- Gateway string
- IpAddress string
- ObjectType string
- Prefix string
- AdditionalProperties string
- ClassId string
- Gateway string
- IpAddress string
- ObjectType string
- Prefix string
- additionalProperties String
- classId String
- gateway String
- ipAddress String
- objectType String
- prefix String
- additionalProperties string
- classId string
- gateway string
- ipAddress string
- objectType string
- prefix string
- additional_properties str
- class_id str
- gateway str
- ip_address str
- object_type str
- prefix str
- additionalProperties String
- classId String
- gateway String
- ipAddress String
- objectType String
- prefix String
GetApplianceNodeInfoResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceNodeInfoResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceNodeInfoResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetApplianceNodeInfoResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetAppliance Node Info Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetAppliance Node Info Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetApplianceNodeInfoResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceNodeInfoResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetApplianceNodeInfoTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceNodeInfoVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetAppliance Node Info Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAppliance Node Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetAppliance Node Info Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAppliance Node Info Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetAppliance Node Info Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAppliance Node Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetAppliance Node Info Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAppliance Node Info Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetAppliance Node Info 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 GetAppliance Node Info 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetApplianceNodeInfoVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceNodeInfoVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- 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.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet