harness-mcp-v2 3.2.18 → 3.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -55
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +852 -177
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +1011 -168
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v0/trigger.d.ts.map +1 -1
- package/build/data/schemas/v0/trigger.js +105 -3
- package/build/data/schemas/v0/trigger.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +259 -61
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +712 -506
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/prompts/feature-flag-rollout.d.ts.map +1 -1
- package/build/prompts/feature-flag-rollout.js +19 -8
- package/build/prompts/feature-flag-rollout.js.map +1 -1
- package/build/registry/extractors.d.ts +57 -10
- package/build/registry/extractors.d.ts.map +1 -1
- package/build/registry/extractors.js +213 -27
- package/build/registry/extractors.js.map +1 -1
- package/build/registry/index.d.ts.map +1 -1
- package/build/registry/index.js +42 -23
- package/build/registry/index.js.map +1 -1
- package/build/registry/list-filter-utils.d.ts +8 -0
- package/build/registry/list-filter-utils.d.ts.map +1 -0
- package/build/registry/list-filter-utils.js +50 -0
- package/build/registry/list-filter-utils.js.map +1 -0
- package/build/registry/scope-utils.d.ts +45 -0
- package/build/registry/scope-utils.d.ts.map +1 -1
- package/build/registry/scope-utils.js +78 -0
- package/build/registry/scope-utils.js.map +1 -1
- package/build/registry/toolsets/ccm.d.ts.map +1 -1
- package/build/registry/toolsets/ccm.js +349 -6
- package/build/registry/toolsets/ccm.js.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.d.ts +72 -20
- package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
- package/build/registry/toolsets/chaos-descriptions.js +435 -140
- package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
- package/build/registry/toolsets/chaos.d.ts.map +1 -1
- package/build/registry/toolsets/chaos.js +967 -193
- package/build/registry/toolsets/chaos.js.map +1 -1
- package/build/registry/toolsets/feature-flags.d.ts.map +1 -1
- package/build/registry/toolsets/feature-flags.js +670 -73
- package/build/registry/toolsets/feature-flags.js.map +1 -1
- package/build/registry/toolsets/governance.d.ts.map +1 -1
- package/build/registry/toolsets/governance.js +4 -0
- package/build/registry/toolsets/governance.js.map +1 -1
- package/build/registry/toolsets/iacm.d.ts.map +1 -1
- package/build/registry/toolsets/iacm.js +595 -11
- package/build/registry/toolsets/iacm.js.map +1 -1
- package/build/registry/toolsets/infrastructure.d.ts.map +1 -1
- package/build/registry/toolsets/infrastructure.js +30 -5
- package/build/registry/toolsets/infrastructure.js.map +1 -1
- package/build/registry/toolsets/pipelines.js +1 -1
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/registry/toolsets/sto.d.ts.map +1 -1
- package/build/registry/toolsets/sto.js +99 -22
- package/build/registry/toolsets/sto.js.map +1 -1
- package/build/registry/types.d.ts +50 -2
- package/build/registry/types.d.ts.map +1 -1
- package/build/tools/harness-create.d.ts.map +1 -1
- package/build/tools/harness-create.js +5 -1
- package/build/tools/harness-create.js.map +1 -1
- package/build/tools/harness-delete.d.ts.map +1 -1
- package/build/tools/harness-delete.js +5 -1
- package/build/tools/harness-delete.js.map +1 -1
- package/build/tools/harness-execute.d.ts.map +1 -1
- package/build/tools/harness-execute.js +15 -9
- package/build/tools/harness-execute.js.map +1 -1
- package/build/tools/harness-get.d.ts.map +1 -1
- package/build/tools/harness-get.js +5 -1
- package/build/tools/harness-get.js.map +1 -1
- package/build/tools/harness-list.d.ts.map +1 -1
- package/build/tools/harness-list.js +8 -7
- package/build/tools/harness-list.js.map +1 -1
- package/build/tools/harness-update.d.ts.map +1 -1
- package/build/tools/harness-update.js +5 -1
- package/build/tools/harness-update.js.map +1 -1
- package/build/utils/compact.js +1 -1
- package/build/utils/compact.js.map +1 -1
- package/build/utils/url-parser.d.ts.map +1 -1
- package/build/utils/url-parser.js +22 -0
- package/build/utils/url-parser.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://mcptoplist.com/server/glama%2Fharness%2Fmcp-server)
|
|
4
4
|
|
|
5
|
-
An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 11 consolidated tools and
|
|
5
|
+
An MCP (Model Context Protocol) server that gives AI agents full access to the Harness.io platform through 11 consolidated tools and 228 resource types.
|
|
6
6
|
|
|
7
7
|
## Why Use This MCP Server
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ Most MCP servers map one tool per API endpoint. For a platform as broad as Harne
|
|
|
10
10
|
|
|
11
11
|
This server is built differently:
|
|
12
12
|
|
|
13
|
-
- **11 tools,
|
|
13
|
+
- **11 tools, 228 resource types.** A registry-based dispatch system routes `harness_list`, `harness_get`, `harness_create`, etc. to any Harness resource — pipelines, services, environments, orgs, projects, feature flags, cost data, and more. The LLM picks from 11 tools instead of hundreds.
|
|
14
14
|
- **Full platform coverage.** 38 default toolsets spanning CI/CD, GitOps, Feature Flags, Cloud Cost Management, Security Testing, Chaos Engineering, Database DevOps, Internal Developer Portal, Software Supply Chain, Infrastructure as Code Management, Governance, Service Overrides, Knowledge Graph, and more. Opt-in Ansible coverage is available when you need inventory and playbook data.
|
|
15
15
|
- **Multi-project workflows out of the box.** Agents discover organizations and projects dynamically — no hardcoded env vars needed. Ask "show failed executions across all projects" and the agent can navigate the full account hierarchy.
|
|
16
16
|
- **34 prompt templates.** Pre-built prompts for common workflows: build & deploy apps end-to-end, debug failed pipelines, review DORA metrics, triage vulnerabilities, optimize cloud costs, audit access control, plan feature flag rollouts, review pull requests, approve pending pipelines, and more.
|
|
@@ -537,8 +537,8 @@ The server automatically loads environment variables from a `.env` file in the p
|
|
|
537
537
|
| `HARNESS_API_KEY` | Yes* | -- | Harness personal access token or service account token. Required in `single-user` mode. Must NOT be set in `multi-user` mode |
|
|
538
538
|
| `HARNESS_ACCOUNT_ID` | No | *(from PAT/SAT)* | Harness account identifier. Auto-extracted from PAT/SAT tokens in single-user mode; multi-user sessions can provide their own via `x-harness-account-id` when the API key does not embed one |
|
|
539
539
|
| `HARNESS_BASE_URL` | No | `https://app.harness.io` | Harness API/UI base URL for local stdio or self-hosted HTTP deployments. Set this to environments such as `https://harness0.harness.io` when running the server yourself. It does not affect the managed `https://mcp.harness.io/mcp` hosted endpoint |
|
|
540
|
-
| `HARNESS_FME_API_KEY` | No | -- | Optional single-user/self-hosted FME/Split Admin credential used for `fme_` resources
|
|
541
|
-
| `HARNESS_FME_BASE_URL` | No | `https://api.split.io` | Split/FME Admin API base URL used by `fme_` resources
|
|
540
|
+
| `HARNESS_FME_API_KEY` | No | -- | Optional single-user/self-hosted FME/Split Admin credential used for `fme_` resources in **legacy (`workspace_id`) mode only**. This can be a legacy Split admin key or an FME-entitled Harness PAT/SAT. FME calls go directly to `api.split.io`, so hosted OAuth/service-routing credentials for Harness platform APIs do not authenticate these requests. Must not be set in `multi-user` mode; FME must use each session's `x-harness-api-key` credential. If unset, FME falls back to a non-placeholder `HARNESS_API_KEY` for self-hosted sessions. Harness-native (`org_id`+`project_id`) mode ignores this and uses the standard `HARNESS_API_KEY`/`HARNESS_BASE_URL` instead |
|
|
541
|
+
| `HARNESS_FME_BASE_URL` | No | `https://api.split.io` | Split/FME Admin API base URL used by `fme_` resources in **legacy (`workspace_id`) mode only**. HTTP URLs require `HARNESS_ALLOW_HTTP=true` for local development. Harness-native (`org_id`+`project_id`) mode ignores this and uses the standard `HARNESS_API_KEY`/`HARNESS_BASE_URL` instead |
|
|
542
542
|
| `HARNESS_ORG` | No | -- | Organization ID. Used when `org_id` is not specified per tool call. If omitted, `org_id` must be provided explicitly. Agents can also discover orgs dynamically via `harness_list(resource_type="organization")` |
|
|
543
543
|
| `HARNESS_PROJECT` | No | -- | Project ID. Used when `project_id` is not specified per tool call. Agents can also discover projects dynamically via `harness_list(resource_type="project")` |
|
|
544
544
|
| `HARNESS_API_TIMEOUT_MS` | No | `30000` | HTTP request timeout in milliseconds |
|
|
@@ -656,7 +656,7 @@ The server exposes 11 MCP tools. Most API tools accept `org_id` and `project_id`
|
|
|
656
656
|
- `resource_scope: "org"` sends `accountIdentifier` and `orgIdentifier`.
|
|
657
657
|
- `resource_scope: "project"` sends account, org, and project identifiers.
|
|
658
658
|
|
|
659
|
-
Current multi-scope resources include `connector`, `service`, `environment`, `infrastructure`, `secret`, `file_store`, and `
|
|
659
|
+
Current multi-scope resources include `connector`, `service`, `environment`, `infrastructure`, `secret`, `file_store`, `template`, `policy`, and `policy_set`. If `resource_scope` is omitted, the registry uses the resource's default scope and configured defaults, except resources marked as optional scope may omit org/project unless explicitly passed. Harness URLs can also set the scope automatically when the path contains account-level or project-level context.
|
|
660
660
|
|
|
661
661
|
**Structured output:** Every tool declares an MCP `outputSchema`. `harness_list` normalizes list-like Harness responses into object-shaped structured content so strict clients can validate it: top-level arrays become `{ "items": [...], "total": <count>, "page": <page> }`, and common wrapper keys such as `content`, `data`, `body`, `objects`, or `features` are hoisted to `items` when needed. The text response still contains the compact JSON payload returned to all clients.
|
|
662
662
|
|
|
@@ -1202,7 +1202,7 @@ Harness pipelines can be stored in three ways:
|
|
|
1202
1202
|
|
|
1203
1203
|
## Resource Types
|
|
1204
1204
|
|
|
1205
|
-
|
|
1205
|
+
228 resource types organized across 38 toolsets. Each resource type supports a subset of CRUD operations and optional execute actions.
|
|
1206
1206
|
|
|
1207
1207
|
### Platform
|
|
1208
1208
|
|
|
@@ -1422,24 +1422,35 @@ Template operations use the Harness Template service paths (`/template/api/templ
|
|
|
1422
1422
|
|
|
1423
1423
|
### Infrastructure as Code Management (IaCM)
|
|
1424
1424
|
|
|
1425
|
-
IaCM resources are default-enabled and mostly project-scoped. Start with `iacm_workspace` to find workspace identifiers, then use that `workspace_id` for workspace resources, costs, and activity diffs.
|
|
1425
|
+
IaCM resources are default-enabled and mostly project-scoped. Start with `iacm_workspace` to find workspace identifiers, then use that `workspace_id` for workspace resources, costs, and activity diffs. Use `iacm_variable_set` for reusable variable sets at account, org, or project scope.
|
|
1426
|
+
|
|
1427
|
+
`iacm_module` also spans account, org, and project scope. It defaults to the account registry; every operation (list, get, create, update) sends the same `scope_org` / `scope_project` query params, so a module you create is discoverable at the scope you created it. Select the scope with `resource_scope="account" | "org" | "project"` plus `org_id`/`project_id`. Scoping is opt-in: when `resource_scope` is omitted, `org_id`/`project_id` apply only if you pass them explicitly — configured `HARNESS_ORG`/`HARNESS_PROJECT` defaults are not applied, so an ambient project config cannot silently register an account module under a project. A module body's own `org`/`project` fields locate its Git connector and are unrelated to this visibility scope.
|
|
1428
|
+
|
|
1429
|
+
`iacm_workspace` create/update return `{ policy_evaluation }` only — follow up with `harness_get` to fetch the workspace. `iacm_variable_set` and `iacm_module` create/update return the resource itself. Variable-set **update is HTTP PUT with full-replacement collections** — always `harness_get` first, then PUT the full desired body (`terraform_variables` / `environment_variables` are required on update; omit/empty clears connectors and variable files). Module update is also PUT — prefer get-then-put for optional fields. Writes are `medium_write` and require confirmation (elicitation or `confirm: true`).
|
|
1430
|
+
|
|
1431
|
+
Variable-set RBAC (`iac_variableset_*`) is currently Experimental in Harness — access checks always allow until iac-server activates enforcement. Module registry RBAC (`iac_registry_view` / `iac_registry_edit`) is Active and enforceable. MCP always forwards the caller PAT/SAT unchanged.
|
|
1426
1432
|
|
|
1427
1433
|
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1428
1434
|
| ------------------------------- | ---- | --- | ------ | ------ | ------ | --------------- |
|
|
1429
|
-
| `iacm_workspace` | x | x |
|
|
1435
|
+
| `iacm_workspace` | x | x | x | x | | |
|
|
1436
|
+
| `iacm_variable_set` | x | x | x | x | | |
|
|
1430
1437
|
| `iacm_resource` | x | | | | | |
|
|
1431
|
-
| `iacm_module` | x | x |
|
|
1438
|
+
| `iacm_module` | x | x | x | x | | |
|
|
1432
1439
|
| `iacm_workspace_costs` | x | | | | | |
|
|
1433
1440
|
| `iacm_activity_resource_change` | x | | | | | |
|
|
1434
1441
|
|
|
1435
1442
|
Typical workflow:
|
|
1436
1443
|
|
|
1437
1444
|
1. `harness_list(resource_type="iacm_workspace", org_id="...", project_id="...")` to find the workspace.
|
|
1438
|
-
2. `
|
|
1439
|
-
3. `
|
|
1440
|
-
4. `harness_list
|
|
1445
|
+
2. `harness_create` / `harness_update` on `iacm_workspace` to create from scratch or a template (`associated_template`), or update an existing workspace — response is `{ policy_evaluation }` only.
|
|
1446
|
+
3. `harness_get(resource_type="iacm_workspace", workspace_id="...")` to fetch the created/updated workspace.
|
|
1447
|
+
4. `harness_list` / `harness_create` / `harness_update` on `iacm_variable_set` (optionally with `resource_scope`) for reusable Terraform/env variable sets — response is the VariableSet resource.
|
|
1448
|
+
5. `harness_list` / `harness_create` / `harness_update` on `iacm_module` for the module registry (`name` + `system` required; add `resource_scope` with `org_id`/`project_id` for an org- or project-scoped module) — response is the module resource.
|
|
1449
|
+
6. `harness_list(resource_type="iacm_resource", org_id="...", project_id="...", workspace_id="...")` to inspect Terraform resources, outputs, and data sources.
|
|
1450
|
+
7. `harness_list(resource_type="iacm_workspace_costs", org_id="...", project_id="...", workspace_id="...")` to review per-execution cost entries.
|
|
1451
|
+
8. `harness_list(resource_type="iacm_activity_resource_change", org_id="...", project_id="...", activity_id="...", workspace_id="...")` to inspect before/after resource diffs for a plan, apply, or destroy activity.
|
|
1441
1452
|
|
|
1442
|
-
IaCM list responses expose `page_count` as the count for the current page only. When `has_more` is true, keep requesting the next 1-based page and sum page counts if you need a total.
|
|
1453
|
+
IaCM list responses expose `page_count` as the count for the current page only (except `iacm_variable_set`, which is not paginated). When `has_more` is true, keep requesting the next 1-based page and sum page counts if you need a total.
|
|
1443
1454
|
|
|
1444
1455
|
### Internal Developer Portal (IDP)
|
|
1445
1456
|
|
|
@@ -1477,7 +1488,7 @@ Use `harness_execute(resource_type="pull_request", action="close", ...)` for an
|
|
|
1477
1488
|
| ----------------------------------- | ---- | --- | ------ | ------ | ------ | ----------------------------------------- |
|
|
1478
1489
|
| `fme_workspace` | x | | | | | |
|
|
1479
1490
|
| `fme_environment` | x | | | | | |
|
|
1480
|
-
| `fme_feature_flag` | x | x | x | x | x | `kill`, `restore`, `archive`, `unarchive` |
|
|
1491
|
+
| `fme_feature_flag` | x | x | x | x | x | `kill`, `restore`, `reallocate`, `archive`, `unarchive` |
|
|
1481
1492
|
| `fme_feature_flag_definition` | | x | x | x | | |
|
|
1482
1493
|
| `fme_rollout_status` | x | | | | | |
|
|
1483
1494
|
| `fme_rule_based_segment` | x | x | x | | x | |
|
|
@@ -1486,9 +1497,27 @@ Use `harness_execute(resource_type="pull_request", action="close", ...)` for an
|
|
|
1486
1497
|
| `fme_identity` | | | x | x | | |
|
|
1487
1498
|
| `fme_standard_segment` | x | x | | | | |
|
|
1488
1499
|
| `fme_segment_keys` | x | | | x | | |
|
|
1500
|
+
| `fme_segment` | x | x | x | | x | |
|
|
1501
|
+
| `fme_segment_definition` | x | x | x | x | x | |
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
**FME (Split.io) resources** — `fme_`* resources support **dual-mode scoping**: legacy calls pass `workspace_id` and hit the Split.io API (`api.split.io`); newer calls pass `org_id`+`project_id` together and hit Harness-native endpoints (standard `HARNESS_API_KEY`/`HARNESS_BASE_URL`, same auth as every other `harness_*` resource) instead. Passing both `workspace_id` and `org_id`/`project_id` on the same call, or mixing `org_id` with `project_id` alone, is an error — pick one mode per call. Every operation below is available in legacy mode, unchanged. Harness-native mode coverage is currently narrower:
|
|
1489
1505
|
|
|
1506
|
+
- **`fme_workspace`** — no Harness-native equivalent; legacy-only (used to discover `workspace_id` values).
|
|
1507
|
+
- **`fme_environment`** — `list` wired to the real endpoint.
|
|
1508
|
+
- **`fme_feature_flag`** — dual-mode, both branches fully wired. Harness-native (`org_id`+`project_id`): `list`/`get`/`create`/`delete` hit `/fme/api/v4/feature-flags` (body for `create`: `name`, `trafficType`, optional `description`/`tags`/`owners`, per `CreateFeatureFlagRequest`); `update` sends a merge-patch to `/fme/api/v4/feature-flags/{name}`; `archive`/`unarchive` hit `/fme/api/v4/feature-flags/{name}/archive|unarchive` (optional `comment` only — no `title`, per `ArchiveUnarchiveRequest`); `kill`/`restore`/`reallocate` hit `/fme/api/v4/feature-flag-definitions/{name}/kill|restore|reallocate` with `environment_id` as a query param (optional `comment`/`title`, per `FeatureFlagDefinitionActionRequest`).
|
|
1509
|
+
- **`fme_feature_flag_definition`** — `get`/`create`/`update` are wired to the real `/fme/api/v4/feature-flag-definitions` endpoint. Body shape is identical to legacy mode (`treatments`, `defaultTreatment`, `defaultRule`, optional `rules`/`baselineTreatment`/`trafficAllocation`/`comment`), plus an optional `title` field available only in Harness-native mode. `environment_id` is passed as a query param (not a path segment, unlike legacy mode).
|
|
1510
|
+
- **`fme_rollout_status`** — `list` is not yet implemented.
|
|
1511
|
+
- **`fme_rule_based_segment`** — (Deprecated — see `fme_segment`.) Harness-native mode is rejected on every operation (`list`/`get`/`create`/`delete`) — use `fme_segment` instead; this resource supports only the legacy `workspace_id` contract.
|
|
1512
|
+
- **`fme_rule_based_segment_definition`** — (Deprecated — see `fme_segment_definition`.) Harness-native mode is rejected on every operation/action (`list`/`update`/`enable`/`disable`/`change_request`) — use `fme_segment_definition` instead (no `enable`/`disable`/`change_request` equivalent there); this resource supports only the legacy `workspace_id`/`environment_id` contract.
|
|
1513
|
+
- **`fme_traffic_type`** — `list` is not yet implemented.
|
|
1514
|
+
- **`fme_identity`** — `create`/`update` are not yet implemented if `org_id`+`project_id` are passed together; otherwise proceeds as a normal legacy call.
|
|
1515
|
+
- **`fme_standard_segment`** — (Deprecated — see `fme_segment`.) Harness-native mode is rejected on every operation (`list`/`get`) — use `fme_segment` instead; this resource supports only the legacy `workspace_id` contract. There is no `create` operation for this resource in either mode.
|
|
1516
|
+
- **`fme_segment_keys`** — `list`/`update` are not yet implemented if `org_id`+`project_id` are passed together; otherwise proceeds as a normal legacy call.
|
|
1517
|
+
- **`fme_segment`** — `list`/`get`/`create`/`delete` are wired to the real `/fme/api/v4/segments` endpoint (consolidates `fme_standard_segment`/`fme_rule_based_segment`); `create` body: `name`, `trafficType`, `type` (required — one of `standard`/`rule_based`/`large`), optional `description`/`tags`/`owners`.
|
|
1518
|
+
- **`fme_segment_definition`** — Harness-native only (no legacy `workspace_id` support). `list`/`get`/`create`/`update`/`delete` are wired to `/fme/api/v4/segment-definitions`, per `Harness_Split/Main` PR #12644 (open, not yet merged as of this writing — paths may still change). `update` uses JSON Merge Patch on `description`, the only mutable field. There is no `enable`/`disable`/`change_request` action — the backend has no such endpoints for this unified resource.
|
|
1490
1519
|
|
|
1491
|
-
|
|
1520
|
+
In single-user/self-hosted mode, legacy-mode auth uses a Bearer token from `HARNESS_FME_API_KEY`, falling back to a non-placeholder `HARNESS_API_KEY`. `HARNESS_FME_API_KEY` may be a legacy Split admin key or an FME-entitled Harness PAT/SAT, but it is rejected in `multi-user` mode so shared deployments cannot override each session user's credential. Hosted OAuth/service-routing credentials for Harness platform APIs do not authenticate direct Split.io requests. `fme_feature_flag` supports full lifecycle management in legacy mode: create (requires `traffic_type_id`), list, get, update metadata, delete, and kill/restore/reallocate/archive/unarchive execute actions. Use `fme_traffic_type` to discover traffic type IDs, `fme_identity` to create/update identity attributes, and `fme_standard_segment` / `fme_segment_keys` to inspect standard segments and add member keys. `fme_rule_based_segment` provides CRUD for targeting segments, while `fme_rule_based_segment_definition` manages environment-specific segment rules with enable/disable and change request approval flows.
|
|
1492
1521
|
|
|
1493
1522
|
### GitOps
|
|
1494
1523
|
|
|
@@ -1512,40 +1541,43 @@ Use `harness_execute(resource_type="pull_request", action="close", ...)` for an
|
|
|
1512
1541
|
### Chaos Engineering
|
|
1513
1542
|
|
|
1514
1543
|
|
|
1515
|
-
| Resource Type
|
|
1516
|
-
|
|
1517
|
-
| `chaos_experiment`
|
|
1518
|
-
| `chaos_experiment_run`
|
|
1519
|
-
| `chaos_experiment_variable`
|
|
1520
|
-
| `chaos_component_variable`
|
|
1521
|
-
| `chaos_input_set`
|
|
1522
|
-
| `chaos_experiment_template`
|
|
1523
|
-
| `chaos_probe`
|
|
1524
|
-
| `chaos_probe_in_run`
|
|
1525
|
-
| `chaos_probe_template`
|
|
1526
|
-
| `chaos_infrastructure`
|
|
1527
|
-
| `chaos_k8s_infrastructure`
|
|
1528
|
-
| `
|
|
1529
|
-
| `
|
|
1530
|
-
| `
|
|
1531
|
-
| `
|
|
1532
|
-
| `
|
|
1533
|
-
| `
|
|
1534
|
-
| `
|
|
1535
|
-
| `
|
|
1536
|
-
| `
|
|
1537
|
-
| `
|
|
1538
|
-
| `
|
|
1539
|
-
| `
|
|
1540
|
-
| `
|
|
1541
|
-
| `
|
|
1542
|
-
| `
|
|
1543
|
-
| `
|
|
1544
|
-
| `
|
|
1545
|
-
| `
|
|
1546
|
-
| `
|
|
1547
|
-
| `
|
|
1548
|
-
| `
|
|
1544
|
+
| Resource Type | List | Get | Create | Update | Delete | Execute Actions |
|
|
1545
|
+
|----------------------------------| ---- | --- | ------ | ------ | ------ |------------------------------------------------------------------------------|
|
|
1546
|
+
| `chaos_experiment` | x | x | x | | x | `run`, `stop` |
|
|
1547
|
+
| `chaos_experiment_run` | | x | | | | |
|
|
1548
|
+
| `chaos_experiment_variable` | x | | | | | |
|
|
1549
|
+
| `chaos_component_variable` | | x | | | | |
|
|
1550
|
+
| `chaos_input_set` | x | x | x | x | x | |
|
|
1551
|
+
| `chaos_experiment_template` | x | x | | | x | `create_from_template`, `list_revisions`, `get_variables`, `get_yaml`, `compare_revisions` |
|
|
1552
|
+
| `chaos_probe` | x | x | x | | x | `enable`, `verify`, `get_manifest` |
|
|
1553
|
+
| `chaos_probe_in_run` | x | | | | | |
|
|
1554
|
+
| `chaos_probe_template` | x | x | | | x | `get_variables` |
|
|
1555
|
+
| `chaos_infrastructure` | x | | | | | |
|
|
1556
|
+
| `chaos_k8s_infrastructure` | x | x | x | | | `check_health` |
|
|
1557
|
+
| `chaos_enabled_infrastructure` | x | | | | | |
|
|
1558
|
+
| `chaos_environment` | x | | | | | |
|
|
1559
|
+
| `chaos_hub` | x | x | x | x | x | |
|
|
1560
|
+
| `chaos_hub_fault` | x | | | | | |
|
|
1561
|
+
| `chaos_fault` | x | x | | | x | `get_variables`, `get_yaml` |
|
|
1562
|
+
| `chaos_fault_template` | x | x | | | x | `list_revisions`, `get_variables`, `get_yaml`, `compare_revisions` |
|
|
1563
|
+
| `chaos_fault_experiment_run` | x | | | | | |
|
|
1564
|
+
| `chaos_action` | x | x | x | | x | `get_manifest` |
|
|
1565
|
+
| `chaos_action_template` | x | x | | | x | `list_revisions`, `get_variables`, `compare_revisions` |
|
|
1566
|
+
| `chaos_loadtest` | x | x | x | x | x | `run`, `stop` |
|
|
1567
|
+
| `chaos_service` | x | x | x | x | x | `list_experiment_runs`, `list_load_tests` |
|
|
1568
|
+
| `chaos_application_map` | x | x | | | | |
|
|
1569
|
+
| `discovered_agent` | x | | | | | |
|
|
1570
|
+
| `discovered_namespace` | x | | | | | |
|
|
1571
|
+
| `discovered_service` | x | | | | | |
|
|
1572
|
+
| `discovered_network_map` | x | | | | | |
|
|
1573
|
+
| `chaos_guard_condition` | x | x | | | x | |
|
|
1574
|
+
| `chaos_guard_rule` | x | x | | | x | `enable` |
|
|
1575
|
+
| `chaos_recommendation` | x | x | | | | |
|
|
1576
|
+
| `chaos_risk` | x | x | | | | |
|
|
1577
|
+
| `chaos_dr_test` | x | | x | | | |
|
|
1578
|
+
| `scanned_risk` | x | x | | | | `occurrences`, `summary_by_service` |
|
|
1579
|
+
| `chaos_risk_rule` | x | x | | | | |
|
|
1580
|
+
| `chaos_risk_scan` | x | x | x | x | x | `retry`, `abort`, `report`, `report_download`, `heatmap` |
|
|
1549
1581
|
|
|
1550
1582
|
### Cloud Cost Management (CCM)
|
|
1551
1583
|
|
|
@@ -1622,7 +1654,7 @@ Evidence Vault stores in-toto attestations (SDLC evidences). List supports accou
|
|
|
1622
1654
|
| `security_issue` | x | | | | | |
|
|
1623
1655
|
| `security_issue_filter` | x | | | | | |
|
|
1624
1656
|
| `security_exemption` | x | | x | | | `approve`, `reject` |
|
|
1625
|
-
| `
|
|
1657
|
+
| `remediation_diff` | x | | | | | |
|
|
1626
1658
|
|
|
1627
1659
|
`security_exemption` create is a `high_write` operation. The server derives `requester_id` from the authenticated PAT, sets `exemptFutureOccurrences=true`, and defaults `duration_days` to 30 when not provided. For listing exemptions, pass a small explicit page size (for example `filters: { "status": "Pending", "size": 5 }`) and follow the `_nextPageHint` returned in each response.
|
|
1628
1660
|
|
|
@@ -1820,14 +1852,14 @@ Available toolset names:
|
|
|
1820
1852
|
| `dashboards` | dashboard, dashboard_data |
|
|
1821
1853
|
| `idp` | idp_entity, scorecard, scorecard_check, scorecard_stats, scorecard_check_stats, idp_score, idp_workflow, idp_tech_doc |
|
|
1822
1854
|
| `pull-requests` | pull_request, pr_reviewer, pr_comment, pr_check, pr_activity |
|
|
1823
|
-
| `feature-flags` | fme_workspace, fme_environment, fme_feature_flag, fme_feature_flag_definition, fme_rollout_status, fme_rule_based_segment, fme_rule_based_segment_definition, fme_traffic_type, fme_identity, fme_standard_segment, fme_segment_keys
|
|
1855
|
+
| `feature-flags` | fme_workspace, fme_environment, fme_feature_flag, fme_feature_flag_definition, fme_rollout_status, fme_rule_based_segment, fme_rule_based_segment_definition, fme_traffic_type, fme_identity, fme_standard_segment, fme_segment_keys, fme_segment, fme_segment_definition |
|
|
1824
1856
|
| `gitops` | gitops_agent, gitops_application, gitops_cluster, gitops_repository, gitops_applicationset, gitops_repo_credential, gitops_app_event, gitops_pod_log, gitops_managed_resource, gitops_resource_action, gitops_dashboard, gitops_app_resource_tree |
|
|
1825
|
-
| `chaos` | chaos_experiment, chaos_experiment_run, chaos_experiment_variable, chaos_component_variable, chaos_input_set, chaos_experiment_template, chaos_probe, chaos_probe_in_run, chaos_probe_template, chaos_infrastructure, chaos_k8s_infrastructure, chaos_environment, chaos_hub, chaos_hub_fault, chaos_fault, chaos_fault_template, chaos_fault_experiment_run, chaos_action, chaos_action_template, chaos_loadtest, chaos_application_map, discovered_namespace, discovered_service, discovered_network_map, chaos_guard_condition, chaos_guard_rule, chaos_recommendation, chaos_risk, chaos_dr_test, scanned_risk, chaos_risk_rule, chaos_risk_scan |
|
|
1857
|
+
| `chaos` | chaos_experiment, chaos_experiment_run, chaos_experiment_variable, chaos_component_variable, chaos_input_set, chaos_experiment_template, chaos_probe, chaos_probe_in_run, chaos_probe_template, chaos_infrastructure, chaos_k8s_infrastructure, chaos_enabled_infrastructure, chaos_environment, chaos_hub, chaos_hub_fault, chaos_fault, chaos_fault_template, chaos_fault_experiment_run, chaos_action, chaos_action_template, chaos_loadtest, chaos_service, chaos_application_map, discovered_agent, discovered_namespace, discovered_service, discovered_network_map, chaos_guard_condition, chaos_guard_rule, chaos_recommendation, chaos_risk, chaos_dr_test, scanned_risk, chaos_risk_rule, chaos_risk_scan |
|
|
1826
1858
|
| `ccm` | cost_perspective, cost_breakdown, cost_timeseries, cost_summary, cost_recommendation, cost_anomaly, cost_anomaly_summary, cost_category, cost_account_overview, cost_filter_value, cost_recommendation_stats, cost_recommendation_detail, cost_commitment |
|
|
1827
1859
|
| `sei` | sei_metric, sei_productivity_metric, sei_dora_metric, sei_team, sei_team_detail, sei_org_tree, sei_org_tree_detail, sei_business_alignment, sei_ai_usage, sei_ai_adoption, sei_ai_impact, sei_ai_raw_metric |
|
|
1828
1860
|
| `scs` | scs_artifact_source, artifact_security, scs_artifact_component, scs_artifact_remediation, scs_chain_of_custody, scs_compliance_result, code_repo_security, scs_sbom |
|
|
1829
1861
|
| `evidence-vault` | attestation |
|
|
1830
|
-
| `sto` | security_issue, security_issue_filter, security_exemption,
|
|
1862
|
+
| `sto` | security_issue, security_issue_filter, security_exemption, remediation_diff |
|
|
1831
1863
|
| `dbops` | database_schema, database_instance, database_snapshot_object, database_llm_authoring_pipeline |
|
|
1832
1864
|
| `access_control` | user, user_group, service_account, role, role_assignment, resource_group, permission |
|
|
1833
1865
|
| `governance` | policy, policy_set, policy_evaluation |
|
|
@@ -1837,7 +1869,7 @@ Available toolset names:
|
|
|
1837
1869
|
| `knowledge-graph` | kg_queryable_type_summary, kg_grammar, hql_query |
|
|
1838
1870
|
| `semantic-layer` | kg_type, kg_related_type |
|
|
1839
1871
|
| `ai-evals` | eval_dataset, eval_dataset_item, evaluation, eval_run, eval_run_item, eval_run_by_eval, eval_metric, eval_metric_set, eval_metric_set_entry, eval_suite, eval_suite_evaluation, eval_suite_run, eval_target, eval_annotation, eval_analytics, eval_git_settings, eval_registry_item, eval_git_registration, online_eval |
|
|
1840
|
-
| `iacm` | iacm_workspace, iacm_resource, iacm_module, iacm_workspace_costs, iacm_activity_resource_change
|
|
1872
|
+
| `iacm` | iacm_workspace, iacm_variable_set, iacm_resource, iacm_module, iacm_workspace_costs, iacm_activity_resource_change |
|
|
1841
1873
|
| `ansible` *(opt-in)* | ansible_inventory, ansible_playbook, ansible_host, ansible_host_activity, ansible_activity |
|
|
1842
1874
|
|
|
1843
1875
|
|
|
@@ -1857,7 +1889,7 @@ Available toolset names:
|
|
|
1857
1889
|
+--------v---------+
|
|
1858
1890
|
| Registry | <-- Declarative resource definitions
|
|
1859
1891
|
| 38 Toolsets | (data files, not code)
|
|
1860
|
-
|
|
|
1892
|
+
| 228 Resource Types|
|
|
1861
1893
|
+--------+---------+
|
|
1862
1894
|
|
|
|
1863
1895
|
+--------v---------+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAq/wH/B,CAAC;AACF,eAAe,MAAM,CAAC"}
|