[Telemetry API v2] Fixes heterogeneity data type
When using Telemetry API v2, sometimes the type of some parameters in Request/Respond Parameter tables is "dateTime". Sometimes it is "datetime". This patch fixes this heterogeneity error. Change-Id: I7ec3ebe370f65147ba164ab59cccfdb34e34fe66 Closes-Bug: #1550257
This commit is contained in:
parent
8cf4ab45c0
commit
ddbc019403
@ -586,7 +586,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
|
||||
name="recorded_at" style="plain" type="xsd:datetime">
|
||||
name="recorded_at" style="plain" type="xsd:dateTime">
|
||||
<wadl:doc xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>
|
||||
@ -613,7 +613,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
|
||||
name="timestamp" style="plain" type="xsd:datetime">
|
||||
name="timestamp" style="plain" type="xsd:dateTime">
|
||||
<wadl:doc xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>
|
||||
|
@ -370,7 +370,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param name="duration_end" required="true" style="plain"
|
||||
type="xsd:datetime">
|
||||
type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
@ -379,7 +379,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param name="duration_start" required="true" style="plain"
|
||||
type="xsd:datetime">
|
||||
type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
@ -483,7 +483,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param name="period_end" required="true" style="plain"
|
||||
type="xsd:datetime">
|
||||
type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
@ -492,7 +492,7 @@
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param name="period_start" required="true" style="plain"
|
||||
type="xsd:datetime">
|
||||
type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user