GET v1/bunits/{bunitId}/datacenters/{dataCenterId}/spservers/{spServerId}/overlapinfo
Get information about how much overlap should be used
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
bunitId |
integer |
Required |
|
dataCenterId |
integer |
Required |
|
spServerId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SpServerOverlapInfo| Name | Description | Type | Additional information |
|---|---|---|---|
TestedActivities |
integer |
None. |
|
ActivityOverlaps |
Collection of time interval |
None. |
|
TestedEvents |
integer |
None. |
|
EventOverlaps |
Collection of time interval |
None. |
|
BiggestOverlap |
time interval |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<SpServerOverlapInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TestedActivities>1</TestedActivities>
<ActivityOverlaps>
<TimeSpan />
<TimeSpan />
</ActivityOverlaps>
<TestedEvents>2</TestedEvents>
<EventOverlaps>
<TimeSpan />
<TimeSpan />
</EventOverlaps>
</SpServerOverlapInfo>