intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
intersight.getApplianceClusterInfo
intersight 1.0.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
ClusterInfo model is used for a peer appliance to create a cluster with an existing, fully configured appliance.
Using getApplianceClusterInfo
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 getApplianceClusterInfo(args: GetApplianceClusterInfoArgs, opts?: InvokeOptions): Promise<GetApplianceClusterInfoResult>
function getApplianceClusterInfoOutput(args: GetApplianceClusterInfoOutputArgs, opts?: InvokeOptions): Output<GetApplianceClusterInfoResult>def get_appliance_cluster_info(account: Optional[GetApplianceClusterInfoAccount] = None,
                               account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[GetApplianceClusterInfoAncestor]] = None,
                               build_type: Optional[str] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               deployment_size: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               gateway: Optional[str] = None,
                               hostip: Optional[str] = None,
                               hostname: Optional[str] = None,
                               id: Optional[str] = None,
                               installer_version: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               node_id: Optional[float] = None,
                               node_type: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetApplianceClusterInfoParent] = None,
                               partition_database: Optional[float] = None,
                               partition_file_cisco: Optional[float] = None,
                               partition_opt_data: Optional[float] = None,
                               partition_opt_kafka: Optional[float] = None,
                               partition_opt_mongo: Optional[float] = None,
                               partition_var_lib_docker: Optional[float] = None,
                               partition_var_log: Optional[float] = None,
                               peerkey: Optional[str] = None,
                               permission_resources: Optional[Sequence[GetApplianceClusterInfoPermissionResource]] = None,
                               responsekey: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               status: Optional[str] = None,
                               subnetmask: Optional[str] = None,
                               tags: Optional[Sequence[GetApplianceClusterInfoTag]] = None,
                               uuid: Optional[str] = None,
                               version_context: Optional[GetApplianceClusterInfoVersionContext] = None,
                               opts: Optional[InvokeOptions] = None) -> GetApplianceClusterInfoResult
