For each request over the last 24 hours, shows the response time and the time the request was received, either for all services or for the specified service.
Since Product Version: 2.2
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
API version v1 is deprecated
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/apiHealth/responseTimeTrend
Request Parameters
service
String
|
query
|
OptionalThe service path. If unspecified, data will be returned for all services.
|
Response Parameters
requestReceivedTime
long
|
The time the request was received, as milliseconds from the Unix epoch.
|
responseTime
long
|
Total time from received to sent, measured in milliseconds.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v1/op/apiHealth/responseTimeTrend
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/apiHealth/responseTimeTrend" rootUrl="https://localhost/webacs/api/v1/op">
<apiResponseTimeTrend>
<requestReceivedTime>2</requestReceivedTime>
<responseTime>2</responseTime>
</apiResponseTimeTrend>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/apiHealth/responseTimeTrend.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/apiHealth\/responseTimeTrend",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"apiResponseTimeTrend" : {
"requestReceivedTime" : 2,
"responseTime" : 2
}
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/op/apiHealth/responseTimeTrend
Unmodified
This resource has not been modified since the previous API version.
Request Parameters
service
String
|
query
|
OptionalThe service path. If unspecified, data will be returned for all services.
|
Response Parameters
requestReceivedTime
long
|
The time the request was received, as milliseconds from the Unix epoch.
|
responseTime
long
|
Total time from received to sent, measured in milliseconds.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v2/op/apiHealth/responseTimeTrend
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/apiHealth/responseTimeTrend" rootUrl="https://localhost/webacs/api/v2/op">
<apiResponseTimeTrend>
<requestReceivedTime>2</requestReceivedTime>
<responseTime>2</responseTime>
</apiResponseTimeTrend>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/apiHealth/responseTimeTrend.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/apiHealth/responseTimeTrend",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"apiResponseTimeTrend" : [ {
"requestReceivedTime" : 2,
"responseTime" : 2
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/op/apiHealth/responseTimeTrend
Unmodified
This resource has not been modified since the previous API version.
Request Parameters
service
String
|
query
|
OptionalThe service path. If unspecified, data will be returned for all services.
|
Response Parameters
requestReceivedTime
long
|
The time the request was received, as milliseconds from the Unix epoch.
|
responseTime
long
|
Total time from received to sent, measured in milliseconds.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v3/op/apiHealth/responseTimeTrend
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/apiHealth/responseTimeTrend" rootUrl="https://localhost/webacs/api/v3/op">
<apiResponseTimeTrend>
<requestReceivedTime>2</requestReceivedTime>
<responseTime>2</responseTime>
</apiResponseTimeTrend>
<apiResponseTimeTrend>
<requestReceivedTime>12</requestReceivedTime>
<responseTime>12</responseTime>
</apiResponseTimeTrend>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/apiHealth/responseTimeTrend.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/apiHealth/responseTimeTrend",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"apiResponseTimeTrend" : [ {
"requestReceivedTime" : 2,
"responseTime" : 2
}, {
"requestReceivedTime" : 12,
"responseTime" : 12
} ]
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/op/apiHealth/responseTimeTrend
Unmodified
This resource has not been modified since the previous API version.
Request Parameters
service
String
|
query
|
OptionalThe service path. If unspecified, data will be returned for all services.
|
Response Parameters
requestReceivedTime
long
|
The time the request was received, as milliseconds from the Unix epoch.
|
responseTime
long
|
Total time from received to sent, measured in milliseconds.
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://localhost/webacs/api/v4/op/apiHealth/responseTimeTrend
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/apiHealth/responseTimeTrend" rootUrl="https://localhost/webacs/api/v4/op">
<apiResponseTimeTrend>
<requestReceivedTime>2</requestReceivedTime>
<responseTime>2</responseTime>
</apiResponseTimeTrend>
<apiResponseTimeTrend>
<requestReceivedTime>12</requestReceivedTime>
<responseTime>12</responseTime>
</apiResponseTimeTrend>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/apiHealth/responseTimeTrend.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/apiHealth/responseTimeTrend",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"apiResponseTimeTrend" : [ {
"requestReceivedTime" : 2,
"responseTime" : 2
}, {
"requestReceivedTime" : 12,
"responseTime" : 12
} ]
}
}