CsP2PAVTime* 报告

CsP2PAVTime* REST URI 提供有关报告期间 Office 365 Lync Online 对等音频会话和视频会话使用的时间量的概要统计。共有三个报告使用同一个整体结构,它们仅在汇总数据使用的时间间隔(每日、每周和每月)上有区别。为简单起见,本主题中详细说明了三个报告。

上次修改时间: 2015年9月17日

适用范围: Office 365

REST URI

https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeDaily[?ODATA options]
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeWeekly[?ODATA options]
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeMonthly[?ODATA options]

字段

可在 $select、$filter 和 $orderby ODATA2 查询选项中指定下列字段。如果没有提供 $select 选项,将返回所有字段。

名称

WCF 类型*

EDM 类型*

[In/Out]** 说明

示例值

在其中添加的服务版本

Date

System.DateTime

Edm.DateTime

[In/Out] 报告期间的结束日期和时间。请参阅以下部分,获取有关报告期间的详细信息。

简写日期(例如,03/10/2013)或带引号的日期时间(例如,"03/10/2013 4:55 PM")

2013-V1

ID

long

Edm.Int64

[In/Out] 报告记录的索引号。

72

2013-V1

TenantGuid

System.guid

Edm.Guid

[In/Out] 组织的 GUID。

16a58f78-539f-47f7-b9bf-02a63867d73b

2013-V1

TenantName

string

Edm.String

[In/Out] 组织名称。

example.onmicrosoft.com

2013-V1

TotalAudioMinutes

long

Edm.Int64

报告期间音频会议所用的分钟数。

12557

2013-V1

TotalVideoMinutes

long

Edm.Int64

报告期间视频会议所用的分钟数。

3656

2013-V1

*WCF 类型指在 Visual Studio 中创建 Windows Communications Framework (WCF) 服务参考时分配给字段的 .NET Framework 数据类型。EDM 类型指 ATOM 格式化报告中返回的 ADO.NET 实体数据模型 (EDM) 类型。

**[In/Out]:请参阅"输入参数和报告输出列"部分。

备注

若要包含在报告的对话数中,必须至少已有一位参与者以其 Office 365 组织用户帐户参与了会话。

报告中不包含通过手机或平板电脑等移动设备参与的会话参与者。为此,如果某会话的所有参与者均在移动设备上进行,则报告中不会显示该会话。

报告中的每个条目都包含元数据的多个字段。有关详细信息,请参阅 Office 365 报告 Web 服务返回的常见元数据

三个报告类型仅是每个报告条目涵盖的时间量不同。"日期"字段中报告的时间表示时间段的结束。日期和时间按 HTTPS GET X-timezone 标头指定的时区报告。如果没有指定时区,则使用 UTC 时间。报告的持续时间以下列方式计算。

报告名称

时间段计算

每日 (CsP2PAVTimeDaily)

报告日精确始于午夜 (00:00:00) 并在当天即将午夜前 (23.59:59.9999...) 结束。报告的最后一天是所提供数据的最后一整天,将不包含当日。Date 字段中返回的日期和时间表示该报告日的结束。

每周 (CsP2PAVTimeWeekly)

报告周精确始于星期日凌晨午夜 (00:00:00),并在下一周星期六晚上即将午夜前 (23:59:59.9999...) 结束。最近报告的条目包含当日的条目,因此通常延长到请求报告的时间之外。Date 字段中返回的日期和时间表示该报告周的结束。

每月 (CsP2PAVTimeMonthly)

报告月精确始于每月第一天午夜 (00:00:00),并在当月最后一个日历日即将午夜前 (23:59:59.9999...) 结束。最近报告的条目包含当日的条目,因此通常延长到请求报告的时间之外。 Date 字段中返回的日期和时间表示该报告月的结束。

示例

以下请求和响应对演示如何检索对等音频和视频活动的 Atom 格式每日报告。

https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeDaily?
    $select=Date,TotalAudioMinutes,TotalVideoMinutes&
    $format=Atom
