Unleash

Unleash

  • Documentation
  • Deploy and manage
  • Integrations
  • Contribute
  • API
  • Enterprise
  • Help

›Admin

Client

  • /api/client/features
  • /api/client/register
  • /api/client/metrics

Admin

  • /api/admin/features
  • /api/admin/strategies
  • /api/admin/metrics
  • /api/admin/events
  • /api/admin/state
  • /api/admin/feature-types
  • /api/admin/addons
  • /api/admin/context
  • /api/admin/projects

Internal

  • /internal-backstage/prometheus
  • /health

Specification

  • Open API Specification

/api/admin/events

In order to access the admin api endpoints you need to identify yourself. If you are using the unsecure authentication method, you may use basic authentication to identify yourself.

Events API

GET: http://unleash.host.com/api/admin/events

Used to fetch all changes in the unleash system.

Defined event types:

  • feature-created
  • feature-updated
  • feature-archived
  • feature-revived
  • strategy-created
  • strategy-deleted
  • tag-created
  • tag-deleted
  • tag-type-created
  • tag-type-updated
  • tag-type-deleted
  • application-created

Response

{
  "version": 1,
  "events": [
    {
      "id": 454,
      "type": "feature-updated",
      "createdBy": "unknown",
      "createdAt": "2016-08-24T11:22:01.354Z",
      "data": {
        "name": "eid.bankid.mobile",
        "description": "",
        "strategy": "default",
        "enabled": true,
        "parameters": {}
      },
      "diffs": [{ "kind": "E", "path": ["enabled"], "lhs": false, "rhs": true }]
    }
  ]
}
← /api/admin/metrics/api/admin/state →
Unleash
Docs
Getting StartedSecuring UnleashAPI Reference
Community
User ShowcaseSlack communityUnleash-hosted.comTwitter
More
GitHubStar