How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AppDynamics Health Rules API

Manage health rules that define performance thresholds and violation conditions for monitored applications.

AppDynamics Health Rules API is one of 25 APIs that AppDynamics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Health Rules. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://{controller-host}/controller, https://{tenant}.observe.appdynamics.com/cloud.

10 operations 4 paths 2 schemas 2 DELETE4 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.example.com
Authentication
HTTP Bearer, HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 2

AppDynamics Health Rules API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth).

  • bearerAuth — OAuth 2.0 access token obtained from the /controller/api/oauth/accesstoken endpoint.
  • basicAuth — HTTP Basic authentication using user@account:password format.

Paths & Operations 10

Across 4 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Health Rules 10

Manage health rules that define performance thresholds and violation conditions for monitored applications.

GET
/alerting/rest/v1/applications/{applicationId}/health-rules
List health rules for an application
listHealthRules 1 param → 200401404
POST
/alerting/rest/v1/applications/{applicationId}/health-rules
Create a health rule
createHealthRule 1 param body → 201400401404
GET
/alerting/rest/v1/applications/{applicationId}/health-rules/{healthRuleId}
Get a specific health rule
getHealthRule 2 params → 200401404
PUT
/alerting/rest/v1/applications/{applicationId}/health-rules/{healthRuleId}
Update a health rule
updateHealthRule 2 params body → 200400401404
DELETE
/alerting/rest/v1/applications/{applicationId}/health-rules/{healthRuleId}
Delete a health rule
deleteHealthRule 2 params → 204401404
GET
/v1/health-rules
List health rules
listCloudHealthRules → 200401
POST
/v1/health-rules
Create a health rule
createCloudHealthRule body → 201400401
GET
/v1/health-rules/{healthRuleId}
Get a specific health rule
getCloudHealthRule 1 param → 200401404
PUT
/v1/health-rules/{healthRuleId}
Update a health rule
updateCloudHealthRule 1 param body → 200400401404
DELETE
/v1/health-rules/{healthRuleId}
Delete a health rule
deleteCloudHealthRule 1 param → 204401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are CloudHealthRule (9 properties), HealthRule (8 properties). Each schema is shown below with its type and property counts.

HealthRule
object
A health rule that defines performance thresholds and conditions for triggering violations on monitored entities.
8 properties
CloudHealthRule
object
A health rule on the Cisco Observability Platform that defines performance thresholds for monitored cloud entities.
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

appdynamics-health-rules-api-openapi.yml Raw ↑

Other APIs AppDynamics publishes across the network.

AppDynamics Actions API
AppDynamics Actions Export/Import API
AppDynamics Applications API
AppDynamics Backends API
AppDynamics Business Transactions API
AppDynamics Configurations API
AppDynamics Connections API
AppDynamics Custom Dashboards Export/Import API
AppDynamics Custom Metrics API
AppDynamics Database Collectors API
AppDynamics Events API
AppDynamics Health Rules Export/Import API
Where this information came from

This is an independent, third-party profile of AppDynamics Health Rules API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.