PwsAamIntegrationSummary

Overview


This structure includes basic information about an Advanced Analytical Module (AAM) integration. The information represented in this structure is not comprehensive and only includes certain key attributes .

Format


PwsAamIntegrationSummary
  • PwsAamIntegrationSummary
    • AamIntegrationId: Int32
    • AamIntegrationName: String (50)
    • AamIntegrationUid: Int64
    • AamType: String (1)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AamIntegrationId

Int32

No


The AAM integration Id is a unique identifier for a client. For internal use only.


AamIntegrationNameString (50)Yes
The name of AAM integration type. For example, Projector BI (deprecated - refers to old AAM), MS Power BI and Other Compatible BI Tool.
MS Power BI
AamIntegrationUidInt64No
A unique and immutable identifier for an AAM integration.
1152921504606847218
AamTypeString (1)Yes

The AAM Integration type code:

P for Projector BI  (deprecated - refers to old AAM)

M for MS Power BI

O for Other Compatible BI Tool

M

Usage Example(s)


Example 01 - Projector BI
 							<b:AamIntegrationSummary>
                              <b:AamIntegrationId i:nil="true"/>
                              <b:AamIntegrationName>Projector BI</b:AamIntegrationName>
                              <b:AamIntegrationUid>1152921504606847218</b:AamIntegrationUid>
                              <b:AamType>P</b:AamType>
                           </b:AamIntegrationSummary>
Example 02 - MS Power BI
                           <b:AamIntegrationSummary>
                              <b:AamIntegrationId i:nil="true"/>
                              <b:AamIntegrationName>MS Power BI</b:AamIntegrationName>
                              <b:AamIntegrationUid>1152921504606847220</b:AamIntegrationUid>
                              <b:AamType>M</b:AamType>
                           </b:AamIntegrationSummary>