Kml

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

ParameterDescription

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request used to access the kml resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/kml?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
{
  "items": [
    {
      "itemID": "ia4d522dc-c51c-43b1-a93b-fc284aeab8e8",
      "itemName": "kmzdoc2.kmz",
      "description": "KML Document",
      "pathOnServer": "c:\\arcgisserver\\directories\\arcgissystem\\kml\\kmzdoc2.kmz",
      "date": null
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.