def get_appliance_cluster_info_output(account: Optional[pulumi.Input[GetApplianceClusterInfoAccountArgs]] = None,
                               account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInfoAncestorArgs]]]] = None,
                               build_type: Optional[pulumi.Input[str]] = 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,
                               gateway: Optional[pulumi.Input[str]] = None,
                               hostip: Optional[pulumi.Input[str]] = None,
                               hostname: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               installer_version: 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_type: Optional[pulumi.Input[str]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetApplianceClusterInfoParentArgs]] = None,
                               partition_database: Optional[pulumi.Input[float]] = None,
                               partition_file_cisco: Optional[pulumi.Input[float]] = None,
                               partition_opt_data: Optional[pulumi.Input[float]] = None,
                               partition_opt_kafka: Optional[pulumi.Input[float]] = None,
                               partition_opt_mongo: Optional[pulumi.Input[float]] = None,
                               partition_var_lib_docker: Optional[pulumi.Input[float]] = None,
                               partition_var_log: Optional[pulumi.Input[float]] = None,
                               peerkey: Optional[pulumi.Input[str]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInfoPermissionResourceArgs]]]] = None,
                               responsekey: Optional[pulumi.Input[str]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               status: Optional[pulumi.Input[str]] = None,
                               subnetmask: Optional[pulumi.Input[str]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInfoTagArgs]]]] = None,
                               uuid: Optional[pulumi.Input[str]] = None,
                               version_context: Optional[pulumi.Input[GetApplianceClusterInfoVersionContextArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetApplianceClusterInfoResult]func LookupApplianceClusterInfo(ctx *Context, args *LookupApplianceClusterInfoArgs, opts ...InvokeOption) (*LookupApplianceClusterInfoResult, error)
func LookupApplianceClusterInfoOutput(ctx *Context, args *LookupApplianceClusterInfoOutputArgs, opts ...InvokeOption) LookupApplianceClusterInfoResultOutput> Note: This function is named LookupApplianceClusterInfo in the Go SDK.
public static class GetApplianceClusterInfo 
{
    public static Task<GetApplianceClusterInfoResult> InvokeAsync(GetApplianceClusterInfoArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceClusterInfoResult> Invoke(GetApplianceClusterInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplianceClusterInfoResult> getApplianceClusterInfo(GetApplianceClusterInfoArgs args, InvokeOptions options)
public static Output<GetApplianceClusterInfoResult> getApplianceClusterInfo(GetApplianceClusterInfoArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getApplianceClusterInfo:getApplianceClusterInfo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
GetAppliance Cluster Info Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Cluster Info Ancestor> 
- BuildType string
- The build type of the Intersight Virtual Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- The deployment size of the node requiring to join cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Gateway string
- Default gateway configured on the peer node.
- Hostip string
- Publicly accessible IP of the peer node.
- Hostname string
- Publicly accessible FQDN of the peer node.
- Id string
- InstallerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- Owners List<string>
- Parent
GetAppliance Cluster Info Parent 
- PartitionDatabase double
- The partition size for /opt/database of this node.
- PartitionFile doubleCisco 
- The partition size for /Cisco of this node.
- PartitionOpt doubleData 
- The partition size for /opt/cisco/data of this node.
- PartitionOpt doubleKafka 
- The partition size for /opt/kafka of this node.
- PartitionOpt doubleMongo 
- The partition size for /opt/mongodb of this node.
- PartitionVar doubleLib Docker 
- The partition size for /var/lib/docker of this node.
- PartitionVar doubleLog 
- The partition size for /var of this node.
- Peerkey string
- The public key of peer host.
- PermissionResources List<GetAppliance Cluster Info Permission Resource> 
- Responsekey string
- Public key returned to the client.
- 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.
- Status string
- The status of the cluster join process.* 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.
- Subnetmask string
- Subnet Mask of the peer node.
- 
List<GetAppliance Cluster Info Tag> 
- Uuid string
- The UUID of the peer appliance.
- VersionContext GetAppliance Cluster Info Version Context 
- Account
GetAppliance Cluster Info Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Cluster Info Ancestor 
- BuildType string
- The build type of the Intersight Virtual Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- The deployment size of the node requiring to join cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Gateway string
- Default gateway configured on the peer node.
- Hostip string
- Publicly accessible IP of the peer node.
- Hostname string
- Publicly accessible FQDN of the peer node.
- Id string
- InstallerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- Owners []string
- Parent
GetAppliance Cluster Info Parent 
- PartitionDatabase float64
- The partition size for /opt/database of this node.
- PartitionFile float64Cisco 
- The partition size for /Cisco of this node.
- PartitionOpt float64Data 
- The partition size for /opt/cisco/data of this node.
- PartitionOpt float64Kafka 
- The partition size for /opt/kafka of this node.
- PartitionOpt float64Mongo 
- The partition size for /opt/mongodb of this node.
- PartitionVar float64Lib Docker 
- The partition size for /var/lib/docker of this node.
- PartitionVar float64Log 
- The partition size for /var of this node.
- Peerkey string
- The public key of peer host.
- PermissionResources []GetAppliance Cluster Info Permission Resource 
- Responsekey string
- Public key returned to the client.
- 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.
- Status string
- The status of the cluster join process.* 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.
- Subnetmask string
- Subnet Mask of the peer node.
- 
[]GetAppliance Cluster Info Tag 
- Uuid string
- The UUID of the peer appliance.
- VersionContext GetAppliance Cluster Info Version Context 
- account
GetAppliance Cluster Info Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Cluster Info Ancestor> 
- buildType String
- The build type of the Intersight Virtual Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- The deployment size of the node requiring to join cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- gateway String
- Default gateway configured on the peer node.
- hostip String
- Publicly accessible IP of the peer node.
- hostname String
- Publicly accessible FQDN of the peer node.
- id String
- installerVersion String
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners List<String>
- parent
GetAppliance Cluster Info Parent 
- partitionDatabase Double
- The partition size for /opt/database of this node.
- partitionFile DoubleCisco 
- The partition size for /Cisco of this node.
- partitionOpt DoubleData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt DoubleKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt DoubleMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar DoubleLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar DoubleLog 
- The partition size for /var of this node.
- peerkey String
- The public key of peer host.
- permissionResources List<GetAppliance Cluster Info Permission Resource> 
- responsekey String
- Public key returned to the client.
- 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.
- status String
- The status of the cluster join process.* 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.
- subnetmask String
- Subnet Mask of the peer node.
- 
List<GetAppliance Cluster Info Tag> 
- uuid String
- The UUID of the peer appliance.
- versionContext GetAppliance Cluster Info Version Context 
- account
GetAppliance Cluster Info Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Cluster Info Ancestor[] 
- buildType string
- The build type of the Intersight Virtual Appliance.
- classId string
- createTime string
- The time when this managed object was created.
- deploymentSize string
- The deployment size of the node requiring to join cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- gateway string
- Default gateway configured on the peer node.
- hostip string
- Publicly accessible IP of the peer node.
- hostname string
- Publicly accessible FQDN of the peer node.
- id string
- installerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners string[]
- parent
GetAppliance Cluster Info Parent 
- partitionDatabase number
- The partition size for /opt/database of this node.
- partitionFile numberCisco 
- The partition size for /Cisco of this node.
- partitionOpt numberData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt numberKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt numberMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar numberLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar numberLog 
- The partition size for /var of this node.
- peerkey string
- The public key of peer host.
- permissionResources GetAppliance Cluster Info Permission Resource[] 
- responsekey string
- Public key returned to the client.
- 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.
- status string
- The status of the cluster join process.* 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.
- subnetmask string
- Subnet Mask of the peer node.
- 
GetAppliance Cluster Info Tag[] 
- uuid string
- The UUID of the peer appliance.
- versionContext GetAppliance Cluster Info Version Context 
- account
GetAppliance Cluster Info Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance Cluster Info Ancestor] 
- build_type str
- The build type of the Intersight Virtual Appliance.
- class_id str
- create_time str
- The time when this managed object was created.
- deployment_size str
- The deployment size of the node requiring to join cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- gateway str
- Default gateway configured on the peer node.
- hostip str
- Publicly accessible IP of the peer node.
- hostname str
- Publicly accessible FQDN of the peer node.
- id str
- installer_version str
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners Sequence[str]
- parent
GetAppliance Cluster Info Parent 
- partition_database float
- The partition size for /opt/database of this node.
- partition_file_ floatcisco 
- The partition size for /Cisco of this node.
- partition_opt_ floatdata 
- The partition size for /opt/cisco/data of this node.
- partition_opt_ floatkafka 
- The partition size for /opt/kafka of this node.
- partition_opt_ floatmongo 
- The partition size for /opt/mongodb of this node.
- partition_var_ floatlib_ docker 
- The partition size for /var/lib/docker of this node.
- partition_var_ floatlog 
- The partition size for /var of this node.
- peerkey str
- The public key of peer host.
- permission_resources Sequence[GetAppliance Cluster Info Permission Resource] 
- responsekey str
- Public key returned to the client.
- 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.
- status str
- The status of the cluster join process.* 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.
- subnetmask str
- Subnet Mask of the peer node.
- 
Sequence[GetAppliance Cluster Info Tag] 
- uuid str
- The UUID of the peer appliance.
- version_context GetAppliance Cluster Info Version Context 
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- buildType String
- The build type of the Intersight Virtual Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- The deployment size of the node requiring to join cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- gateway String
- Default gateway configured on the peer node.
- hostip String
- Publicly accessible IP of the peer node.
- hostname String
- Publicly accessible FQDN of the peer node.
- id String
- installerVersion String
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners List<String>
- parent Property Map
- partitionDatabase Number
- The partition size for /opt/database of this node.
- partitionFile NumberCisco 
- The partition size for /Cisco of this node.
- partitionOpt NumberData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt NumberKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt NumberMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar NumberLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar NumberLog 
- The partition size for /var of this node.
- peerkey String
- The public key of peer host.
- permissionResources List<Property Map>
- responsekey String
- Public key returned to the client.
- 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.
- status String
- The status of the cluster join process.* 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.
- subnetmask String
- Subnet Mask of the peer node.
- List<Property Map>
- uuid String
- The UUID of the peer appliance.
- versionContext Property Map
getApplianceClusterInfo Result
The following output properties are available:
- Id string
- Results
List<GetAppliance Cluster Info Result> 
- Account
GetAppliance Cluster Info Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAppliance Cluster Info Ancestor> 
- BuildType string
- ClassId string
- CreateTime string
- DeploymentSize string
- DomainGroup stringMoid 
- Gateway string
- Hostip string
- Hostname string
- InstallerVersion string
- ModTime string
- Moid string
- NodeId double
- NodeType string
- ObjectType string
- Owners List<string>
- Parent
GetAppliance Cluster Info Parent 
- PartitionDatabase double
- PartitionFile doubleCisco 
- PartitionOpt doubleData 
- PartitionOpt doubleKafka 
- PartitionOpt doubleMongo 
- PartitionVar doubleLib Docker 
- PartitionVar doubleLog 
- Peerkey string
- PermissionResources List<GetAppliance Cluster Info Permission Resource> 
- Responsekey string
- string
- Status string
- Subnetmask string
- 
List<GetAppliance Cluster Info Tag> 
- Uuid string
- VersionContext GetAppliance Cluster Info Version Context 
- Id string
- Results
[]GetAppliance Cluster Info Result 
- Account
GetAppliance Cluster Info Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAppliance Cluster Info Ancestor 
- BuildType string
- ClassId string
- CreateTime string
- DeploymentSize string
- DomainGroup stringMoid 
- Gateway string
- Hostip string
- Hostname string
- InstallerVersion string
- ModTime string
- Moid string
- NodeId float64
- NodeType string
- ObjectType string
- Owners []string
- Parent
GetAppliance Cluster Info Parent 
- PartitionDatabase float64
- PartitionFile float64Cisco 
- PartitionOpt float64Data 
- PartitionOpt float64Kafka 
- PartitionOpt float64Mongo 
- PartitionVar float64Lib Docker 
- PartitionVar float64Log 
- Peerkey string
- PermissionResources []GetAppliance Cluster Info Permission Resource 
- Responsekey string
- string
- Status string
- Subnetmask string
- 
[]GetAppliance Cluster Info Tag 
- Uuid string
- VersionContext GetAppliance Cluster Info Version Context 
- id String
- results
List<GetAppliance Cluster Info Result> 
- account
GetAppliance Cluster Info Account 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAppliance Cluster Info Ancestor> 
- buildType String
- classId String
- createTime String
- deploymentSize String
- domainGroup StringMoid 
- gateway String
- hostip String
- hostname String
- installerVersion String
- modTime String
- moid String
- nodeId Double
- nodeType String
- objectType String
- owners List<String>
- parent
GetAppliance Cluster Info Parent 
- partitionDatabase Double
- partitionFile DoubleCisco 
- partitionOpt DoubleData 
- partitionOpt DoubleKafka 
- partitionOpt DoubleMongo 
- partitionVar DoubleLib Docker 
- partitionVar DoubleLog 
- peerkey String
- permissionResources List<GetAppliance Cluster Info Permission Resource> 
- responsekey String
- String
- status String
- subnetmask String
- 
List<GetAppliance Cluster Info Tag> 
- uuid String
- versionContext GetAppliance Cluster Info Version Context 
- id string
- results
GetAppliance Cluster Info Result[] 
- account
GetAppliance Cluster Info Account 
- accountMoid string
- additionalProperties string
- ancestors
GetAppliance Cluster Info Ancestor[] 
- buildType string
- classId string
- createTime string
- deploymentSize string
- domainGroup stringMoid 
- gateway string
- hostip string
- hostname string
- installerVersion string
- modTime string
- moid string
- nodeId number
- nodeType string
- objectType string
- owners string[]
- parent
GetAppliance Cluster Info Parent 
- partitionDatabase number
- partitionFile numberCisco 
- partitionOpt numberData 
- partitionOpt numberKafka 
- partitionOpt numberMongo 
- partitionVar numberLib Docker 
- partitionVar numberLog 
- peerkey string
- permissionResources GetAppliance Cluster Info Permission Resource[] 
- responsekey string
- string
- status string
- subnetmask string
- 
GetAppliance Cluster Info Tag[] 
- uuid string
- versionContext GetAppliance Cluster Info Version Context 
- id str
- results
Sequence[GetAppliance Cluster Info Result] 
- account
GetAppliance Cluster Info Account 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAppliance Cluster Info Ancestor] 
- build_type str
- class_id str
- create_time str
- deployment_size str
- domain_group_ strmoid 
- gateway str
- hostip str
- hostname str
- installer_version str
- mod_time str
- moid str
- node_id float
- node_type str
- object_type str
- owners Sequence[str]
- parent
GetAppliance Cluster Info Parent 
- partition_database float
- partition_file_ floatcisco 
- partition_opt_ floatdata 
- partition_opt_ floatkafka 
- partition_opt_ floatmongo 
- partition_var_ floatlib_ docker 
- partition_var_ floatlog 
- peerkey str
- permission_resources Sequence[GetAppliance Cluster Info Permission Resource] 
- responsekey str
- str
- status str
- subnetmask str
- 
Sequence[GetAppliance Cluster Info Tag] 
- uuid str
- version_context GetAppliance Cluster Info Version Context 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- buildType String
- classId String
- createTime String
- deploymentSize String
- domainGroup StringMoid 
- gateway String
- hostip String
- hostname String
- installerVersion String
- modTime String
- moid String
- nodeId Number
- nodeType String
- objectType String
- owners List<String>
- parent Property Map
- partitionDatabase Number
- partitionFile NumberCisco 
- partitionOpt NumberData 
- partitionOpt NumberKafka 
- partitionOpt NumberMongo 
- partitionVar NumberLib Docker 
- partitionVar NumberLog 
- peerkey String
- permissionResources List<Property Map>
- responsekey String
- String
- status String
- subnetmask String
- List<Property Map>
- uuid String
- versionContext Property Map
Supporting Types
GetApplianceClusterInfoAccount    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoResult    
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetAppliance Cluster Info Result Account> 
- AdditionalProperties string
- Ancestors
List<GetAppliance Cluster Info Result Ancestor> 
- BuildType string
- The build type of the Intersight Virtual Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- The deployment size of the node requiring to join cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Gateway string
- Default gateway configured on the peer node.
- Hostip string
- Publicly accessible IP of the peer node.
- Hostname string
- Publicly accessible FQDN of the peer node.
- InstallerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- Owners List<string>
- Parents
List<GetAppliance Cluster Info Result Parent> 
- PartitionDatabase double
- The partition size for /opt/database of this node.
- PartitionFile doubleCisco 
- The partition size for /Cisco of this node.
- PartitionOpt doubleData 
- The partition size for /opt/cisco/data of this node.
- PartitionOpt doubleKafka 
- The partition size for /opt/kafka of this node.
- PartitionOpt doubleMongo 
- The partition size for /opt/mongodb of this node.
- PartitionVar doubleLib Docker 
- The partition size for /var/lib/docker of this node.
- PartitionVar doubleLog 
- The partition size for /var of this node.
- Peerkey string
- The public key of peer host.
- PermissionResources List<GetAppliance Cluster Info Result Permission Resource> 
- Responsekey string
- Public key returned to the client.
- 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.
- Status string
- The status of the cluster join process.* 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.
- Subnetmask string
- Subnet Mask of the peer node.
- 
List<GetAppliance Cluster Info Result Tag> 
- Uuid string
- The UUID of the peer appliance.
- VersionContexts List<GetAppliance Cluster Info Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetAppliance Cluster Info Result Account 
- AdditionalProperties string
- Ancestors
[]GetAppliance Cluster Info Result Ancestor 
- BuildType string
- The build type of the Intersight Virtual Appliance.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DeploymentSize string
- The deployment size of the node requiring to join cluster.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Gateway string
- Default gateway configured on the peer node.
- Hostip string
- Publicly accessible IP of the peer node.
- Hostname string
- Publicly accessible FQDN of the peer node.
- InstallerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- Owners []string
- Parents
[]GetAppliance Cluster Info Result Parent 
- PartitionDatabase float64
- The partition size for /opt/database of this node.
- PartitionFile float64Cisco 
- The partition size for /Cisco of this node.
- PartitionOpt float64Data 
- The partition size for /opt/cisco/data of this node.
- PartitionOpt float64Kafka 
- The partition size for /opt/kafka of this node.
- PartitionOpt float64Mongo 
- The partition size for /opt/mongodb of this node.
- PartitionVar float64Lib Docker 
- The partition size for /var/lib/docker of this node.
- PartitionVar float64Log 
- The partition size for /var of this node.
- Peerkey string
- The public key of peer host.
- PermissionResources []GetAppliance Cluster Info Result Permission Resource 
- Responsekey string
- Public key returned to the client.
- 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.
- Status string
- The status of the cluster join process.* 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.
- Subnetmask string
- Subnet Mask of the peer node.
- 
[]GetAppliance Cluster Info Result Tag 
- Uuid string
- The UUID of the peer appliance.
- VersionContexts []GetAppliance Cluster Info Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetAppliance Cluster Info Result Account> 
- additionalProperties String
- ancestors
List<GetAppliance Cluster Info Result Ancestor> 
- buildType String
- The build type of the Intersight Virtual Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- The deployment size of the node requiring to join cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- gateway String
- Default gateway configured on the peer node.
- hostip String
- Publicly accessible IP of the peer node.
- hostname String
- Publicly accessible FQDN of the peer node.
- installerVersion String
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners List<String>
- parents
List<GetAppliance Cluster Info Result Parent> 
- partitionDatabase Double
- The partition size for /opt/database of this node.
- partitionFile DoubleCisco 
- The partition size for /Cisco of this node.
- partitionOpt DoubleData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt DoubleKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt DoubleMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar DoubleLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar DoubleLog 
- The partition size for /var of this node.
- peerkey String
- The public key of peer host.
- permissionResources List<GetAppliance Cluster Info Result Permission Resource> 
- responsekey String
- Public key returned to the client.
- 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.
- status String
- The status of the cluster join process.* 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.
- subnetmask String
- Subnet Mask of the peer node.
- 
List<GetAppliance Cluster Info Result Tag> 
- uuid String
- The UUID of the peer appliance.
- versionContexts List<GetAppliance Cluster Info Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- accounts
GetAppliance Cluster Info Result Account[] 
- additionalProperties string
- ancestors
GetAppliance Cluster Info Result Ancestor[] 
- buildType string
- The build type of the Intersight Virtual Appliance.
- classId string
- createTime string
- The time when this managed object was created.
- deploymentSize string
- The deployment size of the node requiring to join cluster.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- gateway string
- Default gateway configured on the peer node.
- hostip string
- Publicly accessible IP of the peer node.
- hostname string
- Publicly accessible FQDN of the peer node.
- installerVersion string
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners string[]
- parents
GetAppliance Cluster Info Result Parent[] 
- partitionDatabase number
- The partition size for /opt/database of this node.
- partitionFile numberCisco 
- The partition size for /Cisco of this node.
- partitionOpt numberData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt numberKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt numberMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar numberLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar numberLog 
- The partition size for /var of this node.
- peerkey string
- The public key of peer host.
- permissionResources GetAppliance Cluster Info Result Permission Resource[] 
- responsekey string
- Public key returned to the client.
- 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.
- status string
- The status of the cluster join process.* 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.
- subnetmask string
- Subnet Mask of the peer node.
- 
GetAppliance Cluster Info Result Tag[] 
- uuid string
- The UUID of the peer appliance.
- versionContexts GetAppliance Cluster Info Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetAppliance Cluster Info Result Account] 
- additional_properties str
- ancestors
Sequence[GetAppliance Cluster Info Result Ancestor] 
- build_type str
- The build type of the Intersight Virtual Appliance.
- class_id str
- create_time str
- The time when this managed object was created.
- deployment_size str
- The deployment size of the node requiring to join cluster.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- gateway str
- Default gateway configured on the peer node.
- hostip str
- Publicly accessible IP of the peer node.
- hostname str
- Publicly accessible FQDN of the peer node.
- installer_version str
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners Sequence[str]
- parents
Sequence[GetAppliance Cluster Info Result Parent] 
- partition_database float
- The partition size for /opt/database of this node.
- partition_file_ floatcisco 
- The partition size for /Cisco of this node.
- partition_opt_ floatdata 
- The partition size for /opt/cisco/data of this node.
- partition_opt_ floatkafka 
- The partition size for /opt/kafka of this node.
- partition_opt_ floatmongo 
- The partition size for /opt/mongodb of this node.
- partition_var_ floatlib_ docker 
- The partition size for /var/lib/docker of this node.
- partition_var_ floatlog 
- The partition size for /var of this node.
- peerkey str
- The public key of peer host.
- permission_resources Sequence[GetAppliance Cluster Info Result Permission Resource] 
- responsekey str
- Public key returned to the client.
- 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.
- status str
- The status of the cluster join process.* 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.
- subnetmask str
- Subnet Mask of the peer node.
- 
Sequence[GetAppliance Cluster Info Result Tag] 
- uuid str
- The UUID of the peer appliance.
- version_contexts Sequence[GetAppliance Cluster Info Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- buildType String
- The build type of the Intersight Virtual Appliance.
- classId String
- createTime String
- The time when this managed object was created.
- deploymentSize String
- The deployment size of the node requiring to join cluster.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- gateway String
- Default gateway configured on the peer node.
- hostip String
- Publicly accessible IP of the peer node.
- hostname String
- Publicly accessible FQDN of the peer node.
- installerVersion String
- Installer version used to install on peer node.
- 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 starting with a value of 0.
- 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
- owners List<String>
- parents List<Property Map>
- partitionDatabase Number
- The partition size for /opt/database of this node.
- partitionFile NumberCisco 
- The partition size for /Cisco of this node.
- partitionOpt NumberData 
- The partition size for /opt/cisco/data of this node.
- partitionOpt NumberKafka 
- The partition size for /opt/kafka of this node.
- partitionOpt NumberMongo 
- The partition size for /opt/mongodb of this node.
- partitionVar NumberLib Docker 
- The partition size for /var/lib/docker of this node.
- partitionVar NumberLog 
- The partition size for /var of this node.
- peerkey String
- The public key of peer host.
- permissionResources List<Property Map>
- responsekey String
- Public key returned to the client.
- 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.
- status String
- The status of the cluster join process.* 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.
- subnetmask String
- Subnet Mask of the peer node.
- List<Property Map>
- uuid String
- The UUID of the peer appliance.
- versionContexts List<Property Map>
GetApplianceClusterInfoResultAccount     
- 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
GetApplianceClusterInfoResultAncestor     
- 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
GetApplianceClusterInfoResultParent     
- 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
GetApplianceClusterInfoResultPermissionResource      
- 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
GetApplianceClusterInfoResultTag     
- additionalProperties String
- ancestorDefinitions List<Property Map>
- definitions List<Property Map>
- key String
- propagated Boolean
- type String
- value String
GetApplianceClusterInfoResultTagAncestorDefinition       
- 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
GetApplianceClusterInfoResultTagDefinition      
- 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
GetApplianceClusterInfoResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetApplianceClusterInfoResultVersionContextInterestedMo        
- 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
GetApplianceClusterInfoResultVersionContextRefMo        
- 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
GetApplianceClusterInfoTag    
- AdditionalProperties string
- AncestorDefinitions List<GetAppliance Cluster Info Tag Ancestor Definition> 
- Definition
GetAppliance Cluster Info Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- AncestorDefinitions []GetAppliance Cluster Info Tag Ancestor Definition 
- Definition
GetAppliance Cluster Info Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- Value string
- The string representation of a tag value.
- additionalProperties String
- ancestorDefinitions List<GetAppliance Cluster Info Tag Ancestor Definition> 
- definition
GetAppliance Cluster Info Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value String
- The string representation of a tag value.
- additionalProperties string
- ancestorDefinitions GetAppliance Cluster Info Tag Ancestor Definition[] 
- definition
GetAppliance Cluster Info Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value string
- The string representation of a tag value.
- additional_properties str
- ancestor_definitions Sequence[GetAppliance Cluster Info Tag Ancestor Definition] 
- definition
GetAppliance Cluster Info Tag Definition 
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value str
- The string representation of a tag value.
- additionalProperties String
- ancestorDefinitions List<Property Map>
- definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.- KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.
- PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
 
- value String
- The string representation of a tag value.
GetApplianceClusterInfoTagAncestorDefinition      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoTagDefinition     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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 Cluster 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.
 
GetApplianceClusterInfoVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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'.
 
GetApplianceClusterInfoVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- 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.70 published on Wednesday, Oct 8, 2025 by ciscodevnet
