intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getApplianceNodeInfo
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
NodeInfo managed object stores the Intersight Appliance’s cluster node information. NodeInfo managed objects are created during the Intersight Appliance setup. The Intersight Appliance updates the NodeInfo managed objects with status information periodically.
Using getApplianceNodeInfo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApplianceNodeInfo(args: GetApplianceNodeInfoArgs, opts?: InvokeOptions): Promise<GetApplianceNodeInfoResult>
function getApplianceNodeInfoOutput(args: GetApplianceNodeInfoOutputArgs, opts?: InvokeOptions): Output<GetApplianceNodeInfoResult>
def get_appliance_node_info(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetApplianceNodeInfoAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
deployment_size: Optional[str] = None,
domain_group_moid: Optional[str] = None,
hostname: Optional[str] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_id: Optional[float] = None,
node_ip_v4_config: Optional[GetApplianceNodeInfoNodeIpV4Config] = None,
node_ip_v6_config: Optional[GetApplianceNodeInfoNodeIpV6Config] = None,
node_type: Optional[str] = None,
object_type: Optional[str] = None,
operational_status: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetApplianceNodeInfoParent] = None,
permission_resources: Optional[Sequence[GetApplianceNodeInfoPermissionResource]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetApplianceNodeInfoTag]] = None,
version_context: Optional[GetApplianceNodeInfoVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetApplianceNodeInfoResult
def get_appliance_node_info_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
deployment_size: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
hostname: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
node_id: Optional[pulumi.Input[float]] = None,
node_ip_v4_config: Optional[pulumi.Input[GetApplianceNodeInfoNodeIpV4ConfigArgs]] = None,
node_ip_v6_config: Optional[pulumi.Input[GetApplianceNodeInfoNodeIpV6ConfigArgs]] = None,
node_type: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
operational_status: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetApplianceNodeInfoParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoPermissionResourceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeInfoTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetApplianceNodeInfoVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplianceNodeInfoResult]
func LookupApplianceNodeInfo(ctx *Context, args *LookupApplianceNodeInfoArgs, opts ...InvokeOption) (*LookupApplianceNodeInfoResult, error)
func LookupApplianceNodeInfoOutput(ctx *Context, args *LookupApplianceNodeInfoOutputArgs, opts ...InvokeOption) LookupApplianceNodeInfoResultOutput
> Note: This function is named LookupApplianceNodeInfo
in the Go SDK.
public static class GetApplianceNodeInfo
{
public static Task<GetApplianceNodeInfoResult> InvokeAsync(GetApplianceNodeInfoArgs args, InvokeOptions? opts = null)
public static Output<GetApplianceNodeInfoResult> Invoke(GetApplianceNodeInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplianceNodeInfoResult> getApplianceNodeInfo(GetApplianceNodeInfoArgs args, InvokeOptions options)
public static Output<GetApplianceNodeInfoResult> getApplianceNodeInfo(GetApplianceNodeInfoArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getApplianceNodeInfo:getApplianceNodeInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Node Info Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id double - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- Node
Ip GetV4Config Appliance Node Info Node Ip V4Config - Node
Ip GetV6Config Appliance Node Info Node Ip V6Config - Node
Type 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. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners List<string>
- Parent
Get
Appliance Node Info Parent - Permission
Resources List<GetAppliance Node Info Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Appliance Node Info Tag> - Version
Context GetAppliance Node Info Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Node Info Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id float64 - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- Node
Ip GetV4Config Appliance Node Info Node Ip V4Config - Node
Ip GetV6Config Appliance Node Info Node Ip V6Config - Node
Type 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. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners []string
- Parent
Get
Appliance Node Info Parent - Permission
Resources []GetAppliance Node Info Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Appliance Node Info Tag - Version
Context GetAppliance Node Info Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Node Info Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- deployment
Size String - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Double - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip GetV4Config Appliance Node Info Node Ip V4Config - node
Ip GetV6Config Appliance Node Info Node Ip V6Config - node
Type 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. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parent
Get
Appliance Node Info Parent - permission
Resources List<GetAppliance Node Info Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Appliance Node Info Tag> - version
Context GetAppliance Node Info Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Node Info Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- hostname string
- Cluster node's FQDN or IP address.
- id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Id number - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip GetV4Config Appliance Node Info Node Ip V4Config - node
Ip GetV6Config Appliance Node Info Node Ip V6Config - node
Type 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. - object
Type string - operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners string[]
- parent
Get
Appliance Node Info Parent - permission
Resources GetAppliance Node Info Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Appliance Node Info Tag[] - version
Context GetAppliance Node Info Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Node Info Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- deployment_
size str - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- hostname str
- Cluster node's FQDN or IP address.
- id str
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
id float - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node_
ip_ Getv4_ config Appliance Node Info Node Ip V4Config - node_
ip_ Getv6_ config Appliance Node Info Node Ip V6Config - node_
type str - The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object_
type str - operational_
status str - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners Sequence[str]
- parent
Get
Appliance Node Info Parent - permission_
resources Sequence[GetAppliance Node Info Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Appliance Node Info Tag] - version_
context GetAppliance Node Info Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- deployment
Size String - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Number - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip Property MapV4Config - node
Ip Property MapV6Config - node
Type 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. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- version
Context Property Map
getApplianceNodeInfo Result
The following output properties are available:
- Id string
- Results
List<Get
Appliance Node Info Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Appliance Node Info Ancestor> - Class
Id string - Create
Time string - Deployment
Size string - Domain
Group stringMoid - Hostname string
- Mod
Time string - Moid string
- Node
Id double - Node
Ip GetV4Config Appliance Node Info Node Ip V4Config - Node
Ip GetV6Config Appliance Node Info Node Ip V6Config - Node
Type string - Object
Type string - Operational
Status string - Owners List<string>
- Parent
Get
Appliance Node Info Parent - Permission
Resources List<GetAppliance Node Info Permission Resource> - string
- List<Get
Appliance Node Info Tag> - Version
Context GetAppliance Node Info Version Context
- Id string
- Results
[]Get
Appliance Node Info Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Appliance Node Info Ancestor - Class
Id string - Create
Time string - Deployment
Size string - Domain
Group stringMoid - Hostname string
- Mod
Time string - Moid string
- Node
Id float64 - Node
Ip GetV4Config Appliance Node Info Node Ip V4Config - Node
Ip GetV6Config Appliance Node Info Node Ip V6Config - Node
Type string - Object
Type string - Operational
Status string - Owners []string
- Parent
Get
Appliance Node Info Parent - Permission
Resources []GetAppliance Node Info Permission Resource - string
- []Get
Appliance Node Info Tag - Version
Context GetAppliance Node Info Version Context
- id String
- results
List<Get
Appliance Node Info Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Appliance Node Info Ancestor> - class
Id String - create
Time String - deployment
Size String - domain
Group StringMoid - hostname String
- mod
Time String - moid String
- node
Id Double - node
Ip GetV4Config Appliance Node Info Node Ip V4Config - node
Ip GetV6Config Appliance Node Info Node Ip V6Config - node
Type String - object
Type String - operational
Status String - owners List<String>
- parent
Get
Appliance Node Info Parent - permission
Resources List<GetAppliance Node Info Permission Resource> - String
- List<Get
Appliance Node Info Tag> - version
Context GetAppliance Node Info Version Context
- id string
- results
Get
Appliance Node Info Result[] - account
Moid string - additional
Properties string - ancestors
Get
Appliance Node Info Ancestor[] - class
Id string - create
Time string - deployment
Size string - domain
Group stringMoid - hostname string
- mod
Time string - moid string
- node
Id number - node
Ip GetV4Config Appliance Node Info Node Ip V4Config - node
Ip GetV6Config Appliance Node Info Node Ip V6Config - node
Type string - object
Type string - operational
Status string - owners string[]
- parent
Get
Appliance Node Info Parent - permission
Resources GetAppliance Node Info Permission Resource[] - string
- Get
Appliance Node Info Tag[] - version
Context GetAppliance Node Info Version Context
- id str
- results
Sequence[Get
Appliance Node Info Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Appliance Node Info Ancestor] - class_
id str - create_
time str - deployment_
size str - domain_
group_ strmoid - hostname str
- mod_
time str - moid str
- node_
id float - node_
ip_ Getv4_ config Appliance Node Info Node Ip V4Config - node_
ip_ Getv6_ config Appliance Node Info Node Ip V6Config - node_
type str - object_
type str - operational_
status str - owners Sequence[str]
- parent
Get
Appliance Node Info Parent - permission_
resources Sequence[GetAppliance Node Info Permission Resource] - str
- Sequence[Get
Appliance Node Info Tag] - version_
context GetAppliance Node Info Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - deployment
Size String - domain
Group StringMoid - hostname String
- mod
Time String - moid String
- node
Id Number - node
Ip Property MapV4Config - node
Ip Property MapV6Config - node
Type String - object
Type String - operational
Status String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetApplianceNodeInfoAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeInfoNodeIpV4Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv4 address of the default gateway.
- Ip
Address string - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- Netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv4 address of the default gateway.
- Ip
Address string - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- Netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv4 address of the default gateway.
- ip
Address String - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask String
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- The IPv4 address of the default gateway.
- ip
Address string - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask string
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway str
- The IPv4 address of the default gateway.
- ip_
address str - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask str
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv4 address of the default gateway.
- ip
Address String - The IPv4 Address, represented in the standard dot-decimal notation, e.g. 192.168.1.3.
- netmask String
- The IPv4 Netmask, represented in the standard dot-decimal notation, e.g. 255.255.255.0.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetApplianceNodeInfoNodeIpV6Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv6 address of the default gateway.
- Ip
Address string - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- The IPv6 address of the default gateway.
- Ip
Address string - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv6 address of the default gateway.
- ip
Address String - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix String
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- The IPv6 address of the default gateway.
- ip
Address string - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix string
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway str
- The IPv6 address of the default gateway.
- ip_
address str - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix str
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- The IPv6 address of the default gateway.
- ip
Address String - The IPv6 Address, represented as eight groups of four hexadecimal digits, separated by colons.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix String
- The IPv6 Prefix, represented as eight groups of four hexadecimal digits, separated by colons.
GetApplianceNodeInfoParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeInfoPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeInfoResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Node Info Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id double - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- Node
Ip List<GetV4Configs Appliance Node Info Result Node Ip V4Config> - Node
Ip List<GetV6Configs Appliance Node Info Result Node Ip V6Config> - Node
Type 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. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners List<string>
- Parents
List<Get
Appliance Node Info Result Parent> - Permission
Resources List<GetAppliance Node Info Result Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Appliance Node Info Result Tag> - Version
Contexts List<GetAppliance Node Info Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Node Info Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hostname string
- Cluster node's FQDN or IP address.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id float64 - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- Node
Ip []GetV4Configs Appliance Node Info Result Node Ip V4Config - Node
Ip []GetV6Configs Appliance Node Info Result Node Ip V6Config - Node
Type 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. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners []string
- Parents
[]Get
Appliance Node Info Result Parent - Permission
Resources []GetAppliance Node Info Result Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Appliance Node Info Result Tag - Version
Contexts []GetAppliance Node Info Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Node Info Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- deployment
Size String - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Double - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip List<GetV4Configs Appliance Node Info Result Node Ip V4Config> - node
Ip List<GetV6Configs Appliance Node Info Result Node Ip V6Config> - node
Type 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. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parents
List<Get
Appliance Node Info Result Parent> - permission
Resources List<GetAppliance Node Info Result Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Appliance Node Info Result Tag> - version
Contexts List<GetAppliance Node Info Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Node Info Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- deployment
Size string - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- hostname string
- Cluster node's FQDN or IP address.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Id number - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip GetV4Configs Appliance Node Info Result Node Ip V4Config[] - node
Ip GetV6Configs Appliance Node Info Result Node Ip V6Config[] - node
Type 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. - object
Type string - operational
Status string - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners string[]
- parents
Get
Appliance Node Info Result Parent[] - permission
Resources GetAppliance Node Info Result Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Appliance Node Info Result Tag[] - version
Contexts GetAppliance Node Info Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Node Info Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- deployment_
size str - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- hostname str
- Cluster node's FQDN or IP address.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
id float - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node_
ip_ Sequence[Getv4_ configs Appliance Node Info Result Node Ip V4Config] - node_
ip_ Sequence[Getv6_ configs Appliance Node Info Result Node Ip V6Config] - node_
type str - The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object_
type str - operational_
status str - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners Sequence[str]
- parents
Sequence[Get
Appliance Node Info Result Parent] - permission_
resources Sequence[GetAppliance Node Info Result Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Appliance Node Info Result Tag] - version_
contexts Sequence[GetAppliance Node Info Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- deployment
Size String - Current running deployment size for the Intersight Appliance node. Eg. small, medium, large etc.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- hostname String
- Cluster node's FQDN or IP address.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Number - System assigned unique ID of the Intersight Appliance node. The system incrementally assigns identifiers to each node in the Intersight Appliance cluster starting with a value of 1.
- node
Ip List<Property Map>V4Configs - node
Ip List<Property Map>V6Configs - node
Type 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. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- version
Contexts List<Property Map>
GetApplianceNodeInfoResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeInfoResultNodeIpV4Config
- Additional
Properties string - Class
Id string - Gateway string
- Ip
Address string - Netmask string
- Object
Type string
- Additional
Properties string - Class
Id string - Gateway string
- Ip
Address string - Netmask string
- Object
Type string
- additional
Properties String - class
Id String - gateway String
- ip
Address String - netmask String
- object
Type String
- additional
Properties string - class
Id string - gateway string
- ip
Address string - netmask string
- object
Type string
- additional_
properties str - class_
id str - gateway str
- ip_
address str - netmask str
- object_
type str
- additional
Properties String - class
Id String - gateway String
- ip
Address String - netmask String
- object
Type String
GetApplianceNodeInfoResultNodeIpV6Config
- Additional
Properties string - Class
Id string - Gateway string
- Ip
Address string - Object
Type string - Prefix string
- Additional
Properties string - Class
Id string - Gateway string
- Ip
Address string - Object
Type string - Prefix string
- additional
Properties String - class
Id String - gateway String
- ip
Address String - object
Type String - prefix String
- additional
Properties string - class
Id string - gateway string
- ip
Address string - object
Type string - prefix string
- additional_
properties str - class_
id str - gateway str
- ip_
address str - object_
type str - prefix str
- additional
Properties String - class
Id String - gateway String
- ip
Address String - object
Type String - prefix String
GetApplianceNodeInfoResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeInfoResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeInfoResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetApplianceNodeInfoResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetAppliance Node Info Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetAppliance Node Info Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetApplianceNodeInfoResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeInfoResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeInfoTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceNodeInfoVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetAppliance Node Info Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Node Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetAppliance Node Info Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Node Info Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetAppliance Node Info Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Node Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetAppliance Node Info Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Node Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetAppliance Node Info Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetAppliance Node Info Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetApplianceNodeInfoVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeInfoVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet