- URL:
- https://<root>/kml
- Methods:
- GET
- Operations:
- Create KMZ
- Child Resources:
- KMZ File
- 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://organization.example.com/<context>/admin/kml?f=pjsonJSON 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
    }
  ]
}