• Access Mode
  • Admin Group
  • Admin User
  • Attachments
  • Backup and Restore
  • Category
  • Child Content
  • Content Blueprint
  • Content Body
  • Content Descendant
  • Content Labels
  • Content Property
  • Content Resource
  • Content Restrictions
  • Content Version
  • Content Watchers
  • GlobalColorScheme
  • Group
  • Instance Metrics
  • Label
  • Long Task
  • Server Information
  • Space
  • Space Label
  • Space Permissions
  • Space Property
  • Space Watchers
  • SpaceColorScheme
  • User
  • User Group
  • User Watch
  • Webhooks
  • Other operations
Server
Confluence Data Center / / REST API

Instance Metrics

Postman Collection
OpenAPI
GET

Get instance metrics

Returns simple metrics about this instance.

Forge and OAuth2 apps cannot access this REST resource.

Request

This request has no parameters.

Responses

The instance metrics.

application/json

InstanceMetrics
GET/rest/api/instance-metrics
1 2 3 curl --request GET \ --url 'http://{baseurl}/confluence/rest/api/instance-metrics' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 { "pages": 2154, "spaces": 2154, "users": 2154 }

Rate this page: