How to edit iteminfo for a layer in a service

675
2
02-22-2022 06:55 AM
SSNHGBGGNZLZ
New Contributor

Hi!

Do you know how to edit iteminfo for a layer in a service

https://server-url/arcgis/rest/services/test/urltest/MapServer/0/iteminfo?f=pjson 

Thanks!

0 Kudos
2 Replies
RandallWilliams
Esri Regular Contributor

The layer needs to support metadata to edit the itemInfo resource for a sublayer.

 

New in 10.6.1

  • New property named archivingInfo is added.
  • supportsCountDistinct property added inside the advancedQueryCapabilities element.
  • New property named hasMetadata is added. This value is true when the service is published using ArcGIS Pro 2.2 or later, false otherwise.
  • If hasMetadata is true, the layer / table supports iteminfothumbnail, and metadata resources.
0 Kudos
SSNHGBGGNZLZ
New Contributor

Thank you for your answer!

The service is published using ArcGIS Pro 2.8, then hasMetadata value should be true. We can se metadata, but there is no way to edit it from ArcGIS Server Administrator Directory. Do you know where is this information stored? Where does the server pick the information from?

Thank you for your help!