- URL:
- https://<root>/kml
- Methods:
GET
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The kml
resource is a container for all the KMZ files created on the server.
Request parameters
Parameter | Description |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request used to access the kml
resource:
https://machine.domain.com/webadaptor/admin/kml?f=pjson
JSON Response example
{
"items": [
{
"itemID": "ia4d522dc-c51c-43b1-a93b-fc284aeab8e8",
"itemName": "kmzdoc2.kmz",
"description": "KML Document",
"pathOnServer": "c:\\arcgisserver\\directories\\arcgissystem\\kml\\kmzdoc2.kmz",
"date": null
}
]
}