<?xml version="1.0" encoding="utf-8"?>
<feed 
    xml:base="https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/" 
    xmlns="http://www.w3.org/2005/Atom" 
    xmlns:d="https://schemas.microsoft.com/ado/2007/08/dataservices" 
    xmlns:m="https://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  <id>https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeDaily</id>
  <title type="text">CsP2PAVTimeDaily</title>
  <updated>2013-07-08T23:53:01Z</updated>
  <link rel="self" title="CsP2PAVTimeDaily" href="CsP2PAVTimeDaily" />
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
        (datetime'2013-05-10T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
        scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-07-08T23:53:01Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-10T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">1</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">0</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
        (datetime'2013-05-13T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
        scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-07-08T23:53:01Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-13T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">18</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">6</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
        (datetime'2013-05-14T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
        scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-07-08T23:53:01Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-14T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">6</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">1</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
</feed>

以下请求和响应对演示如何检索每天使用的总分钟数,以反向时间顺序排列。报告将最多返回 10 行,组织使用音频或视频的一天时间为一行。此查询请求 Date、TotalAudioMinutes 和 TotalVideoMinutes 值,并请求 Atom 格式的信息。在本例中,音频或视频会议仅使用了三天,因此报告仅返回三行。为清楚起见,请求和响应中添加了换行符。

https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeDaily?
    $select=Date,TotalAudioMinutes,TotalVideoMinutes&
    $top=10&
    $orderby=Date%20desc&
    $format=Atom
<?xml version="1.0" encoding="utf-8"?>
<feed 
    xml:base="https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/" 
    xmlns="http://www.w3.org/2005/Atom" 
    xmlns:d="https://schemas.microsoft.com/ado/2007/08/dataservices" 
    xmlns:m="https://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  <id>https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PAVTimeDaily</id>
  <title type="text">CsP2PAVTimeDaily</title>
  <updated>2013-06-25T18:04:48Z</updated>
  <link rel="self" title="CsP2PAVTimeDaily" href="CsP2PAVTimeDaily" />
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
      (datetime'2013-05-14T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
      scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-06-25T18:04:48Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-14T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">6</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">1</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
      (datetime'2013-05-13T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
      scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-06-25T18:04:48Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-13T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">18</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">6</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
  <entry>
    <id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/CsP2PAVTimeDaily
      (datetime'2013-05-10T00%3A00%3A00')</id>
    <category term="TenantReporting.CsP2PAVTimeReport" 
      scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
    <title />
    <updated>2013-06-25T18:04:48Z</updated>
    <author>
      <name />
    </author>
    <content type="application/xml">
      <m:properties>
        <d:Date m:type="Edm.DateTime">2013-05-10T00:00:00</d:Date>
        <d:TotalAudioMinutes m:type="Edm.Int64">1</d:TotalAudioMinutes>
        <d:TotalVideoMinutes m:type="Edm.Int64">0</d:TotalVideoMinutes>
      </m:properties>
    </content>
  </entry>
</feed>

输入参数和报告输出列

字段表格中的 [In/Out] 指示符具有以下含义:

  • 字段表中标记为 [In] 的字段主要在 $filter=、$orderby= 和其他限制报告应返回哪些条目的查询选项中使用。字段表中标记为 [In] 的字段可包含在 $select= 选项中,它们将在报告条目中出现,但不包含有用数据。

  • 字段表中标记为 [In/Out] 的字段可在列选择 ($select=) 和条目限制($filter= 和 $orderby=)选项中使用。当您在 $select= 选项中包含这些字段之一时,它们将在报告条目中出现,且将在提供时包含有用数据。

兼容性

CsP2PAVTimeDaily、CsP2PAVTimeWeekly 和 CsP2PAVTimeMontly 报告在 Office 365 服务版本 2013-V1 中引入。有关版本控制的详细信息,请参阅 Office 365 报告 Web 服务中的版本控制

相应的 PowerShell cmdlet

CsP2PAVTime* 报告将返回与 Get-CsP2PAVTimeReport Windows PowerShell cmdlet 相同的信息。

权限

您用于访问报告的帐户必须拥有该 Office 365 组织的管理权限。如果服务说明文档及返回给用户的 $metadata 文档中包含报告,则它们具有从 REST Web 服务检索数据的权限。此报告要求为用户分配收件人(仅查看)角色。在默认的 Office 365 权限结构中,具有下列管理员权限的用户可以访问此报告:帐务管理员 、全局管理员、密码管理员、服务管理员和用户管理管理员。

数据粒度、持久性和可用性

通过这些报告提供的信息可分隔为多个一天的时间段,从调用应用程序在 HTTP X-timezone 标头中报告的时区的午夜开始。

此报告的信息适用于一年的时间,或者直到取消订阅为止。

事件可能被推迟达 24 小时,然后才能显示在报告中。