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

intersight.getApplianceClusterInfo

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    Account GetApplianceClusterInfoAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetApplianceClusterInfoAncestor>
    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.
    DomainGroupMoid string
    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 GetApplianceClusterInfoParent
    PartitionDatabase double
    The partition size for /opt/database of this node.
    PartitionFileCisco double
    The partition size for /Cisco of this node.
    PartitionOptData double
    The partition size for /opt/cisco/data of this node.
    PartitionOptKafka double
    The partition size for /opt/kafka of this node.
    PartitionOptMongo double
    The partition size for /opt/mongodb of this node.
    PartitionVarLibDocker double
    The partition size for /var/lib/docker of this node.
    PartitionVarLog double
    The partition size for /var of this node.
    Peerkey string
    The public key of peer host.
    PermissionResources List<GetApplianceClusterInfoPermissionResource>
    Responsekey string
    Public key returned to the client.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Tags List<GetApplianceClusterInfoTag>
    Uuid string
    The UUID of the peer appliance.
    VersionContext GetApplianceClusterInfoVersionContext
    Account GetApplianceClusterInfoAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetApplianceClusterInfoAncestor
    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.
    DomainGroupMoid string
    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 GetApplianceClusterInfoParent
    PartitionDatabase float64
    The partition size for /opt/database of this node.
    PartitionFileCisco float64
    The partition size for /Cisco of this node.
    PartitionOptData float64
    The partition size for /opt/cisco/data of this node.
    PartitionOptKafka float64
    The partition size for /opt/kafka of this node.
    PartitionOptMongo float64
    The partition size for /opt/mongodb of this node.
    PartitionVarLibDocker float64
    The partition size for /var/lib/docker of this node.
    PartitionVarLog float64
    The partition size for /var of this node.
    Peerkey string
    The public key of peer host.
    PermissionResources []GetApplianceClusterInfoPermissionResource
    Responsekey string
    Public key returned to the client.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Tags []GetApplianceClusterInfoTag
    Uuid string
    The UUID of the peer appliance.
    VersionContext GetApplianceClusterInfoVersionContext
    account GetApplianceClusterInfoAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetApplianceClusterInfoAncestor>
    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.
    domainGroupMoid String
    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 GetApplianceClusterInfoParent
    partitionDatabase Double
    The partition size for /opt/database of this node.
    partitionFileCisco Double
    The partition size for /Cisco of this node.
    partitionOptData Double
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka Double
    The partition size for /opt/kafka of this node.
    partitionOptMongo Double
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker Double
    The partition size for /var/lib/docker of this node.
    partitionVarLog Double
    The partition size for /var of this node.
    peerkey String
    The public key of peer host.
    permissionResources List<GetApplianceClusterInfoPermissionResource>
    responsekey String
    Public key returned to the client.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags List<GetApplianceClusterInfoTag>
    uuid String
    The UUID of the peer appliance.
    versionContext GetApplianceClusterInfoVersionContext
    account GetApplianceClusterInfoAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetApplianceClusterInfoAncestor[]
    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.
    domainGroupMoid string
    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 GetApplianceClusterInfoParent
    partitionDatabase number
    The partition size for /opt/database of this node.
    partitionFileCisco number
    The partition size for /Cisco of this node.
    partitionOptData number
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka number
    The partition size for /opt/kafka of this node.
    partitionOptMongo number
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker number
    The partition size for /var/lib/docker of this node.
    partitionVarLog number
    The partition size for /var of this node.
    peerkey string
    The public key of peer host.
    permissionResources GetApplianceClusterInfoPermissionResource[]
    responsekey string
    Public key returned to the client.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags GetApplianceClusterInfoTag[]
    uuid string
    The UUID of the peer appliance.
    versionContext GetApplianceClusterInfoVersionContext
    account GetApplianceClusterInfoAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetApplianceClusterInfoAncestor]
    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_moid str
    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 GetApplianceClusterInfoParent
    partition_database float
    The partition size for /opt/database of this node.
    partition_file_cisco float
    The partition size for /Cisco of this node.
    partition_opt_data float
    The partition size for /opt/cisco/data of this node.
    partition_opt_kafka float
    The partition size for /opt/kafka of this node.
    partition_opt_mongo float
    The partition size for /opt/mongodb of this node.
    partition_var_lib_docker float
    The partition size for /var/lib/docker of this node.
    partition_var_log float
    The partition size for /var of this node.
    peerkey str
    The public key of peer host.
    permission_resources Sequence[GetApplianceClusterInfoPermissionResource]
    responsekey str
    Public key returned to the client.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags Sequence[GetApplianceClusterInfoTag]
    uuid str
    The UUID of the peer appliance.
    version_context GetApplianceClusterInfoVersionContext
    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.
    domainGroupMoid String
    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.
    partitionFileCisco Number
    The partition size for /Cisco of this node.
    partitionOptData Number
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka Number
    The partition size for /opt/kafka of this node.
    partitionOptMongo Number
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker Number
    The partition size for /var/lib/docker of this node.
    partitionVarLog Number
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags 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<GetApplianceClusterInfoResult>
    Account GetApplianceClusterInfoAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetApplianceClusterInfoAncestor>
    BuildType string
    ClassId string
    CreateTime string
    DeploymentSize string
    DomainGroupMoid string
    Gateway string
    Hostip string
    Hostname string
    InstallerVersion string
    ModTime string
    Moid string
    NodeId double
    NodeType string
    ObjectType string
    Owners List<string>
    Parent GetApplianceClusterInfoParent
    PartitionDatabase double
    PartitionFileCisco double
    PartitionOptData double
    PartitionOptKafka double
    PartitionOptMongo double
    PartitionVarLibDocker double
    PartitionVarLog double
    Peerkey string
    PermissionResources List<GetApplianceClusterInfoPermissionResource>
    Responsekey string
    SharedScope string
    Status string
    Subnetmask string
    Tags List<GetApplianceClusterInfoTag>
    Uuid string
    VersionContext GetApplianceClusterInfoVersionContext
    Id string
    Results []GetApplianceClusterInfoResult
    Account GetApplianceClusterInfoAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetApplianceClusterInfoAncestor
    BuildType string
    ClassId string
    CreateTime string
    DeploymentSize string
    DomainGroupMoid string
    Gateway string
    Hostip string
    Hostname string
    InstallerVersion string
    ModTime string
    Moid string
    NodeId float64
    NodeType string
    ObjectType string
    Owners []string
    Parent GetApplianceClusterInfoParent
    PartitionDatabase float64
    PartitionFileCisco float64
    PartitionOptData float64
    PartitionOptKafka float64
    PartitionOptMongo float64
    PartitionVarLibDocker float64
    PartitionVarLog float64
    Peerkey string
    PermissionResources []GetApplianceClusterInfoPermissionResource
    Responsekey string
    SharedScope string
    Status string
    Subnetmask string
    Tags []GetApplianceClusterInfoTag
    Uuid string
    VersionContext GetApplianceClusterInfoVersionContext
    id String
    results List<GetApplianceClusterInfoResult>
    account GetApplianceClusterInfoAccount
    accountMoid String
    additionalProperties String
    ancestors List<GetApplianceClusterInfoAncestor>
    buildType String
    classId String
    createTime String
    deploymentSize String
    domainGroupMoid String
    gateway String
    hostip String
    hostname String
    installerVersion String
    modTime String
    moid String
    nodeId Double
    nodeType String
    objectType String
    owners List<String>
    parent GetApplianceClusterInfoParent
    partitionDatabase Double
    partitionFileCisco Double
    partitionOptData Double
    partitionOptKafka Double
    partitionOptMongo Double
    partitionVarLibDocker Double
    partitionVarLog Double
    peerkey String
    permissionResources List<GetApplianceClusterInfoPermissionResource>
    responsekey String
    sharedScope String
    status String
    subnetmask String
    tags List<GetApplianceClusterInfoTag>
    uuid String
    versionContext GetApplianceClusterInfoVersionContext
    id string
    results GetApplianceClusterInfoResult[]
    account GetApplianceClusterInfoAccount
    accountMoid string
    additionalProperties string
    ancestors GetApplianceClusterInfoAncestor[]
    buildType string
    classId string
    createTime string
    deploymentSize string
    domainGroupMoid string
    gateway string
    hostip string
    hostname string
    installerVersion string
    modTime string
    moid string
    nodeId number
    nodeType string
    objectType string
    owners string[]
    parent GetApplianceClusterInfoParent
    partitionDatabase number
    partitionFileCisco number
    partitionOptData number
    partitionOptKafka number
    partitionOptMongo number
    partitionVarLibDocker number
    partitionVarLog number
    peerkey string
    permissionResources GetApplianceClusterInfoPermissionResource[]
    responsekey string
    sharedScope string
    status string
    subnetmask string
    tags GetApplianceClusterInfoTag[]
    uuid string
    versionContext GetApplianceClusterInfoVersionContext
    id str
    results Sequence[GetApplianceClusterInfoResult]
    account GetApplianceClusterInfoAccount
    account_moid str
    additional_properties str
    ancestors Sequence[GetApplianceClusterInfoAncestor]
    build_type str
    class_id str
    create_time str
    deployment_size str
    domain_group_moid str
    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 GetApplianceClusterInfoParent
    partition_database float
    partition_file_cisco float
    partition_opt_data float
    partition_opt_kafka float
    partition_opt_mongo float
    partition_var_lib_docker float
    partition_var_log float
    peerkey str
    permission_resources Sequence[GetApplianceClusterInfoPermissionResource]
    responsekey str
    shared_scope str
    status str
    subnetmask str
    tags Sequence[GetApplianceClusterInfoTag]
    uuid str
    version_context GetApplianceClusterInfoVersionContext

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetApplianceClusterInfoResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetApplianceClusterInfoResultAccount>
    AdditionalProperties string
    Ancestors List<GetApplianceClusterInfoResultAncestor>
    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.
    DomainGroupMoid string
    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<GetApplianceClusterInfoResultParent>
    PartitionDatabase double
    The partition size for /opt/database of this node.
    PartitionFileCisco double
    The partition size for /Cisco of this node.
    PartitionOptData double
    The partition size for /opt/cisco/data of this node.
    PartitionOptKafka double
    The partition size for /opt/kafka of this node.
    PartitionOptMongo double
    The partition size for /opt/mongodb of this node.
    PartitionVarLibDocker double
    The partition size for /var/lib/docker of this node.
    PartitionVarLog double
    The partition size for /var of this node.
    Peerkey string
    The public key of peer host.
    PermissionResources List<GetApplianceClusterInfoResultPermissionResource>
    Responsekey string
    Public key returned to the client.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Tags List<GetApplianceClusterInfoResultTag>
    Uuid string
    The UUID of the peer appliance.
    VersionContexts List<GetApplianceClusterInfoResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetApplianceClusterInfoResultAccount
    AdditionalProperties string
    Ancestors []GetApplianceClusterInfoResultAncestor
    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.
    DomainGroupMoid string
    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 []GetApplianceClusterInfoResultParent
    PartitionDatabase float64
    The partition size for /opt/database of this node.
    PartitionFileCisco float64
    The partition size for /Cisco of this node.
    PartitionOptData float64
    The partition size for /opt/cisco/data of this node.
    PartitionOptKafka float64
    The partition size for /opt/kafka of this node.
    PartitionOptMongo float64
    The partition size for /opt/mongodb of this node.
    PartitionVarLibDocker float64
    The partition size for /var/lib/docker of this node.
    PartitionVarLog float64
    The partition size for /var of this node.
    Peerkey string
    The public key of peer host.
    PermissionResources []GetApplianceClusterInfoResultPermissionResource
    Responsekey string
    Public key returned to the client.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    Tags []GetApplianceClusterInfoResultTag
    Uuid string
    The UUID of the peer appliance.
    VersionContexts []GetApplianceClusterInfoResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetApplianceClusterInfoResultAccount>
    additionalProperties String
    ancestors List<GetApplianceClusterInfoResultAncestor>
    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.
    domainGroupMoid String
    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<GetApplianceClusterInfoResultParent>
    partitionDatabase Double
    The partition size for /opt/database of this node.
    partitionFileCisco Double
    The partition size for /Cisco of this node.
    partitionOptData Double
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka Double
    The partition size for /opt/kafka of this node.
    partitionOptMongo Double
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker Double
    The partition size for /var/lib/docker of this node.
    partitionVarLog Double
    The partition size for /var of this node.
    peerkey String
    The public key of peer host.
    permissionResources List<GetApplianceClusterInfoResultPermissionResource>
    responsekey String
    Public key returned to the client.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags List<GetApplianceClusterInfoResultTag>
    uuid String
    The UUID of the peer appliance.
    versionContexts List<GetApplianceClusterInfoResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    accounts GetApplianceClusterInfoResultAccount[]
    additionalProperties string
    ancestors GetApplianceClusterInfoResultAncestor[]
    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.
    domainGroupMoid string
    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 GetApplianceClusterInfoResultParent[]
    partitionDatabase number
    The partition size for /opt/database of this node.
    partitionFileCisco number
    The partition size for /Cisco of this node.
    partitionOptData number
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka number
    The partition size for /opt/kafka of this node.
    partitionOptMongo number
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker number
    The partition size for /var/lib/docker of this node.
    partitionVarLog number
    The partition size for /var of this node.
    peerkey string
    The public key of peer host.
    permissionResources GetApplianceClusterInfoResultPermissionResource[]
    responsekey string
    Public key returned to the client.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags GetApplianceClusterInfoResultTag[]
    uuid string
    The UUID of the peer appliance.
    versionContexts GetApplianceClusterInfoResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetApplianceClusterInfoResultAccount]
    additional_properties str
    ancestors Sequence[GetApplianceClusterInfoResultAncestor]
    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_moid str
    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[GetApplianceClusterInfoResultParent]
    partition_database float
    The partition size for /opt/database of this node.
    partition_file_cisco float
    The partition size for /Cisco of this node.
    partition_opt_data float
    The partition size for /opt/cisco/data of this node.
    partition_opt_kafka float
    The partition size for /opt/kafka of this node.
    partition_opt_mongo float
    The partition size for /opt/mongodb of this node.
    partition_var_lib_docker float
    The partition size for /var/lib/docker of this node.
    partition_var_log float
    The partition size for /var of this node.
    peerkey str
    The public key of peer host.
    permission_resources Sequence[GetApplianceClusterInfoResultPermissionResource]
    responsekey str
    Public key returned to the client.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags Sequence[GetApplianceClusterInfoResultTag]
    uuid str
    The UUID of the peer appliance.
    version_contexts Sequence[GetApplianceClusterInfoResultVersionContext]
    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.
    domainGroupMoid String
    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.
    partitionFileCisco Number
    The partition size for /Cisco of this node.
    partitionOptData Number
    The partition size for /opt/cisco/data of this node.
    partitionOptKafka Number
    The partition size for /opt/kafka of this node.
    partitionOptMongo Number
    The partition size for /opt/mongodb of this node.
    partitionVarLibDocker Number
    The partition size for /var/lib/docker of this node.
    partitionVarLog Number
    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.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    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.
    tags 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
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetApplianceClusterInfoResultVersionContext

    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
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    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<GetApplianceClusterInfoVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetApplianceClusterInfoVersionContextRefMo
    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 []GetApplianceClusterInfoVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetApplianceClusterInfoVersionContextRefMo
    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<GetApplianceClusterInfoVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetApplianceClusterInfoVersionContextRefMo
    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 GetApplianceClusterInfoVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetApplianceClusterInfoVersionContextRefMo
    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[GetApplianceClusterInfoVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetApplianceClusterInfoVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet