CsP2PSession * 報告
CsP2PSession * REST Uri 提供摘要Office 365 Lync Online 對等工作階段數目統計資料。有三個報告,使用相同的整體結構和只能在他們掌控彙總資料的時間間隔之間的差異: 每天、 每週及每月。為了簡化,三個報告詳細說明這一個主題。
前次修改時間: 2015年9月17日
適用於: Office 365
REST Uri
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PSessionDaily[?ODATA options]
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PSessionWeekly[?ODATA options]
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PSessionMonthly[?ODATA options]
欄位
您可以指定下列欄位中$select、 $filter及$orderby ODATA2 查詢選項。如果沒有$select選項提供會傳回所有欄位。
名稱 |
WCF 類型 * |
EDM 類型 * |
[以/照] * * 描述 |
範例值 |
新增服務版本 |
---|---|---|---|---|---|
Date |
System.DateTime |
Edm.DateTime |
[納入/剔除]結束日期與時間的報表期間。請參閱下列各節的時程表期間的詳細資訊。 |
簡短日期(例如03/10/2013) 或使用引號 (例如"03/10/2013 4:55 PM") 的日期時間 |
2013-V1 |
ID |
Long() |
Edm.Int64 |
[納入/剔除]報表記錄的索引編號。 |
72 |
2013-V1 |
P2PApplicationSharingSessions |
Long |
Edm.Int64 |
[納入/剔除]以等 (P2P) 應用程式共用工作階段期間的報表期間數目。 |
182 |
2013-V1 |
P2PAudioSessions |
Long |
Edm.Int64 |
[納入/剔除]在報告期間的 P2P 音訊工作階段數目。 |
12 |
2013-V1 |
P2PFileTransferSessions |
Long |
Edm.Int64 |
[納入/剔除]在報告期間的 P2P 檔案傳輸工作階段數目。 |
42 |
2013-V1 |
P2PIMSessions |
Long |
Edm.Int64 |
[納入/剔除]在報告期間的 P2P 立即訊息工作階段數目。 |
142 |
2013-V1 |
P2PVideoSessions |
Long |
Edm.Int64 |
[納入/剔除]P2P 在報告期間的視訊工作階段數目。 |
1562 |
2013-V1 |
TenantGuid |
System.guid |
Edm.Guid |
[納入/剔除]組織的 GUID。 |
16a58f78-539f-47f7-b9bf-02a63867d73b |
2013-V1 |
TenantName |
string |
Edm.String |
[納入/剔除]組織名稱。 |
example.onmicrosoft.com |
2013-V1 |
TotalP2PSessions |
Long() |
Edm.Int64 |
所有類型的報表期間內的 P2P 工作階段數目。 |
12587 |
2013-V1 |
* WCF 類型參照Visual Studio中建立 Windows Communications Framework (WCF) 服務參考時指定給欄位的.NET Framework資料類型。EDM 類型參照傳回 Atom 格式化報告中的 ADO.NET 實體資料模型 (EDM) 類型。
* * [納入/剔除]: 如需詳細資訊,請參閱在輸入參數並報告輸出欄] 區段中。
備註
要包含的工作階段的報告數字,至少一位參與者必須已加入其 Office 365 組織的使用者帳戶作為工作階段。
透過電話或平板電腦等行動裝置已參加工作階段參與者並不包含在報表中。此原因,如果工作階段中的所有參與者都是在行動裝置上該工作階段將不會顯示報表中。
在報表中的每個項目包含數個欄位的中繼資料。如需詳細資訊,請參閱一般 Office 365 報告 web 服務所傳回的中繼資料。
三個報告類型不同只能隨著每個報告項目涵蓋的時間。Date 功能變數中報告的時間代表期結束的時間。日期及時間報告中的 HTTPS 取得X-timezone標頭中指定的時區。如果未不指定任何時區,則會使用 UTC 時間。時間持續報告以下列方式計算。
報表名稱 |
時間週期計算 |
---|---|
每日() CsP2PSessionDaily |
報告每天午夜精準地啟動 (00:00:00) 結束之前在同一天的午夜 (23.59:59.9999...)。報告的最後一天就資料有可用的最後一個完整天因此將不會包含目前的日期。日期及時間Date ] 欄位中傳回代表該報表天結束。 |
每週() CsP2PSessionWeekly |
報表週午夜精準地啟動 (00:00:00)、 早期在星期日結束之前在下列星期六晚上午夜 (23:59:59.9999...)。最近報告的項目是一個包含目前的日期與因此通常可擴充超過要求報表時。日期及時間Date ] 欄位中傳回代表該報告的週的結尾。 |
每月() CsP2PSessionMonthly |
報表的月份午夜精準地啟動 (00:00:00) 上的第一天的月和結束之前在該月的最後一個行事曆天的午夜 (23.59:59.9999...)。最近報告的項目是一個包含目前的日期與因此通常可擴充超過要求報表時。日期及時間Date ] 欄位中傳回代表該報表的月份的結尾。 |
範例
下列的要求及回應配對示範如何將天 JSON 格式來擷取群組活動的報告。已新增分行符號的要求和回應以利檢視。
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PSessionDaily?
$select=Date,TotalP2PSessions,P2PIMSessions,P2PAudioSessions,P2PVideoSessions,
P2PApplicationSharingSessions,P2PFileTransferSessions&
$format=Json
{
"d":
{
"results":
[
{
"__metadata":
{
"id":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-10T00%3A00%3A00')",
"uri":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-10T00%3A00%3A00')",
"type":"TenantReporting.CsP2PSessionReport"
},
"Date":"\/Date(1368144000000)\/",
"TotalP2PSessions":"23",
"P2PIMSessions":"12",
"P2PAudioSessions":"8",
"P2PVideoSessions":"1",
"P2PApplicationSharingSessions":"2",
"P2PFileTransferSessions":"1"
},
{
"__metadata":
{
"id":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-13T00%3A00%3A00')",
"uri":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-13T00%3A00%3A00')",
"type":"TenantReporting.CsP2PSessionReport"
},
"Date":"\/Date(1368403200000)\/",
"TotalP2PSessions":"42",
"P2PIMSessions":"16",
"P2PAudioSessions":"18",
"P2PVideoSessions":"7",
"P2PApplicationSharingSessions":"3",
"P2PFileTransferSessions":"5"
},
{
"__metadata":
{
"id":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-14T00%3A00%3A00')",
"uri":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-14T00%3A00%3A00')",
"type":"TenantReporting.CsP2PSessionReport"
},
"Date":"\/Date(1368489600000)\/",
"TotalP2PSessions":"38",
"P2PIMSessions":"18",
"P2PAudioSessions":"8",
"P2PVideoSessions":"3",
"P2PApplicationSharingSessions":"7",
"P2PFileTransferSessions":"5"
},
{
"__metadata":
{
"id":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-22T00%3A00%3A00')",
"uri":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-22T00%3A00%3A00')",
"type":"TenantReporting.CsP2PSessionReport"
},
"Date":"\/Date(1369180800000)\/",
"TotalP2PSessions":"3",
"P2PIMSessions":"1",
"P2PAudioSessions":"0",
"P2PVideoSessions":"0",
"P2PApplicationSharingSessions":"0",
"P2PFileTransferSessions":"2"
},
{
"__metadata":
{
"id":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-24T00%3A00%3A00')",
"uri":"https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-24T00%3A00%3A00')",
"type":"TenantReporting.CsP2PSessionReport"
},
"Date":"\/Date(1369353600000)\/",
"TotalP2PSessions":"2",
"P2PIMSessions":"1",
"P2PAudioSessions":"0",
"P2PVideoSessions":"0",
"P2PApplicationSharingSessions":"0",
"P2PFileTransferSessions":"1"
}
]
}
}
下列的要求及回應配對示範如何擷取發生年 5 月 20 日和年 5 月第 25 之間的每一天的工作階段數目。此查詢要求 Atom 格式中的資訊。分行符號已新增至要求及回應以利檢視。
https://reports.office365.com/ecp/reportingwebservice/reporting.svc/CsP2PSessionDaily?
$select=Date,TotalP2PSessions,P2PIMSessions,P2PAudioSessions,
P2PVideoSessions,P2PApplicationSharingSessions,
P2PFileTransferSessions&
$filter=Date%20ge%20datetime'2013-05-20T00:00:00'%20and%20Date%20lt%20datetime'2013-05-26T00:00:00'&
$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/CsP2PSessionDaily</id>
<title type="text">CsP2PSessionDaily</title>
<updated>2013-06-25T20:36:14Z</updated>
<link rel="self" title="CsP2PSessionDaily" href="CsP2PSessionDaily" />
<entry>
<id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-22T00%3A00%3A00')</id>
<category term="TenantReporting.CsP2PSessionReport"
scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<title />
<updated>2013-06-25T20:36:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:Date m:type="Edm.DateTime">2013-05-22T00:00:00</d:Date>
<d:TotalP2PSessions m:type="Edm.Int64">3</d:TotalP2PSessions>
<d:P2PIMSessions m:type="Edm.Int64">1</d:P2PIMSessions>
<d:P2PAudioSessions m:type="Edm.Int64">0</d:P2PAudioSessions>
<d:P2PVideoSessions m:type="Edm.Int64">0</d:P2PVideoSessions>
<d:P2PApplicationSharingSessions m:type="Edm.Int64">0</d:P2PApplicationSharingSessions>
<d:P2PFileTransferSessions m:type="Edm.Int64">2</d:P2PFileTransferSessions>
</m:properties>
</content>
</entry>
<entry>
<id>https://reports.office365.com/ecp/ReportingWebService/Reporting.svc/
CsP2PSessionDaily(datetime'2013-05-24T00%3A00%3A00')</id>
<category term="TenantReporting.CsP2PSessionReport"
scheme="https://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<title />
<updated>2013-06-25T20:36:14Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:Date m:type="Edm.DateTime">2013-05-24T00:00:00</d:Date>
<d:TotalP2PSessions m:type="Edm.Int64">2</d:TotalP2PSessions>
<d:P2PIMSessions m:type="Edm.Int64">1</d:P2PIMSessions>
<d:P2PAudioSessions m:type="Edm.Int64">0</d:P2PAudioSessions>
<d:P2PVideoSessions m:type="Edm.Int64">0</d:P2PVideoSessions>
<d:P2PApplicationSharingSessions m:type="Edm.Int64">0</d:P2PApplicationSharingSessions>
<d:P2PFileTransferSessions m:type="Edm.Int64">1</d:P2PFileTransferSessions>
</m:properties>
</content>
</entry>
</feed>
輸入參數並報告輸出欄
在 [欄位] 表格中的 [納入/剔除] 指標具有下列含義:
欄位中表格主要用於$filter=、 $orderby=及其他查詢選項限制報表會傳回的項目中的欄位中標示為 [中]。在欄位標示為 [In 包含$select= ] 選項,可以是資料表欄位和其出現在報表項目但他們會包含任何的有用資料。
欄位標記 [納入/剔除] 欄選取範圍 ($select=) 和項目限制 ($filter=和$orderby=) 選項中可用資料表的欄位中。加入時這些欄位之一$select= ] 選項,將會出現在報表項目,且可用時將會包含有用的資料。
相容性
Office 365 service version 2013-V1中所引進的 CsP2PSessionDaily、 CsP2PSessionWeekly 及 CsP2PSessionMonthly 報告。如需版本設定的詳細資訊,請參閱在 「 Office 365 報告 」 web 服務的版本控制。
對應的 PowerShell cmdlet
CsP2PSession * 報告傳回資訊與Get-csp2psessionreport Windows PowerShell指令程式相同。
權限
存取從報表的帳戶必須該Office 365組織中有系統管理權限。如果報表是出現在服務描述文件及 $metadata 傳回給使用者,他們會有從 REST web 服務擷取資料的權限。這份報告要求使用者指派給 「 僅檢視收件者 」 角色。在預設Office 365權限結構上使用下列的系統管理員權限的使用者可以存取此報告: 帳務管理員、 全域管理員、 密碼管理員、 服務管理員及使用者管理管理員。
資料精確度、 保存及可用性
透過這些報告提供的資訊可分為單日期間從時區 HTTP X-timezone標頭中呼叫的應用程式所報告的午夜十二點開始。
針對此報表之資訊的一年以上,或取消訂閱直到一段。
事件可能最多它們顯示在報表中前 24 小時的延遲。