intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNiatelemetryApicCoreFileDetails
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupNiatelemetryApicCoreFileDetails(ctx *Context, args *LookupNiatelemetryApicCoreFileDetailsArgs, opts ...InvokeOption) (*LookupNiatelemetryApicCoreFileDetailsResult, error)
func LookupNiatelemetryApicCoreFileDetailsOutput(ctx *Context, args *LookupNiatelemetryApicCoreFileDetailsOutputArgs, opts ...InvokeOption) LookupNiatelemetryApicCoreFileDetailsResultOutput> 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)
}public static CompletableFuture<GetNiatelemetryApicCoreFileDetailsResult> getNiatelemetryApicCoreFileDetails(GetNiatelemetryApicCoreFileDetailsArgs args, InvokeOptions options)
public static Output<GetNiatelemetryApicCoreFileDetailsResult> getNiatelemetryApicCoreFileDetails(GetNiatelemetryApicCoreFileDetailsArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getNiatelemetryApicCoreFileDetails:getNiatelemetryApicCoreFileDetails
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Apic Core File Details Ancestor> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExportFile stringUri 
- Export file URI of the Core file in APIC.
- ExportStatus string
- Export status of the Core file in APIC.
- ExportStatus doubleStr 
- Export status str of the Core file in APIC.
- ExportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- ExportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- ExtMngd stringBy 
- 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
GetNiatelemetry Apic Core File Details Parent 
- PermissionResources List<GetNiatelemetry Apic Core File Details Permission Resource> 
- 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 GetNiatelemetry Apic Core File Details Registered Device 
- 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.
- 
List<GetNiatelemetry Apic Core File Details Tag> 
- Uid string
- UId of the Core file in the APIC.
- Userdom string
- User dom of the Core file in APIC.
- VersionContext GetNiatelemetry Apic Core File Details Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Apic Core File Details Ancestor 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExportFile stringUri 
- Export file URI of the Core file in APIC.
- ExportStatus string
- Export status of the Core file in APIC.
- ExportStatus float64Str 
- Export status str of the Core file in APIC.
- ExportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- ExportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- ExtMngd stringBy 
- 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
GetNiatelemetry Apic Core File Details Parent 
- PermissionResources []GetNiatelemetry Apic Core File Details Permission Resource 
- 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 GetNiatelemetry Apic Core File Details Registered Device 
- 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.
- 
[]GetNiatelemetry Apic Core File Details Tag 
- Uid string
- UId of the Core file in the APIC.
- Userdom string
- User dom of the Core file in APIC.
- VersionContext GetNiatelemetry Apic Core File Details Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Apic Core File Details Ancestor> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- exportFile StringUri 
- Export file URI of the Core file in APIC.
- exportStatus String
- Export status of the Core file in APIC.
- exportStatus DoubleStr 
- Export status str of the Core file in APIC.
- exportTech StringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo StringController 
- Return if file is exported To Controller or not in APIC.
- extMngd StringBy 
- 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
GetNiatelemetry Apic Core File Details Parent 
- permissionResources List<GetNiatelemetry Apic Core File Details Permission Resource> 
- 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 GetNiatelemetry Apic Core File Details Registered Device 
- 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.
- 
List<GetNiatelemetry Apic Core File Details Tag> 
- uid String
- UId of the Core file in the APIC.
- userdom String
- User dom of the Core file in APIC.
- versionContext GetNiatelemetry Apic Core File Details Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Apic Core File Details Ancestor[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- exportFile stringUri 
- Export file URI of the Core file in APIC.
- exportStatus string
- Export status of the Core file in APIC.
- exportStatus numberStr 
- Export status str of the Core file in APIC.
- exportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- extMngd stringBy 
- 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
GetNiatelemetry Apic Core File Details Parent 
- permissionResources GetNiatelemetry Apic Core File Details Permission Resource[] 
- 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 GetNiatelemetry Apic Core File Details Registered Device 
- 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.
- 
GetNiatelemetry Apic Core File Details Tag[] 
- uid string
- UId of the Core file in the APIC.
- userdom string
- User dom of the Core file in APIC.
- versionContext GetNiatelemetry Apic Core File Details Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Apic Core File Details Ancestor] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- export_file_ struri 
- Export file URI of the Core file in APIC.
- export_status str
- Export status of the Core file in APIC.
- export_status_ floatstr 
- Export status str of the Core file in APIC.
- export_tech_ strsup_ file_ uri 
- Export tech Sup file URI of the Core file in APIC.
- exported_to_ strcontroller 
- Return if file is exported To Controller or not in APIC.
- ext_mngd_ strby 
- 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
GetNiatelemetry Apic Core File Details Parent 
- permission_resources Sequence[GetNiatelemetry Apic Core File Details Permission Resource] 
- 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 GetNiatelemetry Apic Core File Details Registered Device 
- 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.
- 
Sequence[GetNiatelemetry Apic Core File Details Tag] 
- uid str
- UId of the Core file in the APIC.
- userdom str
- User dom of the Core file in APIC.
- version_context GetNiatelemetry Apic Core File Details Version Context 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- exportFile StringUri 
- Export file URI of the Core file in APIC.
- exportStatus String
- Export status of the Core file in APIC.
- exportStatus NumberStr 
- Export status str of the Core file in APIC.
- exportTech StringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo StringController 
- Return if file is exported To Controller or not in APIC.
- extMngd StringBy 
- 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
- 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.
- 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<GetNiatelemetry Apic Core File Details Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Apic Core File Details Ancestor> 
- Annotation string
- ChildAction string
- ClassId string
- CollectionTime string
- CreateTime string
- DataType string
- Dn string
- DomainGroup stringMoid 
- ExportFile stringUri 
- ExportStatus string
- ExportStatus doubleStr 
- ExportTech stringSup File Uri 
- ExportedTo stringController 
- ExtMngd stringBy 
- FileSize double
- HostName string
- LcOwn string
- ModTime string
- ModTs double
- Moid string
- NodeId string
- ObjectType string
- Owners List<string>
- Parent
GetNiatelemetry Apic Core File Details Parent 
- PermissionResources List<GetNiatelemetry Apic Core File Details Permission Resource> 
- PolName string
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Apic Core File Details Registered Device 
- string
- SiteName string
- Status string
- 
List<GetNiatelemetry Apic Core File Details Tag> 
- Uid string
- Userdom string
- VersionContext GetNiatelemetry Apic Core File Details Version Context 
- Id string
- Results
[]GetNiatelemetry Apic Core File Details Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Apic Core File Details Ancestor 
- Annotation string
- ChildAction string
- ClassId string
- CollectionTime string
- CreateTime string
- DataType string
- Dn string
- DomainGroup stringMoid 
- ExportFile stringUri 
- ExportStatus string
- ExportStatus float64Str 
- ExportTech stringSup File Uri 
- ExportedTo stringController 
- ExtMngd stringBy 
- FileSize float64
- HostName string
- LcOwn string
- ModTime string
- ModTs float64
- Moid string
- NodeId string
- ObjectType string
- Owners []string
- Parent
GetNiatelemetry Apic Core File Details Parent 
- PermissionResources []GetNiatelemetry Apic Core File Details Permission Resource 
- PolName string
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Apic Core File Details Registered Device 
- string
- SiteName string
- Status string
- 
[]GetNiatelemetry Apic Core File Details Tag 
- Uid string
- Userdom string
- VersionContext GetNiatelemetry Apic Core File Details Version Context 
- id String
- results
List<GetNiatelemetry Apic Core File Details Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetNiatelemetry Apic Core File Details Ancestor> 
- annotation String
- childAction String
- classId String
- collectionTime String
- createTime String
- dataType String
- dn String
- domainGroup StringMoid 
- exportFile StringUri 
- exportStatus String
- exportStatus DoubleStr 
- exportTech StringSup File Uri 
- exportedTo StringController 
- extMngd StringBy 
- fileSize Double
- hostName String
- lcOwn String
- modTime String
- modTs Double
- moid String
- nodeId String
- objectType String
- owners List<String>
- parent
GetNiatelemetry Apic Core File Details Parent 
- permissionResources List<GetNiatelemetry Apic Core File Details Permission Resource> 
- polName String
- recordType String
- recordVersion String
- registeredDevice GetNiatelemetry Apic Core File Details Registered Device 
- String
- siteName String
- status String
- 
List<GetNiatelemetry Apic Core File Details Tag> 
- uid String
- userdom String
- versionContext GetNiatelemetry Apic Core File Details Version Context 
- id string
- results
GetNiatelemetry Apic Core File Details Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetNiatelemetry Apic Core File Details Ancestor[] 
- annotation string
- childAction string
- classId string
- collectionTime string
- createTime string
- dataType string
- dn string
- domainGroup stringMoid 
- exportFile stringUri 
- exportStatus string
- exportStatus numberStr 
- exportTech stringSup File Uri 
- exportedTo stringController 
- extMngd stringBy 
- fileSize number
- hostName string
- lcOwn string
- modTime string
- modTs number
- moid string
- nodeId string
- objectType string
- owners string[]
- parent
GetNiatelemetry Apic Core File Details Parent 
- permissionResources GetNiatelemetry Apic Core File Details Permission Resource[] 
- polName string
- recordType string
- recordVersion string
- registeredDevice GetNiatelemetry Apic Core File Details Registered Device 
- string
- siteName string
- status string
- 
GetNiatelemetry Apic Core File Details Tag[] 
- uid string
- userdom string
- versionContext GetNiatelemetry Apic Core File Details Version Context 
- id str
- results
Sequence[GetNiatelemetry Apic Core File Details Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Apic Core File Details Ancestor] 
- annotation str
- child_action str
- class_id str
- collection_time str
- create_time str
- data_type str
- dn str
- domain_group_ strmoid 
- export_file_ struri 
- export_status str
- export_status_ floatstr 
- export_tech_ strsup_ file_ uri 
- exported_to_ strcontroller 
- ext_mngd_ strby 
- 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
GetNiatelemetry Apic Core File Details Parent 
- permission_resources Sequence[GetNiatelemetry Apic Core File Details Permission Resource] 
- pol_name str
- record_type str
- record_version str
- registered_device GetNiatelemetry Apic Core File Details Registered Device 
- str
- site_name str
- status str
- 
Sequence[GetNiatelemetry Apic Core File Details Tag] 
- uid str
- userdom str
- version_context GetNiatelemetry Apic Core File Details Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- annotation String
- childAction String
- classId String
- collectionTime String
- createTime String
- dataType String
- dn String
- domainGroup StringMoid 
- exportFile StringUri 
- exportStatus String
- exportStatus NumberStr 
- exportTech StringSup File Uri 
- exportedTo StringController 
- extMngd StringBy 
- fileSize Number
- hostName String
- lcOwn String
- modTime String
- modTs Number
- moid String
- nodeId String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- polName String
- recordType String
- recordVersion String
- registeredDevice Property Map
- String
- siteName String
- status String
- List<Property Map>
- uid String
- userdom String
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiatelemetryApicCoreFileDetailsResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Apic Core File Details Result Ancestor> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExportFile stringUri 
- Export file URI of the Core file in APIC.
- ExportStatus string
- Export status of the Core file in APIC.
- ExportStatus doubleStr 
- Export status str of the Core file in APIC.
- ExportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- ExportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- ExtMngd stringBy 
- 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.
- 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>
- Parents
List<GetNiatelemetry Apic Core File Details Result Parent> 
- PermissionResources List<GetNiatelemetry Apic Core File Details Result Permission Resource> 
- 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.
- RegisteredDevices List<GetNiatelemetry Apic Core File Details Result Registered Device> 
- 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.
- 
List<GetNiatelemetry Apic Core File Details Result Tag> 
- Uid string
- UId of the Core file in the APIC.
- Userdom string
- User dom of the Core file in APIC.
- VersionContexts List<GetNiatelemetry Apic Core File Details Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Apic Core File Details Result Ancestor 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExportFile stringUri 
- Export file URI of the Core file in APIC.
- ExportStatus string
- Export status of the Core file in APIC.
- ExportStatus float64Str 
- Export status str of the Core file in APIC.
- ExportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- ExportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- ExtMngd stringBy 
- 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.
- 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
- Parents
[]GetNiatelemetry Apic Core File Details Result Parent 
- PermissionResources []GetNiatelemetry Apic Core File Details Result Permission Resource 
- 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.
- RegisteredDevices []GetNiatelemetry Apic Core File Details Result Registered Device 
- 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.
- 
[]GetNiatelemetry Apic Core File Details Result Tag 
- Uid string
- UId of the Core file in the APIC.
- Userdom string
- User dom of the Core file in APIC.
- VersionContexts []GetNiatelemetry Apic Core File Details Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Apic Core File Details Result Ancestor> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- exportFile StringUri 
- Export file URI of the Core file in APIC.
- exportStatus String
- Export status of the Core file in APIC.
- exportStatus DoubleStr 
- Export status str of the Core file in APIC.
- exportTech StringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo StringController 
- Return if file is exported To Controller or not in APIC.
- extMngd StringBy 
- 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.
- 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>
- parents
List<GetNiatelemetry Apic Core File Details Result Parent> 
- permissionResources List<GetNiatelemetry Apic Core File Details Result Permission Resource> 
- 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.
- registeredDevices List<GetNiatelemetry Apic Core File Details Result Registered Device> 
- 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.
- 
List<GetNiatelemetry Apic Core File Details Result Tag> 
- uid String
- UId of the Core file in the APIC.
- userdom String
- User dom of the Core file in APIC.
- versionContexts List<GetNiatelemetry Apic Core File Details Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Apic Core File Details Result Ancestor[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- exportFile stringUri 
- Export file URI of the Core file in APIC.
- exportStatus string
- Export status of the Core file in APIC.
- exportStatus numberStr 
- Export status str of the Core file in APIC.
- exportTech stringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo stringController 
- Return if file is exported To Controller or not in APIC.
- extMngd stringBy 
- 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.
- 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[]
- parents
GetNiatelemetry Apic Core File Details Result Parent[] 
- permissionResources GetNiatelemetry Apic Core File Details Result Permission Resource[] 
- 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.
- registeredDevices GetNiatelemetry Apic Core File Details Result Registered Device[] 
- 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.
- 
GetNiatelemetry Apic Core File Details Result Tag[] 
- uid string
- UId of the Core file in the APIC.
- userdom string
- User dom of the Core file in APIC.
- versionContexts GetNiatelemetry Apic Core File Details Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Apic Core File Details Result Ancestor] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- export_file_ struri 
- Export file URI of the Core file in APIC.
- export_status str
- Export status of the Core file in APIC.
- export_status_ floatstr 
- Export status str of the Core file in APIC.
- export_tech_ strsup_ file_ uri 
- Export tech Sup file URI of the Core file in APIC.
- exported_to_ strcontroller 
- Return if file is exported To Controller or not in APIC.
- ext_mngd_ strby 
- 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.
- 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]
- parents
Sequence[GetNiatelemetry Apic Core File Details Result Parent] 
- permission_resources Sequence[GetNiatelemetry Apic Core File Details Result Permission Resource] 
- 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_devices Sequence[GetNiatelemetry Apic Core File Details Result Registered Device] 
- 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.
- 
Sequence[GetNiatelemetry Apic Core File Details Result Tag] 
- uid str
- UId of the Core file in the APIC.
- userdom str
- User dom of the Core file in APIC.
- version_contexts Sequence[GetNiatelemetry Apic Core File Details Result Version Context] 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- exportFile StringUri 
- Export file URI of the Core file in APIC.
- exportStatus String
- Export status of the Core file in APIC.
- exportStatus NumberStr 
- Export status str of the Core file in APIC.
- exportTech StringSup File Uri 
- Export tech Sup file URI of the Core file in APIC.
- exportedTo StringController 
- Return if file is exported To Controller or not in APIC.
- extMngd StringBy 
- 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.
- 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>
- parents List<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.
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- siteName String
- Name of the APIC site from which this data is being collected.
- status String
- Status of the Core file in APIC.
- List<Property Map>
- uid String
- UId of the Core file in the APIC.
- userdom String
- User dom of the Core file in APIC.
- versionContexts List<Property Map>
GetNiatelemetryApicCoreFileDetailsResultAncestor       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiatelemetryApicCoreFileDetailsResultParent       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiatelemetryApicCoreFileDetailsResultPermissionResource        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiatelemetryApicCoreFileDetailsResultRegisteredDevice        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiatelemetryApicCoreFileDetailsResultTag       
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetNiatelemetryApicCoreFileDetailsResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetNiatelemetryApicCoreFileDetailsResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiatelemetryApicCoreFileDetailsResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
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<GetNiatelemetry Apic Core File Details Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Apic Core File Details Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetNiatelemetry Apic Core File Details Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Apic Core File Details Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetNiatelemetry Apic Core File Details Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Apic Core File Details Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetNiatelemetry Apic Core File Details Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Apic Core File Details Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetNiatelemetry Apic Core File Details Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetNiatelemetry Apic Core File Details Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet