1. Packages
  2. Intersight Provider
  3. API Docs
  4. getNiatelemetryApicCoreFileDetails
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getNiatelemetryApicCoreFileDetails

Explore with Pulumi AI

Object to capture Core File details in APIC.

Using getNiatelemetryApicCoreFileDetails

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 getNiatelemetryApicCoreFileDetails(args: GetNiatelemetryApicCoreFileDetailsArgs, opts?: InvokeOptions): Promise<GetNiatelemetryApicCoreFileDetailsResult>
function getNiatelemetryApicCoreFileDetailsOutput(args: GetNiatelemetryApicCoreFileDetailsOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryApicCoreFileDetailsResult>
Copy
def get_niatelemetry_apic_core_file_details(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetNiatelemetryApicCoreFileDetailsAncestor]] = None,
                                            annotation: Optional[str] = None,
                                            child_action: Optional[str] = None,
                                            class_id: Optional[str] = None,
                                            collection_time: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            data_type: Optional[str] = None,
                                            dn: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            export_file_uri: Optional[str] = None,
                                            export_status: Optional[str] = None,
                                            export_status_str: Optional[float] = None,
                                            export_tech_sup_file_uri: Optional[str] = None,
                                            exported_to_controller: Optional[str] = None,
                                            ext_mngd_by: Optional[str] = None,
                                            file_size: Optional[float] = None,
                                            host_name: Optional[str] = None,
                                            id: Optional[str] = None,
                                            lc_own: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            mod_ts: Optional[float] = None,
                                            moid: Optional[str] = None,
                                            node_id: Optional[str] = None,
                                            object_type: Optional[str] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetNiatelemetryApicCoreFileDetailsParent] = None,
                                            permission_resources: Optional[Sequence[GetNiatelemetryApicCoreFileDetailsPermissionResource]] = None,
                                            pol_name: Optional[str] = None,
                                            record_type: Optional[str] = None,
                                            record_version: Optional[str] = None,
                                            registered_device: Optional[GetNiatelemetryApicCoreFileDetailsRegisteredDevice] = None,
                                            shared_scope: Optional[str] = None,
                                            site_name: Optional[str] = None,
                                            status: Optional[str] = None,
                                            tags: Optional[Sequence[GetNiatelemetryApicCoreFileDetailsTag]] = None,
                                            uid: Optional[str] = None,
                                            userdom: Optional[str] = None,
                                            version_context: Optional[GetNiatelemetryApicCoreFileDetailsVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetNiatelemetryApicCoreFileDetailsResult
def get_niatelemetry_apic_core_file_details_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryApicCoreFileDetailsAncestorArgs]]]] = None,
                                            annotation: Optional[pulumi.Input[str]] = None,
                                            child_action: Optional[pulumi.Input[str]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            collection_time: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            data_type: Optional[pulumi.Input[str]] = None,
                                            dn: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            export_file_uri: Optional[pulumi.Input[str]] = None,
                                            export_status: Optional[pulumi.Input[str]] = None,
                                            export_status_str: Optional[pulumi.Input[float]] = None,
                                            export_tech_sup_file_uri: Optional[pulumi.Input[str]] = None,
                                            exported_to_controller: Optional[pulumi.Input[str]] = None,
                                            ext_mngd_by: Optional[pulumi.Input[str]] = None,
                                            file_size: Optional[pulumi.Input[float]] = None,
                                            host_name: Optional[pulumi.Input[str]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            lc_own: Optional[pulumi.Input[str]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            mod_ts: Optional[pulumi.Input[float]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            node_id: Optional[pulumi.Input[str]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetNiatelemetryApicCoreFileDetailsParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryApicCoreFileDetailsPermissionResourceArgs]]]] = None,
                                            pol_name: Optional[pulumi.Input[str]] = None,
                                            record_type: Optional[pulumi.Input[str]] = None,
                                            record_version: Optional[pulumi.Input[str]] = None,
                                            registered_device: Optional[pulumi.Input[GetNiatelemetryApicCoreFileDetailsRegisteredDeviceArgs]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            site_name: Optional[pulumi.Input[str]] = None,
                                            status: Optional[pulumi.Input[str]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryApicCoreFileDetailsTagArgs]]]] = None,
                                            uid: Optional[pulumi.Input[str]] = None,
                                            userdom: Optional[pulumi.Input[str]] = None,
                                            version_context: Optional[pulumi.Input[GetNiatelemetryApicCoreFileDetailsVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryApicCoreFileDetailsResult]
Copy
func LookupNiatelemetryApicCoreFileDetails(ctx *Context, args *LookupNiatelemetryApicCoreFileDetailsArgs, opts ...InvokeOption) (*LookupNiatelemetryApicCoreFileDetailsResult, error)
func LookupNiatelemetryApicCoreFileDetailsOutput(ctx *Context, args *LookupNiatelemetryApicCoreFileDetailsOutputArgs, opts ...InvokeOption) LookupNiatelemetryApicCoreFileDetailsResultOutput
Copy

> Note: This function is named LookupNiatelemetryApicCoreFileDetails in the Go SDK.

public static class GetNiatelemetryApicCoreFileDetails 
{
    public static Task<GetNiatelemetryApicCoreFileDetailsResult> InvokeAsync(GetNiatelemetryApicCoreFileDetailsArgs args, InvokeOptions? opts = null)
    public static Output<GetNiatelemetryApicCoreFileDetailsResult> Invoke(GetNiatelemetryApicCoreFileDetailsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNiatelemetryApicCoreFileDetailsResult> getNiatelemetryApicCoreFileDetails(GetNiatelemetryApicCoreFileDetailsArgs args, InvokeOptions options)
public static Output<GetNiatelemetryApicCoreFileDetailsResult> getNiatelemetryApicCoreFileDetails(GetNiatelemetryApicCoreFileDetailsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getNiatelemetryApicCoreFileDetails:getNiatelemetryApicCoreFileDetails
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetNiatelemetryApicCoreFileDetailsAncestor>
Annotation string
Annotation of the Core file in APIC.
ChildAction string
Child action of the Core file in APIC.
ClassId string
CollectionTime string
Collection Time of the Core file in APIC.
CreateTime string
The time when this managed object was created.
DataType string
Data type of the Core file in APIC.
Dn string
Dn for the Core file in the inventory.
DomainGroupMoid string
The DomainGroup ID for this managed object.
ExportFileUri string
Export file URI of the Core file in APIC.
ExportStatus string
Export status of the Core file in APIC.
ExportStatusStr double
Export status str of the Core file in APIC.
ExportTechSupFileUri string
Export tech Sup file URI of the Core file in APIC.
ExportedToController string
Return if file is exported To Controller or not in APIC.
ExtMngdBy string
Ext Mngd By of the Core file in APIC.
FileSize double
File size of the Core file in APIC.
HostName string
Host Name of the Core file in APIC.
Id string
LcOwn string
Lc owner of the Core file in APIC.
ModTime string
The time when this managed object was last modified.
ModTs double
Mod Ts of the Core file in APIC.
Moid string
The unique identifier of this Managed Object instance.
NodeId string
Node Id of the Core file in APIC.
ObjectType string
Owners List<string>
Parent GetNiatelemetryApicCoreFileDetailsParent
PermissionResources List<GetNiatelemetryApicCoreFileDetailsPermissionResource>
PolName string
Pol Name of the Core file in APIC.
RecordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SiteName string
Name of the APIC site from which this data is being collected.
Status string
Status of the Core file in APIC.
Tags List<GetNiatelemetryApicCoreFileDetailsTag>
Uid string
UId of the Core file in the APIC.
Userdom string
User dom of the Core file in APIC.
VersionContext GetNiatelemetryApicCoreFileDetailsVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetNiatelemetryApicCoreFileDetailsAncestor
Annotation string
Annotation of the Core file in APIC.
ChildAction string
Child action of the Core file in APIC.
ClassId string
CollectionTime string
Collection Time of the Core file in APIC.
CreateTime string
The time when this managed object was created.
DataType string
Data type of the Core file in APIC.
Dn string
Dn for the Core file in the inventory.
DomainGroupMoid string
The DomainGroup ID for this managed object.
ExportFileUri string
Export file URI of the Core file in APIC.
ExportStatus string
Export status of the Core file in APIC.
ExportStatusStr float64
Export status str of the Core file in APIC.
ExportTechSupFileUri string
Export tech Sup file URI of the Core file in APIC.
ExportedToController string
Return if file is exported To Controller or not in APIC.
ExtMngdBy string
Ext Mngd By of the Core file in APIC.
FileSize float64
File size of the Core file in APIC.
HostName string
Host Name of the Core file in APIC.
Id string
LcOwn string
Lc owner of the Core file in APIC.
ModTime string
The time when this managed object was last modified.
ModTs float64
Mod Ts of the Core file in APIC.
Moid string
The unique identifier of this Managed Object instance.
NodeId string
Node Id of the Core file in APIC.
ObjectType string
Owners []string
Parent GetNiatelemetryApicCoreFileDetailsParent
PermissionResources []GetNiatelemetryApicCoreFileDetailsPermissionResource
PolName string
Pol Name of the Core file in APIC.
RecordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SiteName string
Name of the APIC site from which this data is being collected.
Status string
Status of the Core file in APIC.
Tags []GetNiatelemetryApicCoreFileDetailsTag
Uid string
UId of the Core file in the APIC.
Userdom string
User dom of the Core file in APIC.
VersionContext GetNiatelemetryApicCoreFileDetailsVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetNiatelemetryApicCoreFileDetailsAncestor>
annotation String
Annotation of the Core file in APIC.
childAction String
Child action of the Core file in APIC.
classId String
collectionTime String
Collection Time of the Core file in APIC.
createTime String
The time when this managed object was created.
dataType String
Data type of the Core file in APIC.
dn String
Dn for the Core file in the inventory.
domainGroupMoid String
The DomainGroup ID for this managed object.
exportFileUri String
Export file URI of the Core file in APIC.
exportStatus String
Export status of the Core file in APIC.
exportStatusStr Double
Export status str of the Core file in APIC.
exportTechSupFileUri String
Export tech Sup file URI of the Core file in APIC.
exportedToController String
Return if file is exported To Controller or not in APIC.
extMngdBy String
Ext Mngd By of the Core file in APIC.
fileSize Double
File size of the Core file in APIC.
hostName String
Host Name of the Core file in APIC.
id String
lcOwn String
Lc owner of the Core file in APIC.
modTime String
The time when this managed object was last modified.
modTs Double
Mod Ts of the Core file in APIC.
moid String
The unique identifier of this Managed Object instance.
nodeId String
Node Id of the Core file in APIC.
objectType String
owners List<String>
parent GetNiatelemetryApicCoreFileDetailsParent
permissionResources List<GetNiatelemetryApicCoreFileDetailsPermissionResource>
polName String
Pol Name of the Core file in APIC.
recordType String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName String
Name of the APIC site from which this data is being collected.
status String
Status of the Core file in APIC.
tags List<GetNiatelemetryApicCoreFileDetailsTag>
uid String
UId of the Core file in the APIC.
userdom String
User dom of the Core file in APIC.
versionContext GetNiatelemetryApicCoreFileDetailsVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetNiatelemetryApicCoreFileDetailsAncestor[]
annotation string
Annotation of the Core file in APIC.
childAction string
Child action of the Core file in APIC.
classId string
collectionTime string
Collection Time of the Core file in APIC.
createTime string
The time when this managed object was created.
dataType string
Data type of the Core file in APIC.
dn string
Dn for the Core file in the inventory.
domainGroupMoid string
The DomainGroup ID for this managed object.
exportFileUri string
Export file URI of the Core file in APIC.
exportStatus string
Export status of the Core file in APIC.
exportStatusStr number
Export status str of the Core file in APIC.
exportTechSupFileUri string
Export tech Sup file URI of the Core file in APIC.
exportedToController string
Return if file is exported To Controller or not in APIC.
extMngdBy string
Ext Mngd By of the Core file in APIC.
fileSize number
File size of the Core file in APIC.
hostName string
Host Name of the Core file in APIC.
id string
lcOwn string
Lc owner of the Core file in APIC.
modTime string
The time when this managed object was last modified.
modTs number
Mod Ts of the Core file in APIC.
moid string
The unique identifier of this Managed Object instance.
nodeId string
Node Id of the Core file in APIC.
objectType string
owners string[]
parent GetNiatelemetryApicCoreFileDetailsParent
permissionResources GetNiatelemetryApicCoreFileDetailsPermissionResource[]
polName string
Pol Name of the Core file in APIC.
recordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName string
Name of the APIC site from which this data is being collected.
status string
Status of the Core file in APIC.
tags GetNiatelemetryApicCoreFileDetailsTag[]
uid string
UId of the Core file in the APIC.
userdom string
User dom of the Core file in APIC.
versionContext GetNiatelemetryApicCoreFileDetailsVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetNiatelemetryApicCoreFileDetailsAncestor]
annotation str
Annotation of the Core file in APIC.
child_action str
Child action of the Core file in APIC.
class_id str
collection_time str
Collection Time of the Core file in APIC.
create_time str
The time when this managed object was created.
data_type str
Data type of the Core file in APIC.
dn str
Dn for the Core file in the inventory.
domain_group_moid str
The DomainGroup ID for this managed object.
export_file_uri str
Export file URI of the Core file in APIC.
export_status str
Export status of the Core file in APIC.
export_status_str float
Export status str of the Core file in APIC.
export_tech_sup_file_uri str
Export tech Sup file URI of the Core file in APIC.
exported_to_controller str
Return if file is exported To Controller or not in APIC.
ext_mngd_by str
Ext Mngd By of the Core file in APIC.
file_size float
File size of the Core file in APIC.
host_name str
Host Name of the Core file in APIC.
id str
lc_own str
Lc owner of the Core file in APIC.
mod_time str
The time when this managed object was last modified.
mod_ts float
Mod Ts of the Core file in APIC.
moid str
The unique identifier of this Managed Object instance.
node_id str
Node Id of the Core file in APIC.
object_type str
owners Sequence[str]
parent GetNiatelemetryApicCoreFileDetailsParent
permission_resources Sequence[GetNiatelemetryApicCoreFileDetailsPermissionResource]
pol_name str
Pol Name of the Core file in APIC.
record_type str
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
record_version str
Version of record being pushed. This determines what was the API version for data available from the device.
registered_device GetNiatelemetryApicCoreFileDetailsRegisteredDevice
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
site_name str
Name of the APIC site from which this data is being collected.
status str
Status of the Core file in APIC.
tags Sequence[GetNiatelemetryApicCoreFileDetailsTag]
uid str
UId of the Core file in the APIC.
userdom str
User dom of the Core file in APIC.
version_context GetNiatelemetryApicCoreFileDetailsVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
annotation String
Annotation of the Core file in APIC.
childAction String
Child action of the Core file in APIC.
classId String
collectionTime String
Collection Time of the Core file in APIC.
createTime String
The time when this managed object was created.
dataType String
Data type of the Core file in APIC.
dn String
Dn for the Core file in the inventory.
domainGroupMoid String
The DomainGroup ID for this managed object.
exportFileUri String
Export file URI of the Core file in APIC.
exportStatus String
Export status of the Core file in APIC.
exportStatusStr Number
Export status str of the Core file in APIC.
exportTechSupFileUri String
Export tech Sup file URI of the Core file in APIC.
exportedToController String
Return if file is exported To Controller or not in APIC.
extMngdBy String
Ext Mngd By of the Core file in APIC.
fileSize Number
File size of the Core file in APIC.
hostName String
Host Name of the Core file in APIC.
id String
lcOwn String
Lc owner of the Core file in APIC.
modTime String
The time when this managed object was last modified.
modTs Number
Mod Ts of the Core file in APIC.
moid String
The unique identifier of this Managed Object instance.
nodeId String
Node Id of the Core file in APIC.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
polName String
Pol Name of the Core file in APIC.
recordType String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName String
Name of the APIC site from which this data is being collected.
status String
Status of the Core file in APIC.
tags List<Property Map>
uid String
UId of the Core file in the APIC.
userdom String
User dom of the Core file in APIC.
versionContext Property Map

getNiatelemetryApicCoreFileDetails Result

The following output properties are available:

Id string
Results List<GetNiatelemetryApicCoreFileDetailsResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetNiatelemetryApicCoreFileDetailsAncestor>
Annotation string
ChildAction string
ClassId string
CollectionTime string
CreateTime string
DataType string
Dn string
DomainGroupMoid string
ExportFileUri string
ExportStatus string
ExportStatusStr double
ExportTechSupFileUri string
ExportedToController string
ExtMngdBy string
FileSize double
HostName string
LcOwn string
ModTime string
ModTs double
Moid string
NodeId string
ObjectType string
Owners List<string>
Parent GetNiatelemetryApicCoreFileDetailsParent
PermissionResources List<GetNiatelemetryApicCoreFileDetailsPermissionResource>
PolName string
RecordType string
RecordVersion string
RegisteredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
SharedScope string
SiteName string
Status string
Tags List<GetNiatelemetryApicCoreFileDetailsTag>
Uid string
Userdom string
VersionContext GetNiatelemetryApicCoreFileDetailsVersionContext
Id string
Results []GetNiatelemetryApicCoreFileDetailsResult
AccountMoid string
AdditionalProperties string
Ancestors []GetNiatelemetryApicCoreFileDetailsAncestor
Annotation string
ChildAction string
ClassId string
CollectionTime string
CreateTime string
DataType string
Dn string
DomainGroupMoid string
ExportFileUri string
ExportStatus string
ExportStatusStr float64
ExportTechSupFileUri string
ExportedToController string
ExtMngdBy string
FileSize float64
HostName string
LcOwn string
ModTime string
ModTs float64
Moid string
NodeId string
ObjectType string
Owners []string
Parent GetNiatelemetryApicCoreFileDetailsParent
PermissionResources []GetNiatelemetryApicCoreFileDetailsPermissionResource
PolName string
RecordType string
RecordVersion string
RegisteredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
SharedScope string
SiteName string
Status string
Tags []GetNiatelemetryApicCoreFileDetailsTag
Uid string
Userdom string
VersionContext GetNiatelemetryApicCoreFileDetailsVersionContext
id String
results List<GetNiatelemetryApicCoreFileDetailsResult>
accountMoid String
additionalProperties String
ancestors List<GetNiatelemetryApicCoreFileDetailsAncestor>
annotation String
childAction String
classId String
collectionTime String
createTime String
dataType String
dn String
domainGroupMoid String
exportFileUri String
exportStatus String
exportStatusStr Double
exportTechSupFileUri String
exportedToController String
extMngdBy String
fileSize Double
hostName String
lcOwn String
modTime String
modTs Double
moid String
nodeId String
objectType String
owners List<String>
parent GetNiatelemetryApicCoreFileDetailsParent
permissionResources List<GetNiatelemetryApicCoreFileDetailsPermissionResource>
polName String
recordType String
recordVersion String
registeredDevice GetNiatelemetryApicCoreFileDetailsRegisteredDevice
sharedScope String
siteName String
status String
tags List<GetNiatelemetryApicCoreFileDetailsTag>
uid String
userdom String
versionContext GetNiatelemetryApicCoreFileDetailsVersionContext
id str
results Sequence[GetNiatelemetryApicCoreFileDetailsResult]
account_moid str
additional_properties str
ancestors Sequence[GetNiatelemetryApicCoreFileDetailsAncestor]
annotation str
child_action str
class_id str
collection_time str
create_time str
data_type str
dn str
domain_group_moid str
export_file_uri str
export_status str
export_status_str float
export_tech_sup_file_uri str
exported_to_controller str
ext_mngd_by str
file_size float
host_name str
lc_own str
mod_time str
mod_ts float
moid str
node_id str
object_type str
owners Sequence[str]
parent GetNiatelemetryApicCoreFileDetailsParent
permission_resources Sequence[GetNiatelemetryApicCoreFileDetailsPermissionResource]
pol_name str
record_type str
record_version str
registered_device GetNiatelemetryApicCoreFileDetailsRegisteredDevice
shared_scope str
site_name str
status str
tags Sequence[GetNiatelemetryApicCoreFileDetailsTag]
uid str
userdom str
version_context GetNiatelemetryApicCoreFileDetailsVersionContext

Supporting Types

GetNiatelemetryApicCoreFileDetailsAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetNiatelemetryApicCoreFileDetailsParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetNiatelemetryApicCoreFileDetailsPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetNiatelemetryApicCoreFileDetailsRegisteredDevice

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetNiatelemetryApicCoreFileDetailsResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetNiatelemetryApicCoreFileDetailsResultAncestor>
Annotation This property is required. string
Annotation of the Core file in APIC.
ChildAction This property is required. string
Child action of the Core file in APIC.
ClassId This property is required. string
CollectionTime This property is required. string
Collection Time of the Core file in APIC.
CreateTime This property is required. string
The time when this managed object was created.
DataType This property is required. string
Data type of the Core file in APIC.
Dn This property is required. string
Dn for the Core file in the inventory.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ExportFileUri This property is required. string
Export file URI of the Core file in APIC.
ExportStatus This property is required. string
Export status of the Core file in APIC.
ExportStatusStr This property is required. double
Export status str of the Core file in APIC.
ExportTechSupFileUri This property is required. string
Export tech Sup file URI of the Core file in APIC.
ExportedToController This property is required. string
Return if file is exported To Controller or not in APIC.
ExtMngdBy This property is required. string
Ext Mngd By of the Core file in APIC.
FileSize This property is required. double
File size of the Core file in APIC.
HostName This property is required. string
Host Name of the Core file in APIC.
LcOwn This property is required. string
Lc owner of the Core file in APIC.
ModTime This property is required. string
The time when this managed object was last modified.
ModTs This property is required. double
Mod Ts of the Core file in APIC.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeId This property is required. string
Node Id of the Core file in APIC.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetNiatelemetryApicCoreFileDetailsResultParent>
PermissionResources This property is required. List<GetNiatelemetryApicCoreFileDetailsResultPermissionResource>
PolName This property is required. string
Pol Name of the Core file in APIC.
RecordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevices This property is required. List<GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice>
SharedScope This property is required. 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.
SiteName This property is required. string
Name of the APIC site from which this data is being collected.
Status This property is required. string
Status of the Core file in APIC.
Tags This property is required. List<GetNiatelemetryApicCoreFileDetailsResultTag>
Uid This property is required. string
UId of the Core file in the APIC.
Userdom This property is required. string
User dom of the Core file in APIC.
VersionContexts This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetNiatelemetryApicCoreFileDetailsResultAncestor
Annotation This property is required. string
Annotation of the Core file in APIC.
ChildAction This property is required. string
Child action of the Core file in APIC.
ClassId This property is required. string
CollectionTime This property is required. string
Collection Time of the Core file in APIC.
CreateTime This property is required. string
The time when this managed object was created.
DataType This property is required. string
Data type of the Core file in APIC.
Dn This property is required. string
Dn for the Core file in the inventory.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ExportFileUri This property is required. string
Export file URI of the Core file in APIC.
ExportStatus This property is required. string
Export status of the Core file in APIC.
ExportStatusStr This property is required. float64
Export status str of the Core file in APIC.
ExportTechSupFileUri This property is required. string
Export tech Sup file URI of the Core file in APIC.
ExportedToController This property is required. string
Return if file is exported To Controller or not in APIC.
ExtMngdBy This property is required. string
Ext Mngd By of the Core file in APIC.
FileSize This property is required. float64
File size of the Core file in APIC.
HostName This property is required. string
Host Name of the Core file in APIC.
LcOwn This property is required. string
Lc owner of the Core file in APIC.
ModTime This property is required. string
The time when this managed object was last modified.
ModTs This property is required. float64
Mod Ts of the Core file in APIC.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeId This property is required. string
Node Id of the Core file in APIC.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetNiatelemetryApicCoreFileDetailsResultParent
PermissionResources This property is required. []GetNiatelemetryApicCoreFileDetailsResultPermissionResource
PolName This property is required. string
Pol Name of the Core file in APIC.
RecordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevices This property is required. []GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice
SharedScope This property is required. 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.
SiteName This property is required. string
Name of the APIC site from which this data is being collected.
Status This property is required. string
Status of the Core file in APIC.
Tags This property is required. []GetNiatelemetryApicCoreFileDetailsResultTag
Uid This property is required. string
UId of the Core file in the APIC.
Userdom This property is required. string
User dom of the Core file in APIC.
VersionContexts This property is required. []GetNiatelemetryApicCoreFileDetailsResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetNiatelemetryApicCoreFileDetailsResultAncestor>
annotation This property is required. String
Annotation of the Core file in APIC.
childAction This property is required. String
Child action of the Core file in APIC.
classId This property is required. String
collectionTime This property is required. String
Collection Time of the Core file in APIC.
createTime This property is required. String
The time when this managed object was created.
dataType This property is required. String
Data type of the Core file in APIC.
dn This property is required. String
Dn for the Core file in the inventory.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
exportFileUri This property is required. String
Export file URI of the Core file in APIC.
exportStatus This property is required. String
Export status of the Core file in APIC.
exportStatusStr This property is required. Double
Export status str of the Core file in APIC.
exportTechSupFileUri This property is required. String
Export tech Sup file URI of the Core file in APIC.
exportedToController This property is required. String
Return if file is exported To Controller or not in APIC.
extMngdBy This property is required. String
Ext Mngd By of the Core file in APIC.
fileSize This property is required. Double
File size of the Core file in APIC.
hostName This property is required. String
Host Name of the Core file in APIC.
lcOwn This property is required. String
Lc owner of the Core file in APIC.
modTime This property is required. String
The time when this managed object was last modified.
modTs This property is required. Double
Mod Ts of the Core file in APIC.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeId This property is required. String
Node Id of the Core file in APIC.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetNiatelemetryApicCoreFileDetailsResultParent>
permissionResources This property is required. List<GetNiatelemetryApicCoreFileDetailsResultPermissionResource>
polName This property is required. String
Pol Name of the Core file in APIC.
recordType This property is required. String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. List<GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice>
sharedScope This property is required. 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.
siteName This property is required. String
Name of the APIC site from which this data is being collected.
status This property is required. String
Status of the Core file in APIC.
tags This property is required. List<GetNiatelemetryApicCoreFileDetailsResultTag>
uid This property is required. String
UId of the Core file in the APIC.
userdom This property is required. String
User dom of the Core file in APIC.
versionContexts This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetNiatelemetryApicCoreFileDetailsResultAncestor[]
annotation This property is required. string
Annotation of the Core file in APIC.
childAction This property is required. string
Child action of the Core file in APIC.
classId This property is required. string
collectionTime This property is required. string
Collection Time of the Core file in APIC.
createTime This property is required. string
The time when this managed object was created.
dataType This property is required. string
Data type of the Core file in APIC.
dn This property is required. string
Dn for the Core file in the inventory.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
exportFileUri This property is required. string
Export file URI of the Core file in APIC.
exportStatus This property is required. string
Export status of the Core file in APIC.
exportStatusStr This property is required. number
Export status str of the Core file in APIC.
exportTechSupFileUri This property is required. string
Export tech Sup file URI of the Core file in APIC.
exportedToController This property is required. string
Return if file is exported To Controller or not in APIC.
extMngdBy This property is required. string
Ext Mngd By of the Core file in APIC.
fileSize This property is required. number
File size of the Core file in APIC.
hostName This property is required. string
Host Name of the Core file in APIC.
lcOwn This property is required. string
Lc owner of the Core file in APIC.
modTime This property is required. string
The time when this managed object was last modified.
modTs This property is required. number
Mod Ts of the Core file in APIC.
moid This property is required. string
The unique identifier of this Managed Object instance.
nodeId This property is required. string
Node Id of the Core file in APIC.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetNiatelemetryApicCoreFileDetailsResultParent[]
permissionResources This property is required. GetNiatelemetryApicCoreFileDetailsResultPermissionResource[]
polName This property is required. string
Pol Name of the Core file in APIC.
recordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice[]
sharedScope This property is required. 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.
siteName This property is required. string
Name of the APIC site from which this data is being collected.
status This property is required. string
Status of the Core file in APIC.
tags This property is required. GetNiatelemetryApicCoreFileDetailsResultTag[]
uid This property is required. string
UId of the Core file in the APIC.
userdom This property is required. string
User dom of the Core file in APIC.
versionContexts This property is required. GetNiatelemetryApicCoreFileDetailsResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultAncestor]
annotation This property is required. str
Annotation of the Core file in APIC.
child_action This property is required. str
Child action of the Core file in APIC.
class_id This property is required. str
collection_time This property is required. str
Collection Time of the Core file in APIC.
create_time This property is required. str
The time when this managed object was created.
data_type This property is required. str
Data type of the Core file in APIC.
dn This property is required. str
Dn for the Core file in the inventory.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
export_file_uri This property is required. str
Export file URI of the Core file in APIC.
export_status This property is required. str
Export status of the Core file in APIC.
export_status_str This property is required. float
Export status str of the Core file in APIC.
export_tech_sup_file_uri This property is required. str
Export tech Sup file URI of the Core file in APIC.
exported_to_controller This property is required. str
Return if file is exported To Controller or not in APIC.
ext_mngd_by This property is required. str
Ext Mngd By of the Core file in APIC.
file_size This property is required. float
File size of the Core file in APIC.
host_name This property is required. str
Host Name of the Core file in APIC.
lc_own This property is required. str
Lc owner of the Core file in APIC.
mod_time This property is required. str
The time when this managed object was last modified.
mod_ts This property is required. float
Mod Ts of the Core file in APIC.
moid This property is required. str
The unique identifier of this Managed Object instance.
node_id This property is required. str
Node Id of the Core file in APIC.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultParent]
permission_resources This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultPermissionResource]
pol_name This property is required. str
Pol Name of the Core file in APIC.
record_type This property is required. str
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
record_version This property is required. str
Version of record being pushed. This determines what was the API version for data available from the device.
registered_devices This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice]
shared_scope This property is required. 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.
site_name This property is required. str
Name of the APIC site from which this data is being collected.
status This property is required. str
Status of the Core file in APIC.
tags This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultTag]
uid This property is required. str
UId of the Core file in the APIC.
userdom This property is required. str
User dom of the Core file in APIC.
version_contexts This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
annotation This property is required. String
Annotation of the Core file in APIC.
childAction This property is required. String
Child action of the Core file in APIC.
classId This property is required. String
collectionTime This property is required. String
Collection Time of the Core file in APIC.
createTime This property is required. String
The time when this managed object was created.
dataType This property is required. String
Data type of the Core file in APIC.
dn This property is required. String
Dn for the Core file in the inventory.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
exportFileUri This property is required. String
Export file URI of the Core file in APIC.
exportStatus This property is required. String
Export status of the Core file in APIC.
exportStatusStr This property is required. Number
Export status str of the Core file in APIC.
exportTechSupFileUri This property is required. String
Export tech Sup file URI of the Core file in APIC.
exportedToController This property is required. String
Return if file is exported To Controller or not in APIC.
extMngdBy This property is required. String
Ext Mngd By of the Core file in APIC.
fileSize This property is required. Number
File size of the Core file in APIC.
hostName This property is required. String
Host Name of the Core file in APIC.
lcOwn This property is required. String
Lc owner of the Core file in APIC.
modTime This property is required. String
The time when this managed object was last modified.
modTs This property is required. Number
Mod Ts of the Core file in APIC.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeId This property is required. String
Node Id of the Core file in APIC.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
polName This property is required. String
Pol Name of the Core file in APIC.
recordType This property is required. String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. 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.
siteName This property is required. String
Name of the APIC site from which this data is being collected.
status This property is required. String
Status of the Core file in APIC.
tags This property is required. List<Property Map>
uid This property is required. String
UId of the Core file in the APIC.
userdom This property is required. String
User dom of the Core file in APIC.
versionContexts This property is required. List<Property Map>

GetNiatelemetryApicCoreFileDetailsResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetNiatelemetryApicCoreFileDetailsResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryApicCoreFileDetailsTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetNiatelemetryApicCoreFileDetailsVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetNiatelemetryApicCoreFileDetailsVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetNiatelemetryApicCoreFileDetailsVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetNiatelemetryApicCoreFileDetailsVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetNiatelemetryApicCoreFileDetailsVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetNiatelemetryApicCoreFileDetailsVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetNiatelemetryApicCoreFileDetailsVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

GetNiatelemetryApicCoreFileDetailsVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

GetNiatelemetryApicCoreFileDetailsVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.