Skip to content

Status (Feature Service)

URL:
https://<adminservicecatalog-url>/services/<serviceName>/VectorTileServer/status
Methods:
GET
Version Introduced:
ArcGIS Online April 2021

Description

The status operation returns whether a service is started (available) or stopped.

Request parameters

ParameterDetails
f

The response format. The default response format is json .

Values: html | json

tokenAn access token that identifies the authenticated user and controls access to restricted resources and operations.

Example usage

Use dark colors for code blocksCopy
1
https://services.myserver.com/arcgis/rest/admin/services/serviceName/VectorTileServer/status?f=html

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
{
  "name": "Feature Service Name",
  "status": "Started"
}

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