Lifecycle Information (Service)

URL:
https://<root>/services/<serviceName>.<serviceType>/lifecycleinfos
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
11.1

Description

A service's lifecycleinfos resource returns the date and time information (in Unix format) of when a service was created or updated.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access a service's lifecycleinfos resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/services/Maps/SeattleMap.MapServer/lifecycleinfos?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "lifecycleinfos": [
    {
      "user": "0123456789ABCDEF::portaladmin",
      "timestamp": 1681810861337,
      "type": "created"
    },
    {
      "user": "0123456789ABCDEF::portaladmin",
      "timestamp": 1681810865978,
      "type": "edited"
    },
    {
      "user": "",
      "timestamp": 1681820011156,
      "type": "stopped"
    },
    {
      "user": "",
      "timestamp": 1681820011572,
      "type": "started"
    }
  ],
  "lastmodified": 1681820011572
}

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