Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
A Nutanix Cluster Check (NCC) policy configured on the Prism Central.
Using getHciNccCheckPolicy
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 getHciNccCheckPolicy(args: GetHciNccCheckPolicyArgs, opts?: InvokeOptions): Promise<GetHciNccCheckPolicyResult>
function getHciNccCheckPolicyOutput(args: GetHciNccCheckPolicyOutputArgs, opts?: InvokeOutputOptions): Output<GetHciNccCheckPolicyResult>def get_hci_ncc_check_policy(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHciNccCheckPolicyAncestor]] = None,
class_id: Optional[str] = None,
classifications: Optional[Sequence[str]] = None,
cluster_configs: Optional[Sequence[GetHciNccCheckPolicyClusterConfig]] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
domain_manager: Optional[GetHciNccCheckPolicyDomainManager] = None,
entity_type: Optional[str] = None,
id: Optional[str] = None,
impact_type: Optional[str] = None,
kb_articles: Optional[Sequence[str]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
ncc_policy_ext_id: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHciNccCheckPolicyParent] = None,
pc_ext_id: Optional[str] = None,
permission_resources: Optional[Sequence[GetHciNccCheckPolicyPermissionResource]] = None,
policy_id: Optional[str] = None,
publisher: Optional[str] = None,
registered_device: Optional[GetHciNccCheckPolicyRegisteredDevice] = None,
scope: Optional[str] = None,
shared_scope: Optional[str] = None,
sub_type: Optional[str] = None,
tags: Optional[Sequence[GetHciNccCheckPolicyTag]] = None,
target_clusters: Optional[Sequence[str]] = None,
title: Optional[str] = None,
type: Optional[str] = None,
version_context: Optional[GetHciNccCheckPolicyVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHciNccCheckPolicyResult
def get_hci_ncc_check_policy_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
classifications: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
cluster_configs: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyClusterConfigArgs]]]] = None,
create_time: pulumi.Input[Optional[str]] = None,
description: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
domain_manager: pulumi.Input[Optional[GetHciNccCheckPolicyDomainManagerArgs]] = None,
entity_type: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
impact_type: pulumi.Input[Optional[str]] = None,
kb_articles: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
ncc_policy_ext_id: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetHciNccCheckPolicyParentArgs]] = None,
pc_ext_id: pulumi.Input[Optional[str]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyPermissionResourceArgs]]]] = None,
policy_id: pulumi.Input[Optional[str]] = None,
publisher: pulumi.Input[Optional[str]] = None,
registered_device: pulumi.Input[Optional[GetHciNccCheckPolicyRegisteredDeviceArgs]] = None,
scope: pulumi.Input[Optional[str]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
sub_type: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetHciNccCheckPolicyTagArgs]]]] = None,
target_clusters: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
title: pulumi.Input[Optional[str]] = None,
type: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetHciNccCheckPolicyVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetHciNccCheckPolicyResult]func LookupHciNccCheckPolicy(ctx *Context, args *LookupHciNccCheckPolicyArgs, opts ...InvokeOption) (*LookupHciNccCheckPolicyResult, error)
func LookupHciNccCheckPolicyOutput(ctx *Context, args *LookupHciNccCheckPolicyOutputArgs, opts ...InvokeOption) LookupHciNccCheckPolicyResultOutput> Note: This function is named LookupHciNccCheckPolicy in the Go SDK.
public static class GetHciNccCheckPolicy
{
public static Task<GetHciNccCheckPolicyResult> InvokeAsync(GetHciNccCheckPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetHciNccCheckPolicyResult> Invoke(GetHciNccCheckPolicyInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetHciNccCheckPolicyResult> Invoke(GetHciNccCheckPolicyInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOptions options)
public static Output<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOptions options)
public static Output<GetHciNccCheckPolicyResult> getHciNccCheckPolicy(GetHciNccCheckPolicyArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getHciNccCheckPolicy:getHciNccCheckPolicy
arguments:
# arguments dictionarydata "intersight_get_hci_ncc_check_policy" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Ncc Check Policy Ancestor> - Class
Id string - Classifications List<string>
- Cluster
Configs List<GetHci Ncc Check Policy Cluster Config> - Create
Time string - The time when this managed object was created.
- Description string
- NCC policy description text.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Manager GetHci Ncc Check Policy Domain Manager - Entity
Type string - Entity type against which the alert is raised.
- Id string
- Impact
Type string - Impact type to which this rule applies.
- Kb
Articles List<string> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the NCC policy.
- Ncc
Policy stringExt Id - Unique ID of the NCC policy.
- Object
Type string - Owners List<string>
- Parent
Get
Hci Ncc Check Policy Parent - Pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- Permission
Resources List<GetHci Ncc Check Policy Permission Resource> - Policy
Id string - Unique ID associated with the policy.
- Publisher string
- Publisher of the NCC policy.
- Registered
Device GetHci Ncc Check Policy Registered Device - Scope string
- Scope for the polcy execution.
- 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.
- Sub
Type string - Sub-type classification of the NCC policy.
-
List<Get
Hci Ncc Check Policy Tag> - Target
Clusters List<string> - Title string
- The title of the NCC policy.
- Type string
- Defines the type of the NCC policy.
- Version
Context GetHci Ncc Check Policy Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Ncc Check Policy Ancestor - Class
Id string - Classifications []string
- Cluster
Configs []GetHci Ncc Check Policy Cluster Config - Create
Time string - The time when this managed object was created.
- Description string
- NCC policy description text.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Manager GetHci Ncc Check Policy Domain Manager - Entity
Type string - Entity type against which the alert is raised.
- Id string
- Impact
Type string - Impact type to which this rule applies.
- Kb
Articles []string - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the NCC policy.
- Ncc
Policy stringExt Id - Unique ID of the NCC policy.
- Object
Type string - Owners []string
- Parent
Get
Hci Ncc Check Policy Parent - Pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- Permission
Resources []GetHci Ncc Check Policy Permission Resource - Policy
Id string - Unique ID associated with the policy.
- Publisher string
- Publisher of the NCC policy.
- Registered
Device GetHci Ncc Check Policy Registered Device - Scope string
- Scope for the polcy execution.
- 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.
- Sub
Type string - Sub-type classification of the NCC policy.
-
[]Get
Hci Ncc Check Policy Tag - Target
Clusters []string - Title string
- The title of the NCC policy.
- Type string
- Defines the type of the NCC policy.
- Version
Context GetHci Ncc Check Policy Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- class_
id string - classifications list(string)
- cluster_
configs list(object) - create_
time string - The time when this managed object was created.
- description string
- NCC policy description text.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- domain_
manager object - entity_
type string - Entity type against which the alert is raised.
- id string
- impact_
type string - Impact type to which this rule applies.
- kb_
articles list(string) - mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the NCC policy.
- ncc_
policy_ stringext_ id - Unique ID of the NCC policy.
- object_
type string - owners list(string)
- parent object
- pc_
ext_ stringid - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission_
resources list(object) - policy_
id string - Unique ID associated with the policy.
- publisher string
- Publisher of the NCC policy.
- registered_
device object - scope string
- Scope for the polcy execution.
- 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.
- sub_
type string - Sub-type classification of the NCC policy.
- list(object)
- target_
clusters list(string) - title string
- The title of the NCC policy.
- type string
- Defines the type of the NCC policy.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Ncc Check Policy Ancestor> - class
Id String - classifications List<String>
- cluster
Configs List<GetHci Ncc Check Policy Cluster Config> - create
Time String - The time when this managed object was created.
- description String
- NCC policy description text.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Manager GetHci Ncc Check Policy Domain Manager - entity
Type String - Entity type against which the alert is raised.
- id String
- impact
Type String - Impact type to which this rule applies.
- kb
Articles List<String> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the NCC policy.
- ncc
Policy StringExt Id - Unique ID of the NCC policy.
- object
Type String - owners List<String>
- parent
Get
Hci Ncc Check Policy Parent - pc
Ext StringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources List<GetHci Ncc Check Policy Permission Resource> - policy
Id String - Unique ID associated with the policy.
- publisher String
- Publisher of the NCC policy.
- registered
Device GetHci Ncc Check Policy Registered Device - scope String
- Scope for the polcy execution.
- 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.
- sub
Type String - Sub-type classification of the NCC policy.
-
List<Get
Hci Ncc Check Policy Tag> - target
Clusters List<String> - title String
- The title of the NCC policy.
- type String
- Defines the type of the NCC policy.
- version
Context GetHci Ncc Check Policy Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Ncc Check Policy Ancestor[] - class
Id string - classifications string[]
- cluster
Configs GetHci Ncc Check Policy Cluster Config[] - create
Time string - The time when this managed object was created.
- description string
- NCC policy description text.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- domain
Manager GetHci Ncc Check Policy Domain Manager - entity
Type string - Entity type against which the alert is raised.
- id string
- impact
Type string - Impact type to which this rule applies.
- kb
Articles string[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the NCC policy.
- ncc
Policy stringExt Id - Unique ID of the NCC policy.
- object
Type string - owners string[]
- parent
Get
Hci Ncc Check Policy Parent - pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources GetHci Ncc Check Policy Permission Resource[] - policy
Id string - Unique ID associated with the policy.
- publisher string
- Publisher of the NCC policy.
- registered
Device GetHci Ncc Check Policy Registered Device - scope string
- Scope for the polcy execution.
- 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.
- sub
Type string - Sub-type classification of the NCC policy.
-
Get
Hci Ncc Check Policy Tag[] - target
Clusters string[] - title string
- The title of the NCC policy.
- type string
- Defines the type of the NCC policy.
- version
Context GetHci Ncc Check Policy Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Ncc Check Policy Ancestor] - class_
id str - classifications Sequence[str]
- cluster_
configs Sequence[GetHci Ncc Check Policy Cluster Config] - create_
time str - The time when this managed object was created.
- description str
- NCC policy description text.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- domain_
manager GetHci Ncc Check Policy Domain Manager - entity_
type str - Entity type against which the alert is raised.
- id str
- impact_
type str - Impact type to which this rule applies.
- kb_
articles Sequence[str] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the NCC policy.
- ncc_
policy_ strext_ id - Unique ID of the NCC policy.
- object_
type str - owners Sequence[str]
- parent
Get
Hci Ncc Check Policy Parent - pc_
ext_ strid - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission_
resources Sequence[GetHci Ncc Check Policy Permission Resource] - policy_
id str - Unique ID associated with the policy.
- publisher str
- Publisher of the NCC policy.
- registered_
device GetHci Ncc Check Policy Registered Device - scope str
- Scope for the polcy execution.
- 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.
- sub_
type str - Sub-type classification of the NCC policy.
-
Sequence[Get
Hci Ncc Check Policy Tag] - target_
clusters Sequence[str] - title str
- The title of the NCC policy.
- type str
- Defines the type of the NCC policy.
- version_
context GetHci Ncc Check Policy Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - classifications List<String>
- cluster
Configs List<Property Map> - create
Time String - The time when this managed object was created.
- description String
- NCC policy description text.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Manager Property Map - entity
Type String - Entity type against which the alert is raised.
- id String
- impact
Type String - Impact type to which this rule applies.
- kb
Articles List<String> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the NCC policy.
- ncc
Policy StringExt Id - Unique ID of the NCC policy.
- object
Type String - owners List<String>
- parent Property Map
- pc
Ext StringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources List<Property Map> - policy
Id String - Unique ID associated with the policy.
- publisher String
- Publisher of the NCC policy.
- registered
Device Property Map - scope String
- Scope for the polcy execution.
- 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.
- sub
Type String - Sub-type classification of the NCC policy.
- List<Property Map>
- target
Clusters List<String> - title String
- The title of the NCC policy.
- type String
- Defines the type of the NCC policy.
- version
Context Property Map
getHciNccCheckPolicy Result
The following output properties are available:
- Id string
- Results
List<Get
Hci Ncc Check Policy Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hci Ncc Check Policy Ancestor> - Class
Id string - Classifications List<string>
- Cluster
Configs List<GetHci Ncc Check Policy Cluster Config> - Create
Time string - Description string
- Domain
Group stringMoid - Domain
Manager GetHci Ncc Check Policy Domain Manager - Entity
Type string - Impact
Type string - Kb
Articles List<string> - Mod
Time string - Moid string
- Name string
- Ncc
Policy stringExt Id - Object
Type string - Owners List<string>
- Parent
Get
Hci Ncc Check Policy Parent - Pc
Ext stringId - Permission
Resources List<GetHci Ncc Check Policy Permission Resource> - Policy
Id string - Publisher string
- Registered
Device GetHci Ncc Check Policy Registered Device - Scope string
- string
- Sub
Type string -
List<Get
Hci Ncc Check Policy Tag> - Target
Clusters List<string> - Title string
- Type string
- Version
Context GetHci Ncc Check Policy Version Context
- Id string
- Results
[]Get
Hci Ncc Check Policy Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hci Ncc Check Policy Ancestor - Class
Id string - Classifications []string
- Cluster
Configs []GetHci Ncc Check Policy Cluster Config - Create
Time string - Description string
- Domain
Group stringMoid - Domain
Manager GetHci Ncc Check Policy Domain Manager - Entity
Type string - Impact
Type string - Kb
Articles []string - Mod
Time string - Moid string
- Name string
- Ncc
Policy stringExt Id - Object
Type string - Owners []string
- Parent
Get
Hci Ncc Check Policy Parent - Pc
Ext stringId - Permission
Resources []GetHci Ncc Check Policy Permission Resource - Policy
Id string - Publisher string
- Registered
Device GetHci Ncc Check Policy Registered Device - Scope string
- string
- Sub
Type string -
[]Get
Hci Ncc Check Policy Tag - Target
Clusters []string - Title string
- Type string
- Version
Context GetHci Ncc Check Policy Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - ancestors list(object)
- class_
id string - classifications list(string)
- cluster_
configs list(object) - create_
time string - description string
- domain_
group_ stringmoid - domain_
manager object - entity_
type string - impact_
type string - kb_
articles list(string) - mod_
time string - moid string
- name string
- ncc_
policy_ stringext_ id - object_
type string - owners list(string)
- parent object
- pc_
ext_ stringid - permission_
resources list(object) - policy_
id string - publisher string
- registered_
device object - scope string
- string
- sub_
type string - list(object)
- target_
clusters list(string) - title string
- type string
- version_
context object
- id String
- results
List<Get
Hci Ncc Check Policy Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hci Ncc Check Policy Ancestor> - class
Id String - classifications List<String>
- cluster
Configs List<GetHci Ncc Check Policy Cluster Config> - create
Time String - description String
- domain
Group StringMoid - domain
Manager GetHci Ncc Check Policy Domain Manager - entity
Type String - impact
Type String - kb
Articles List<String> - mod
Time String - moid String
- name String
- ncc
Policy StringExt Id - object
Type String - owners List<String>
- parent
Get
Hci Ncc Check Policy Parent - pc
Ext StringId - permission
Resources List<GetHci Ncc Check Policy Permission Resource> - policy
Id String - publisher String
- registered
Device GetHci Ncc Check Policy Registered Device - scope String
- String
- sub
Type String -
List<Get
Hci Ncc Check Policy Tag> - target
Clusters List<String> - title String
- type String
- version
Context GetHci Ncc Check Policy Version Context
- id string
- results
Get
Hci Ncc Check Policy Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hci Ncc Check Policy Ancestor[] - class
Id string - classifications string[]
- cluster
Configs GetHci Ncc Check Policy Cluster Config[] - create
Time string - description string
- domain
Group stringMoid - domain
Manager GetHci Ncc Check Policy Domain Manager - entity
Type string - impact
Type string - kb
Articles string[] - mod
Time string - moid string
- name string
- ncc
Policy stringExt Id - object
Type string - owners string[]
- parent
Get
Hci Ncc Check Policy Parent - pc
Ext stringId - permission
Resources GetHci Ncc Check Policy Permission Resource[] - policy
Id string - publisher string
- registered
Device GetHci Ncc Check Policy Registered Device - scope string
- string
- sub
Type string -
Get
Hci Ncc Check Policy Tag[] - target
Clusters string[] - title string
- type string
- version
Context GetHci Ncc Check Policy Version Context
- id str
- results
Sequence[Get
Hci Ncc Check Policy Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hci Ncc Check Policy Ancestor] - class_
id str - classifications Sequence[str]
- cluster_
configs Sequence[GetHci Ncc Check Policy Cluster Config] - create_
time str - description str
- domain_
group_ strmoid - domain_
manager GetHci Ncc Check Policy Domain Manager - entity_
type str - impact_
type str - kb_
articles Sequence[str] - mod_
time str - moid str
- name str
- ncc_
policy_ strext_ id - object_
type str - owners Sequence[str]
- parent
Get
Hci Ncc Check Policy Parent - pc_
ext_ strid - permission_
resources Sequence[GetHci Ncc Check Policy Permission Resource] - policy_
id str - publisher str
- registered_
device GetHci Ncc Check Policy Registered Device - scope str
- str
- sub_
type str -
Sequence[Get
Hci Ncc Check Policy Tag] - target_
clusters Sequence[str] - title str
- type str
- version_
context GetHci Ncc Check Policy Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - classifications List<String>
- cluster
Configs List<Property Map> - create
Time String - description String
- domain
Group StringMoid - domain
Manager Property Map - entity
Type String - impact
Type String - kb
Articles List<String> - mod
Time String - moid String
- name String
- ncc
Policy StringExt Id - object
Type String - owners List<String>
- parent Property Map
- pc
Ext StringId - permission
Resources List<Property Map> - policy
Id String - publisher String
- registered
Device Property Map - scope String
- String
- sub
Type String - List<Property Map>
- target
Clusters List<String> - title String
- type String
- version
Context Property Map
Supporting Types
GetHciNccCheckPolicyAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyClusterConfig
- 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.
- Cluster
Ext stringId - Unique ID of the cluster.
- Configurable
Parameters List<GetHci Ncc Check Policy Cluster Config Configurable Parameter> - Is
Enabled bool - Indicates whether the NCC policy is enabled or not on the cluster.
- Last
Modified stringTime - Time in ISO 8601 format when the NCC policy was last modified.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Schedule
Interval doubleSeconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- Cluster
Ext stringId - Unique ID of the cluster.
- Configurable
Parameters []GetHci Ncc Check Policy Cluster Config Configurable Parameter - Is
Enabled bool - Indicates whether the NCC policy is enabled or not on the cluster.
- Last
Modified stringTime - Time in ISO 8601 format when the NCC policy was last modified.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Schedule
Interval float64Seconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- cluster_
ext_ stringid - Unique ID of the cluster.
- configurable_
parameters list(object) - is_
enabled bool - Indicates whether the NCC policy is enabled or not on the cluster.
- last_
modified_ stringtime - Time in ISO 8601 format when the NCC policy was last modified.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule_
interval_ numberseconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- cluster
Ext StringId - Unique ID of the cluster.
- configurable
Parameters List<GetHci Ncc Check Policy Cluster Config Configurable Parameter> - is
Enabled Boolean - Indicates whether the NCC policy is enabled or not on the cluster.
- last
Modified StringTime - Time in ISO 8601 format when the NCC policy was last modified.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Interval DoubleSeconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- cluster
Ext stringId - Unique ID of the cluster.
- configurable
Parameters GetHci Ncc Check Policy Cluster Config Configurable Parameter[] - is
Enabled boolean - Indicates whether the NCC policy is enabled or not on the cluster.
- last
Modified stringTime - Time in ISO 8601 format when the NCC policy was last modified.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Interval numberSeconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- cluster_
ext_ strid - Unique ID of the cluster.
- configurable_
parameters Sequence[GetHci Ncc Check Policy Cluster Config Configurable Parameter] - is_
enabled bool - Indicates whether the NCC policy is enabled or not on the cluster.
- last_
modified_ strtime - Time in ISO 8601 format when the NCC policy was last modified.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule_
interval_ floatseconds - Interval in seconds for periodically executing the NCC policy.
- 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.
- cluster
Ext StringId - Unique ID of the cluster.
- configurable
Parameters List<Property Map> - is
Enabled Boolean - Indicates whether the NCC policy is enabled or not on the cluster.
- last
Modified StringTime - Time in ISO 8601 format when the NCC policy was last modified.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- schedule
Interval NumberSeconds - Interval in seconds for periodically executing the NCC policy.
GetHciNccCheckPolicyClusterConfigConfigurableParameter
- 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.
- Name string
- The name of the NCC policy.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Param
Value GetHci Ncc Check Policy Cluster Config Configurable Parameter Param Value - Configured value for the parameter.
- Unit string
- Unit of measurement for the parameter.
- 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.
- Name string
- The name of the NCC policy.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Param
Value GetHci Ncc Check Policy Cluster Config Configurable Parameter Param Value - Configured value for the parameter.
- Unit string
- Unit of measurement for the parameter.
- 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.
- name string
- The name of the NCC policy.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param_
value object - Configured value for the parameter.
- unit string
- Unit of measurement for the parameter.
- 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.
- name String
- The name of the NCC policy.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value GetHci Ncc Check Policy Cluster Config Configurable Parameter Param Value - Configured value for the parameter.
- unit String
- Unit of measurement for the parameter.
- 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.
- name string
- The name of the NCC policy.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value GetHci Ncc Check Policy Cluster Config Configurable Parameter Param Value - Configured value for the parameter.
- unit string
- Unit of measurement for the parameter.
- 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.
- name str
- The name of the NCC policy.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param_
value GetHci Ncc Check Policy Cluster Config Configurable Parameter Param Value - Configured value for the parameter.
- unit str
- Unit of measurement for the parameter.
- 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.
- name String
- The name of the NCC policy.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value Property Map - Configured value for the parameter.
- unit String
- Unit of measurement for the parameter.
GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValue
- 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.
- Current
Value string - Current value of the parameter.
- Default
Value string - Default value of the parameter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Param
Value stringType - The object type of the configurable parameter value.
- Valid
Value List<GetRanges Hci Ncc Check Policy Cluster Config Configurable Parameter Param Value Valid Value Range>
- 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.
- Current
Value string - Current value of the parameter.
- Default
Value string - Default value of the parameter.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Param
Value stringType - The object type of the configurable parameter value.
- Valid
Value []GetRanges Hci Ncc Check Policy Cluster Config Configurable Parameter Param Value Valid Value Range
- 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.
- current_
value string - Current value of the parameter.
- default_
value string - Default value of the parameter.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param_
value_ stringtype - The object type of the configurable parameter value.
- valid_
value_ list(object)ranges
- 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.
- current
Value String - Current value of the parameter.
- default
Value String - Default value of the parameter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value StringType - The object type of the configurable parameter value.
- valid
Value List<GetRanges Hci Ncc Check Policy Cluster Config Configurable Parameter Param Value Valid Value Range>
- 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.
- current
Value string - Current value of the parameter.
- default
Value string - Default value of the parameter.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value stringType - The object type of the configurable parameter value.
- valid
Value GetRanges Hci Ncc Check Policy Cluster Config Configurable Parameter Param Value Valid Value Range[]
- 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.
- current_
value str - Current value of the parameter.
- default_
value str - Default value of the parameter.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param_
value_ strtype - The object type of the configurable parameter value.
- valid_
value_ Sequence[Getranges Hci Ncc Check Policy Cluster Config Configurable Parameter Param Value Valid Value Range]
- 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.
- current
Value String - Current value of the parameter.
- default
Value String - Default value of the parameter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- param
Value StringType - The object type of the configurable parameter value.
- valid
Value List<Property Map>Ranges
GetHciNccCheckPolicyClusterConfigConfigurableParameterParamValueValidValueRange
- 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.
- Maximum
Value string - Maximum value the parameter can have.
- Minimum
Value string - Minimum value the parameter can have.
- 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.
- Maximum
Value string - Maximum value the parameter can have.
- Minimum
Value string - Minimum value the parameter can have.
- 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.
- maximum_
value string - Maximum value the parameter can have.
- minimum_
value string - Minimum value the parameter can have.
- 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.
- maximum
Value String - Maximum value the parameter can have.
- minimum
Value String - Minimum value the parameter can have.
- 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.
- maximum
Value string - Maximum value the parameter can have.
- minimum
Value string - Minimum value the parameter can have.
- 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.
- maximum_
value str - Maximum value the parameter can have.
- minimum_
value str - Minimum value the parameter can have.
- 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.
- maximum
Value String - Maximum value the parameter can have.
- minimum
Value String - Minimum value the parameter can have.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNccCheckPolicyDomainManager
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Ncc Check Policy Result Ancestor> - Class
Id string - Classifications List<string>
- Cluster
Configs List<GetHci Ncc Check Policy Result Cluster Config> - Create
Time string - The time when this managed object was created.
- Description string
- NCC policy description text.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Managers List<GetHci Ncc Check Policy Result Domain Manager> - Entity
Type string - Entity type against which the alert is raised.
- Impact
Type string - Impact type to which this rule applies.
- Kb
Articles List<string> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the NCC policy.
- Ncc
Policy stringExt Id - Unique ID of the NCC policy.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hci Ncc Check Policy Result Parent> - Pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- Permission
Resources List<GetHci Ncc Check Policy Result Permission Resource> - Policy
Id string - Unique ID associated with the policy.
- Publisher string
- Publisher of the NCC policy.
- Registered
Devices List<GetHci Ncc Check Policy Result Registered Device> - Scope string
- Scope for the polcy execution.
- 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.
- Sub
Type string - Sub-type classification of the NCC policy.
-
List<Get
Hci Ncc Check Policy Result Tag> - Target
Clusters List<string> - Title string
- The title of the NCC policy.
- Type string
- Defines the type of the NCC policy.
- Version
Contexts List<GetHci Ncc Check Policy Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Ncc Check Policy Result Ancestor - Class
Id string - Classifications []string
- Cluster
Configs []GetHci Ncc Check Policy Result Cluster Config - Create
Time string - The time when this managed object was created.
- Description string
- NCC policy description text.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Domain
Managers []GetHci Ncc Check Policy Result Domain Manager - Entity
Type string - Entity type against which the alert is raised.
- Impact
Type string - Impact type to which this rule applies.
- Kb
Articles []string - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the NCC policy.
- Ncc
Policy stringExt Id - Unique ID of the NCC policy.
- Object
Type string - Owners []string
- Parents
[]Get
Hci Ncc Check Policy Result Parent - Pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- Permission
Resources []GetHci Ncc Check Policy Result Permission Resource - Policy
Id string - Unique ID associated with the policy.
- Publisher string
- Publisher of the NCC policy.
- Registered
Devices []GetHci Ncc Check Policy Result Registered Device - Scope string
- Scope for the polcy execution.
- 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.
- Sub
Type string - Sub-type classification of the NCC policy.
-
[]Get
Hci Ncc Check Policy Result Tag - Target
Clusters []string - Title string
- The title of the NCC policy.
- Type string
- Defines the type of the NCC policy.
- Version
Contexts []GetHci Ncc Check Policy Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - ancestors list(object)
- class_
id string - classifications list(string)
- cluster_
configs list(object) - create_
time string - The time when this managed object was created.
- description string
- NCC policy description text.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- domain_
managers list(object) - entity_
type string - Entity type against which the alert is raised.
- impact_
type string - Impact type to which this rule applies.
- kb_
articles list(string) - mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the NCC policy.
- ncc_
policy_ stringext_ id - Unique ID of the NCC policy.
- object_
type string - owners list(string)
- parents list(object)
- pc_
ext_ stringid - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission_
resources list(object) - policy_
id string - Unique ID associated with the policy.
- publisher string
- Publisher of the NCC policy.
- registered_
devices list(object) - scope string
- Scope for the polcy execution.
- 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.
- sub_
type string - Sub-type classification of the NCC policy.
- list(object)
- target_
clusters list(string) - title string
- The title of the NCC policy.
- type string
- Defines the type of the NCC policy.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Ncc Check Policy Result Ancestor> - class
Id String - classifications List<String>
- cluster
Configs List<GetHci Ncc Check Policy Result Cluster Config> - create
Time String - The time when this managed object was created.
- description String
- NCC policy description text.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Managers List<GetHci Ncc Check Policy Result Domain Manager> - entity
Type String - Entity type against which the alert is raised.
- impact
Type String - Impact type to which this rule applies.
- kb
Articles List<String> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the NCC policy.
- ncc
Policy StringExt Id - Unique ID of the NCC policy.
- object
Type String - owners List<String>
- parents
List<Get
Hci Ncc Check Policy Result Parent> - pc
Ext StringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources List<GetHci Ncc Check Policy Result Permission Resource> - policy
Id String - Unique ID associated with the policy.
- publisher String
- Publisher of the NCC policy.
- registered
Devices List<GetHci Ncc Check Policy Result Registered Device> - scope String
- Scope for the polcy execution.
- 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.
- sub
Type String - Sub-type classification of the NCC policy.
-
List<Get
Hci Ncc Check Policy Result Tag> - target
Clusters List<String> - title String
- The title of the NCC policy.
- type String
- Defines the type of the NCC policy.
- version
Contexts List<GetHci Ncc Check Policy Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Ncc Check Policy Result Ancestor[] - class
Id string - classifications string[]
- cluster
Configs GetHci Ncc Check Policy Result Cluster Config[] - create
Time string - The time when this managed object was created.
- description string
- NCC policy description text.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- domain
Managers GetHci Ncc Check Policy Result Domain Manager[] - entity
Type string - Entity type against which the alert is raised.
- impact
Type string - Impact type to which this rule applies.
- kb
Articles string[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the NCC policy.
- ncc
Policy stringExt Id - Unique ID of the NCC policy.
- object
Type string - owners string[]
- parents
Get
Hci Ncc Check Policy Result Parent[] - pc
Ext stringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources GetHci Ncc Check Policy Result Permission Resource[] - policy
Id string - Unique ID associated with the policy.
- publisher string
- Publisher of the NCC policy.
- registered
Devices GetHci Ncc Check Policy Result Registered Device[] - scope string
- Scope for the polcy execution.
- 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.
- sub
Type string - Sub-type classification of the NCC policy.
-
Get
Hci Ncc Check Policy Result Tag[] - target
Clusters string[] - title string
- The title of the NCC policy.
- type string
- Defines the type of the NCC policy.
- version
Contexts GetHci Ncc Check Policy Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Ncc Check Policy Result Ancestor] - class_
id str - classifications Sequence[str]
- cluster_
configs Sequence[GetHci Ncc Check Policy Result Cluster Config] - create_
time str - The time when this managed object was created.
- description str
- NCC policy description text.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- domain_
managers Sequence[GetHci Ncc Check Policy Result Domain Manager] - entity_
type str - Entity type against which the alert is raised.
- impact_
type str - Impact type to which this rule applies.
- kb_
articles Sequence[str] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the NCC policy.
- ncc_
policy_ strext_ id - Unique ID of the NCC policy.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hci Ncc Check Policy Result Parent] - pc_
ext_ strid - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission_
resources Sequence[GetHci Ncc Check Policy Result Permission Resource] - policy_
id str - Unique ID associated with the policy.
- publisher str
- Publisher of the NCC policy.
- registered_
devices Sequence[GetHci Ncc Check Policy Result Registered Device] - scope str
- Scope for the polcy execution.
- 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.
- sub_
type str - Sub-type classification of the NCC policy.
-
Sequence[Get
Hci Ncc Check Policy Result Tag] - target_
clusters Sequence[str] - title str
- The title of the NCC policy.
- type str
- Defines the type of the NCC policy.
- version_
contexts Sequence[GetHci Ncc Check Policy Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - classifications List<String>
- cluster
Configs List<Property Map> - create
Time String - The time when this managed object was created.
- description String
- NCC policy description text.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- domain
Managers List<Property Map> - entity
Type String - Entity type against which the alert is raised.
- impact
Type String - Impact type to which this rule applies.
- kb
Articles List<String> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the NCC policy.
- ncc
Policy StringExt Id - Unique ID of the NCC policy.
- object
Type String - owners List<String>
- parents List<Property Map>
- pc
Ext StringId - Unique identifier of the domain manager (Prism Central) instance which owns this policy.
- permission
Resources List<Property Map> - policy
Id String - Unique ID associated with the policy.
- publisher String
- Publisher of the NCC policy.
- registered
Devices List<Property Map> - scope String
- Scope for the polcy execution.
- 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.
- sub
Type String - Sub-type classification of the NCC policy.
- List<Property Map>
- target
Clusters List<String> - title String
- The title of the NCC policy.
- type String
- Defines the type of the NCC policy.
- version
Contexts List<Property Map>
GetHciNccCheckPolicyResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultClusterConfig
- Additional
Properties string - Class
Id string - Cluster
Ext stringId - Configurable
Parameters List<GetHci Ncc Check Policy Result Cluster Config Configurable Parameter> - Is
Enabled bool - Last
Modified stringTime - Object
Type string - Schedule
Interval doubleSeconds
- Additional
Properties string - Class
Id string - Cluster
Ext stringId - Configurable
Parameters []GetHci Ncc Check Policy Result Cluster Config Configurable Parameter - Is
Enabled bool - Last
Modified stringTime - Object
Type string - Schedule
Interval float64Seconds
- additional_
properties string - class_
id string - cluster_
ext_ stringid - configurable_
parameters list(object) - is_
enabled bool - last_
modified_ stringtime - object_
type string - schedule_
interval_ numberseconds
- additional
Properties String - class
Id String - cluster
Ext StringId - configurable
Parameters List<GetHci Ncc Check Policy Result Cluster Config Configurable Parameter> - is
Enabled Boolean - last
Modified StringTime - object
Type String - schedule
Interval DoubleSeconds
- additional
Properties string - class
Id string - cluster
Ext stringId - configurable
Parameters GetHci Ncc Check Policy Result Cluster Config Configurable Parameter[] - is
Enabled boolean - last
Modified stringTime - object
Type string - schedule
Interval numberSeconds
- additional
Properties String - class
Id String - cluster
Ext StringId - configurable
Parameters List<Property Map> - is
Enabled Boolean - last
Modified StringTime - object
Type String - schedule
Interval NumberSeconds
GetHciNccCheckPolicyResultClusterConfigConfigurableParameter
- Additional
Properties string - Class
Id string - Name string
- The name of the NCC policy.
- Object
Type string - Param
Values List<GetHci Ncc Check Policy Result Cluster Config Configurable Parameter Param Value> - Unit string
- Additional
Properties string - Class
Id string - Name string
- The name of the NCC policy.
- Object
Type string - Param
Values []GetHci Ncc Check Policy Result Cluster Config Configurable Parameter Param Value - Unit string
- additional_
properties string - class_
id string - name string
- The name of the NCC policy.
- object_
type string - param_
values list(object) - unit string
- additional
Properties String - class
Id String - name String
- The name of the NCC policy.
- object
Type String - param
Values List<GetHci Ncc Check Policy Result Cluster Config Configurable Parameter Param Value> - unit String
- additional
Properties string - class
Id string - name string
- The name of the NCC policy.
- object
Type string - param
Values GetHci Ncc Check Policy Result Cluster Config Configurable Parameter Param Value[] - unit string
- additional_
properties str - class_
id str - name str
- The name of the NCC policy.
- object_
type str - param_
values Sequence[GetHci Ncc Check Policy Result Cluster Config Configurable Parameter Param Value] - unit str
- additional
Properties String - class
Id String - name String
- The name of the NCC policy.
- object
Type String - param
Values List<Property Map> - unit String
GetHciNccCheckPolicyResultClusterConfigConfigurableParameterParamValue
- additional_
properties string - class_
id string - current_
value string - default_
value string - object_
type string - param_
value_ stringtype - valid_
value_ list(object)ranges
- additional
Properties String - class
Id String - current
Value String - default
Value String - object
Type String - param
Value StringType - valid
Value List<Property Map>Ranges
GetHciNccCheckPolicyResultClusterConfigConfigurableParameterParamValueValidValueRange
- Additional
Properties string - Class
Id string - Maximum
Value string - Minimum
Value string - Object
Type string
- Additional
Properties string - Class
Id string - Maximum
Value string - Minimum
Value string - Object
Type string
- additional_
properties string - class_
id string - maximum_
value string - minimum_
value string - object_
type string
- additional
Properties String - class
Id String - maximum
Value String - minimum
Value String - object
Type String
- additional
Properties string - class
Id string - maximum
Value string - minimum
Value string - object
Type string
- additional_
properties str - class_
id str - maximum_
value str - minimum_
value str - object_
type str
- additional
Properties String - class
Id String - maximum
Value String - minimum
Value String - object
Type String
GetHciNccCheckPolicyResultDomainManager
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultTag
- Additional
Properties string - Ancestor
Definitions List<GetHci Ncc Check Policy Result Tag Ancestor Definition> - Definitions
List<Get
Hci Ncc Check Policy Result Tag Definition> - Key string
- Propagated bool
- Sys
Tag bool - Type string
- Defines the type of the NCC policy.
- Value string
- Additional
Properties string - Ancestor
Definitions []GetHci Ncc Check Policy Result Tag Ancestor Definition - Definitions
[]Get
Hci Ncc Check Policy Result Tag Definition - Key string
- Propagated bool
- Sys
Tag bool - Type string
- Defines the type of the NCC policy.
- Value string
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- Defines the type of the NCC policy.
- value string
- additional
Properties String - ancestor
Definitions List<GetHci Ncc Check Policy Result Tag Ancestor Definition> - definitions
List<Get
Hci Ncc Check Policy Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- Defines the type of the NCC policy.
- value String
- additional
Properties string - ancestor
Definitions GetHci Ncc Check Policy Result Tag Ancestor Definition[] - definitions
Get
Hci Ncc Check Policy Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- Defines the type of the NCC policy.
- value string
- additional_
properties str - ancestor_
definitions Sequence[GetHci Ncc Check Policy Result Tag Ancestor Definition] - definitions
Sequence[Get
Hci Ncc Check Policy Result Tag Definition] - key str
- propagated bool
- sys_
tag bool - type str
- Defines the type of the NCC policy.
- value str
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- Defines the type of the NCC policy.
- value String
GetHciNccCheckPolicyResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties string - class
Id string - interested
Mos GetHci Ncc Check Policy Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHci Ncc Check Policy 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
GetHciNccCheckPolicyResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNccCheckPolicyTag
- Additional
Properties string - Ancestor
Definitions List<GetHci Ncc Check Policy Tag Ancestor Definition> - Definition
Get
Hci Ncc Check Policy Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- Defines the type of the NCC policy.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetHci Ncc Check Policy Tag Ancestor Definition - Definition
Get
Hci Ncc Check Policy Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- Defines the type of the NCC policy.
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- Defines the type of the NCC policy.
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetHci Ncc Check Policy Tag Ancestor Definition> - definition
Get
Hci Ncc Check Policy Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- Defines the type of the NCC policy.
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetHci Ncc Check Policy Tag Ancestor Definition[] - definition
Get
Hci Ncc Check Policy Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- Defines the type of the NCC policy.
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetHci Ncc Check Policy Tag Ancestor Definition] - definition
Get
Hci Ncc Check Policy Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- Defines the type of the NCC policy.
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- Defines the type of the NCC policy.
- value String
- The string representation of a tag value.
GetHciNccCheckPolicyTagAncestorDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyTagDefinition
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyVersionContext
- 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<GetHci Ncc Check Policy 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 GetHci Ncc Check Policy 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 []GetHci Ncc Check Policy 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 GetHci Ncc Check Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos list(object) - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified- Version created every time an object is modified.Configured- Version created every time an object is configured to the service profile.Deployed- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetHci Ncc Check Policy 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 GetHci Ncc Check Policy 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 GetHci Ncc Check Policy 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 GetHci Ncc Check Policy 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[GetHci Ncc Check Policy 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 GetHci Ncc Check Policy 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.
GetHciNccCheckPolicyVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNccCheckPolicyVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties string - class_
id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersightTerraform Provider.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet