Skip to main content

Get application overview

GET 

<your-unleash-url>/api/admin/metrics/applications/:appName/overview

Returns an overview of the specified application (appName).

Request

Path Parameters

    appName stringrequired

Responses

applicationOverviewSchema
Schema
    projects string[]required

    The list of projects the application has been using.

    Example: ["default","payment"]
    featureCount numberrequired

    The number of features the application has been using.

    Example: 5
    environments object[]required

    The list of environments the application has been using.

  • Array [
  • name stringrequired

    Name of the application environment

    Example: production
    instanceCount numberrequired

    The number of instances of the application environment

    Example: 5
    sdks string[]required

    SDKs used in the application environment

    Example: ["unleash-client-node:5.4.0","unleash-client-node:5.3.0"]
    lastSeen date-timenullablerequired

    The last time the application environment was seen

    Example: 2023-04-19T08:15:14.000Z
    issues objectrequired

    This list of issues that might be wrong with the application

    missingFeatures string[]required

    The list of features that are missing in Unleash

    Example: ["feature1","feature2"]
    outdatedSdks string[]required

    The list of used SDKs that are outdated

    Example: ["unleash-client-node:5.4.0","unleash-client-node:5.3.0"]
  • ]
  • issues objectrequired

    This list of issues that might be wrong with the application

    missingStrategies string[]required

    The list of strategies that are missing from Unleash

    Example: ["feature1","feature2"]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/metrics/applications/:appName/overview' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!