- URL:
- https://<root>/services/<service>/VideoServer/<layer>/coverage?type=area
- Methods:
GET- Version Introduced:
- 12.1
Description
The area resource outputs the overall area telemetry information in JSON format.
Request parameters
| Parameter | Details |
|---|---|
| The response format: The default value is Values: |
Response parameters
| Parameter | Details |
|---|---|
| The |
| The |
Example usage
The following is a sample GET request for the area operation:
https://organization.example.com/<context>/rest/services/<serviceName>/VideoServer/<layer>?type=area&f=pjsonJSON Request example
{
"rings": [[
[
"x": "<x values>",
"y": "<y values",
]
]]
"spatialReference": {"wkid": 4326}
}JSON Response example
{
"rings": [[
[
-104.80019014750437,
41.144929147482358
],
[
-104.7794799772393,
41.185177700248332
],
[
-104.74492993756391,
41.1554174978994
],
[
-104.74468448186767,
41.154029867113074
],
[
-104.7550079904028,
41.134461086014014
],
[
-104.75764359739073,
41.131229881568636
],
[
-104.76110502596667,
41.130944480318121
],
[
-104.7887404046579,
41.1289830193938
],
[
-104.78881955603191,
41.1290287349631
],
[
-104.79644107626061,
41.13875407761482
],
[
-104.80019014750437,
41.144929147482358
]
]],
"spatialReference": {"wkid": 4326}
}