Condition Syntax: ${property.<receiver name>.<Channel Name>.hasMoreRecords}
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Capabilities.V1.xml">
<edmx:Include Alias="Capabilities" Namespace="Org.OData.Capabilities.V1"/>
</edmx:Reference>
<edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml">
<edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1"/>
</edmx:Reference>
<edmx:Reference Uri="https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml">
<edmx:Include Alias="Core" Namespace="Org.OData.Core.V1"/>
</edmx:Reference>
<edmx:DataServices>
<Schema Namespace="AnalyticsService" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EntityContainer Name="EntityContainer">
<EntitySet Name="ResultsUTC" EntityType="AnalyticsService.ResultsUTC"/>
<EntitySet Name="CustomMetrics" EntityType="AnalyticsService.CustomMetrics"/>
<EntitySet Name="Results" EntityType="AnalyticsService.ResultsParameters">
<NavigationPropertyBinding Path="Set/Parameters" Target="Results"/>
</EntitySet>
</EntityContainer>
<EntityType Name="ResultsUTC">
<Key>
<PropertyRef Name="ID"/>
</Key>
<Property Name="ID" Type="Edm.String" MaxLength="40" Nullable="false"/>
<Property Name="ApiProxy" Type="Edm.String" MaxLength="1000"/>
<Property Name="ProxyBasepath" Type="Edm.String" MaxLength="1000"/>
<Property Name="RequestUrl" Type="Edm.String" MaxLength="1024"/>
<Property Name="RequestMethod" Type="Edm.String" MaxLength="1000"/>
<Property Name="ResponseCode" Type="Edm.Int32"/>
<Property Name="DeveloperName" Type="Edm.String" MaxLength="1000"/>
<Property Name="ApplicationName" Type="Edm.String" MaxLength="1000"/>
<Property Name="ProductName" Type="Edm.String" MaxLength="1000"/>
<Property Name="CacheHit" Type="Edm.Int64"/>
<Property Name="TargetHost" Type="Edm.String" MaxLength="1000"/>
<Property Name="TargetUrl" Type="Edm.String" MaxLength="1024"/>
<Property Name="PlatformName" Type="Edm.String" MaxLength="1000"/>
<Property Name="AgentsName" Type="Edm.String" MaxLength="1000"/>
<Property Name="DeviceType" Type="Edm.String" MaxLength="1000"/>
<Property Name="OsFamilyName" Type="Edm.String" MaxLength="1000"/>
<Property Name="SumResponseTime" Type="Edm.Double"/>
<Property Name="AvgResponseTime" Type="Edm.Double"/>
<Property Name="MaxResponseTime" Type="Edm.Double"/>
<Property Name="MinResponseTime" Type="Edm.Double"/>
<Property Name="SumErrors" Type="Edm.Int64"/>
<Property Name="AvgErrors" Type="Edm.Double"/>
<Property Name="SumTargetError" Type="Edm.Int64"/>
<Property Name="AvgTargetError" Type="Edm.Double"/>
<Property Name="SumPolicyError" Type="Edm.Int64"/>
<Property Name="AvgPolicyError" Type="Edm.Double"/>
<Property Name="SumTargetResponseTime" Type="Edm.Double"/>
<Property Name="AvgTargetResponseTime" Type="Edm.Double"/>
<Property Name="MaxTargetResponseTime" Type="Edm.Double"/>
<Property Name="MinTargetResponseTime" Type="Edm.Double"/>
<Property Name="SumRequestSize" Type="Edm.Int64"/>
<Property Name="AvgRequestSize" Type="Edm.Double"/>
<Property Name="MaxRequestSize" Type="Edm.Int64"/>
<Property Name="MinRequestSize" Type="Edm.Int64"/>
<Property Name="SumRequestProcessingLatency" Type="Edm.Double"/>
<Property Name="AvgRequestProcessingLatency" Type="Edm.Double"/>
<Property Name="MaxRequestProcessingLatency" Type="Edm.Double"/>
<Property Name="MinRequestProcessingLatency" Type="Edm.Double"/>
<Property Name="SumResponseProcessingLatency" Type="Edm.Double"/>
<Property Name="AvgResponseProcessingLatency" Type="Edm.Double"/>
<Property Name="MaxResponseProcessingLatency" Type="Edm.Double"/>
<Property Name="MinResponseProcessingLatency" Type="Edm.Double"/>
<Property Name="CreatedTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="testchart" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="apikey" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="contracttype" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="productid" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="Avgrequestheaders" Type="Edm.Int32"/>
<Property Name="Sumrequestheaders" Type="Edm.Int32"/>
<Property Name="Maxrequestheaders" Type="Edm.Int32"/>
<Property Name="Minrequestheaders" Type="Edm.Int32"/>
<Property Name="error_description" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="PolicyResponseTime" Type="Edm.Double"/>
<Property Name="CallCount" Type="Edm.Int64"/>
<Property Name="Year" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Month" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Day" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Week" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Hour" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Minute" Type="Edm.DateTimeOffset" Precision="7"/>
</EntityType>
<EntityType Name="CustomMetrics">
<Key>
<PropertyRef Name="id"/>
</Key>
<Property Name="id" Type="Edm.String" MaxLength="40" Nullable="false"/>
<Property Name="name" Type="Edm.String" MaxLength="1000"/>
<Property Name="type" Type="Edm.String" MaxLength="50"/>
<Property Name="metricsType" Type="Edm.String" MaxLength="15" DefaultValue="Not set"/>
<Property Name="markForDelete" Type="Edm.Boolean" DefaultValue="false"/>
<Property Name="markForDeleteDate" Type="Edm.String" MaxLength="50"/>
</EntityType>
<EntityType Name="ResultsParameters">
<Key>
<PropertyRef Name="TimeZone"/>
</Key>
<Property Name="TimeZone" Type="Edm.String" Nullable="false"/>
<NavigationProperty Name="Set" Type="Collection(AnalyticsService.ResultsType)" Partner="Parameters" ContainsTarget="true"/>
</EntityType>
<EntityType Name="ResultsType">
<Key>
<PropertyRef Name="ID"/>
</Key>
<Property Name="ID" Type="Edm.String" MaxLength="40" Nullable="false"/>
<Property Name="ApiProxy" Type="Edm.String" MaxLength="1000"/>
<Property Name="ProxyBasepath" Type="Edm.String" MaxLength="1000"/>
<Property Name="RequestUrl" Type="Edm.String" MaxLength="1024"/>
<Property Name="RequestMethod" Type="Edm.String" MaxLength="1000"/>
<Property Name="ResponseCode" Type="Edm.Int32"/>
<Property Name="DeveloperName" Type="Edm.String" MaxLength="1000"/>
<Property Name="ApplicationName" Type="Edm.String" MaxLength="1000"/>
<Property Name="ProductName" Type="Edm.String" MaxLength="1000"/>
<Property Name="CacheHit" Type="Edm.Int64"/>
<Property Name="TargetHost" Type="Edm.String" MaxLength="1000"/>
<Property Name="TargetUrl" Type="Edm.String" MaxLength="1024"/>
<Property Name="PlatformName" Type="Edm.String" MaxLength="1000"/>
<Property Name="AgentsName" Type="Edm.String" MaxLength="1000"/>
<Property Name="DeviceType" Type="Edm.String" MaxLength="1000"/>
<Property Name="OsFamilyName" Type="Edm.String" MaxLength="1000"/>
<Property Name="CreatedTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="testchart" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="apikey" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="contracttype" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="productid" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="error_description" Type="Edm.String" DefaultValue="(not set)"/>
<Property Name="PolicyResponseTime" Type="Edm.Double"/>
<Property Name="ResponseTime" Type="Edm.Double"/>
<Property Name="TargetResponseTime" Type="Edm.Double"/>
<Property Name="RequestSize" Type="Edm.Double"/>
<Property Name="RequestProcessingLatency" Type="Edm.Double"/>
<Property Name="ResponseProcessingLatency" Type="Edm.Double"/>
<Property Name="TargetError" Type="Edm.Double"/>
<Property Name="Errors" Type="Edm.Double"/>
<Property Name="PolicyError" Type="Edm.Double"/>
<Property Name="CallCount" Type="Edm.Int64"/>
<Property Name="Year" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Month" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Day" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Week" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Hour" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="Minute" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="requestheaders" Type="Edm.Int32"/>
<NavigationProperty Name="Parameters" Type="AnalyticsService.ResultsParameters" Partner="Set"/>
</EntityType>
<Annotations Target="AnalyticsService.ResultsUTC/PolicyResponseTime">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Year">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Month">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Day">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Week">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Hour">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsUTC/Minute">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.EntityContainer/CustomMetrics">
<Annotation Term="Capabilities.InsertRestrictions">
<Record Type="Capabilities.InsertRestrictionsType">
<PropertyValue Property="Insertable" Bool="true"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record Type="Capabilities.UpdateRestrictionsType">
<PropertyValue Property="Updatable" Bool="true"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record Type="Capabilities.DeleteRestrictionsType">
<PropertyValue Property="Deletable" Bool="true"/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="AnalyticsService.EntityContainer/Results">
<Annotation Term="Capabilities.NavigationRestrictions">
<Record Type="Capabilities.NavigationRestrictionsType">
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record Type="Capabilities.NavigationPropertyRestriction">
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="Set"/>
<PropertyValue Property="DeleteRestrictions">
<Record Type="Capabilities.DeleteRestrictionsType">
<PropertyValue Property="Deletable" Bool="false"/>
</Record>
</PropertyValue>
<PropertyValue Property="InsertRestrictions">
<Record Type="Capabilities.InsertRestrictionsType">
<PropertyValue Property="Insertable" Bool="false"/>
</Record>
</PropertyValue>
<PropertyValue Property="UpdateRestrictions">
<Record Type="Capabilities.UpdateRestrictionsType">
<PropertyValue Property="Updatable" Bool="false"/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations Target="AnalyticsService.ResultsParameters/TimeZone">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/CreatedTime">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/PolicyResponseTime">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Year">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Month">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Day">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Week">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Hour">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
<Annotations Target="AnalyticsService.ResultsType/Minute">
<Annotation Term="Core.Computed" Bool="true"/>
</Annotations>
</Schema>
</edmx:DataServices>
</edmx:Edmx>
import com.sap.gateway.ip.core.customdev.util.Message;
import java.util.HashMap;
def Message processData(Message message)
{
def body_xml= message.getBody(java.lang.String);
def input_xml=body_xml.replaceAll("'","");
message.setBody(input_xml);
return message;
}
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
<xsl:output method="html"
doctype-public="XSLT-compat"
omit-xml-declaration="yes"
encoding="UTF-8"
indent="yes"/>
<xsl:template match="/">
<html>
<body>
<table border="1">
<tr>
<th>Api Proxy</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/ApiProxy"/>
</td>
</tr>
<tr>
<th>Response Code</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/ResponseCode"/>
</td>
</tr>
<tr>
<th>Time</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/Minute"/>
</td>
</tr>
<tr>
<th>Request Method</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/RequestMethod"/>
</td>
</tr>
<tr>
<th>Request URL</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/RequestUrl"/>
</td>
</tr>
<tr>
<th>Error Description</th>
<td>
<xsl:value-of select="ResultsUTC/ResultsUTC/Error_Description"/>
</td>
</tr>
</table>
</body>
</html>
</xsl:template>
</xsl:transform>
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "c70900",
"summary": "Production : SAP APIM Errors",
"sections": [
{
"activityTitle": "SAP APIM Erros",
"facts": [
{
"name": "Date and Time(UTC)",
"value": "${date:now:yyyy-MM-dd'T'hh:mm:ss'Z'}"
},
{
"name": "",
"value": '${in.body}'
},
{
"name": "Note:",
"value": "SAP APIM Errors"
}
],
"markdown": true
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 |