http://<host>:<port>/wily/cem/webservices/EventsDataOutService?wsdl
该 Web 服务提供获取 CEM 事件数据对象(缺陷和突发事件)的方法。
|
操作 |
输入 |
输出 |
说明 |
|---|---|---|---|
|
getIncident |
incidentId |
DIncident |
获取指定的突发事件。 如果未找到指定的突发事件,则会引发异常。 |
|
getIncidentsByTime |
startTime endTime startIndex |
DIncidentRS |
获取指定时间范围内发生的突发事件。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getIncidentsByStatus |
status |
DIncident |
获取指定状态的突发事件的列表。 |
|
getIncidentsByBusinessTransaction |
Status businessServiceName businessTransactionName |
DIncident |
获取指定状态的突发事件的列表。 |
|
getIncidentsByBSByBTAndByTime |
businessServiceName businessTransactionName startTime endTime |
DIncident |
获取指定时间段内指定业务服务、业务事务的突发事件的列表。 |
|
getDefectById |
defectId |
DDefect |
获取指定的缺陷。 如果未找到指定的缺陷,则会引发异常。 |
|
getDefectFullById |
defectId |
DDefectFull |
获取缺陷对象的“完整”版本。 |
|
getNetworkHealthDataForDefect |
defectId |
DTCPSessionData |
获取网络运行状况数据(如果提供给定缺陷 ID)。 如果未找到指定的缺陷,则会引发异常。 |
|
getDefectsByUser |
userId startTime endTime startIndex |
DDefectRS |
获取指定时间范围内发生且与指定用户关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByUserGroup |
userGroupId startTime endTime startIndex |
DDefectRS |
获取指定时间范围内发生且与指定用户组关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByUserGroupWithDetails |
userGroupId startTime endTime metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
获取指定时间范围内发生且与指定用户组关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByBusinessTransaction |
businessTransactionId startTime endTime startIndex |
DDefectRS |
获取指定时间范围内发生且与指定业务事务关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByBusinessTransactionWithDetails |
businessTransactionId startTime endTime metaKeys includeComponentTimeInfo startIndex |
DDefectRS |
获取指定时间范围内发生且与指定业务事务关联的缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByBusinessProcess |
businessProcessId startTime endTime startIndex |
DDefectRS |
获取指定时间范围内发生且与指定业务流程关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByBusinessProcessWithDetails |
businessProcessId startTime endTime metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
获取指定时间范围内发生且与指定业务流程关联的缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByApplication |
applicationId startTime endTime startIndex |
DDefectRS |
获取指定时间范围内发生且与指定应用程序关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByApplicationWithDetails |
applicationId startTime endTime metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
获取指定时间范围内发生且与指定应用程序关联的缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefects |
endTime nDefects startIndex |
DDefectRS |
获取指定时间之前发生的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsWithDetails |
endTime lastNDefects metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
检索指定时间之前发生的最后 N 个缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByApplication |
applicationId endTime nDefects startIndex |
DDefectRS |
检索指定时间之前发生且与指定应用程序关联的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByApplicationWithDetails |
applicationId endTime lastNDefects metaKeys startIndex includeComponentTimingInfo |
DDefectRS |
检索指定时间之前发生且与指定应用程序关联的最后 N 个缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByBusinessProcess |
businessProcessId endTime nDefects startIndex |
DDefectRS |
检索指定时间之前发生且与指定业务流程关联的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByBusinessProcessWithDetails |
businessTransactionId endTime lastNDefects metaKeys includeComponentTimingInfo startIndex
|
DDefectRS |
检索指定时间之前发生且与指定业务流程关联的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByBusinessTransaction |
businessTransactionId endTime nDefects startIndex |
DDefectRS |
检索指定时间之前发生且与指定业务事务关联的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByBusinessTransactionWithDetails |
businessTransactionId endTime lastNDefects metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
检索指定时间之前发生且与指定业务事务关联的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByTime |
startTime endTime startIndex |
DDefectRS |
检索指定时间范围内发生的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsFullByTime |
startTime endTime startIndex |
DDefectFullRS |
检索指定时间范围内发生的完整缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByTimeWithDetails |
startTime endTime metaKeys includeComponentTimingInfo startIndex |
DDefectRS |
检索指定时间范围内发生的缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsFullByTimeWithDetails |
startTime endTime metaKeys includeComponentTimingInfo startIndex |
DDefectFullRS |
检索指定时间范围内发生的完整缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByType |
type startTime endTime startIndex |
DDefectRS |
检索指定时间范围内发生且属于指定类型的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByTypeWithDetails |
type startTime endTime metaKeys includeComponentTimingInfo startIndex
|
DDefectRS |
检索指定时间范围内发生且属于指定类型的缺陷。 检索请求的元数据和组件细目计时信息(如果需要)。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getDefectsByIncident |
incidentId startTime endTime startIndex
|
DDefectRS |
检索指定时间范围内发生且与指定突发事件关联的缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
closeIncident |
incidentId comment |
int |
关闭指定的突发事件。 只能关闭打开的突发事件。 如果指定的突发事件未处于“打开”状态,则会显示 CEMWebServicesException。 |
|
getLastNDefectsByIncident |
incidentId endTime ndefects startIndex |
DDefectRS |
获取给定突发事件 ID 的给定类型的最后 N 个缺陷。 使用 startIndex 设置要检索的第一个结果,从 0 开始编号。 |
|
getLastNDefectsByIncidentWithDetails |
incidentId endTime ndefects metaKeys includeComponentTimingInfo nextStartIndex
|
DDefectRS |
获取给定突发事件 ID 的给定类型的最后 N 个缺陷。 |
|
getLastNDefectsFullByIncident |
incidentId endTime ndefects nextStartIndex |
DDefectFullRS |
获取作为 DDefectFull 对象的给定突发事件 ID 的给定类型的最后 N 个缺陷。 |
|
getLastNDefectsFullByIncidentWithDetails |
incidentId
endTime
ndefects includeComponentTimingInfo nextStartIndex |
DDefectFullRS |
获取作为 DDefectFull 对象的给定突发事件 ID 的给定类型的最后 N 个缺陷。 |
|
getDefectsByTypeAndByBusinessProcess |
businessProcessId strDefectType startTime endTime metaKeys includeComponentTimingInfo nextStartIndex |
DDefectRS |
检索给定业务流程的给定类型的缺陷。 |
|
getDefectsByTypeAndByBusinessApplication |
applicationId strDefectType startTime endTime metaKeys includeComponentTimingInfo nextStartIndex |
DDefectRS |
检索给定业务应用程序的给定类型的缺陷。 |
|
getDefectsByTypeAndByBusinessTransaction |
applicationId strDefectType startTime endTime metaKeys includeComponentTimingInfo nextStartIndex |
DDefectRS |
检索给定业务事务的给定类型的缺陷。 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|