v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Product

List Feature requirements

List all Feature requirements within CoreStack product.

get/v1/feature_requirements/list

Response

Success

feature'appsecops__onboarding' | 'assessments__wellarchitected' | 'assessments__wellarchitected__auto_assessment' | 'assessments__wellarchitected__auto_assessment__aws_sync' | 'assessments__wellarchitected__custom_framework__aws_sync' | 'cloudops__activity' | 'cloudops__activity__periodic' | 'cloudops__activity__real_time_sync_read' | 'cloudops__activity__real_time_sync_write' | 'cloudops__backup_management' | 'cloudops__cloudwatch_agent' | 'cloudops__monitoring_alerts' | 'cloudops__monitoring_alerts__periodic' | 'cloudops__monitoring_alerts__real_time_sync_read' | 'cloudops__monitoring_alerts__real_time_sync_write' | 'cloudops__patch_management' | 'cloudops__runbooks' | 'cloudops__utilization' | 'core__inventory' | 'core__inventory__management' | 'core__policy_engine' | 'core__policy_engine__aws_config' | 'core__policy_engine__azure_policy' | 'core__resource_discovery' | 'core__resource_discovery_extra' | 'core__tagging_governance' | 'core__tagging_governance_extra' | 'finops__assessments' | 'finops__azurehybridbenefit_recommendations' | 'finops__budget' | 'finops__cloud_native_recommendations' | 'finops__cost_anomaly' | 'finops__cost_processing' | 'finops__cost_savings' | 'finops__enterprise_discount_program' | 'finops__reservation' | 'finops__right_size_recommendations' | 'finops__savings_plans' | 'finops__schedule_recommendations' | 'governance__request' | 'integration__application_performance_monitoring' | 'integration__azure_security_graph' | 'integration__azure_sentinel' | 'integration__tenable_nessus' | 'secops__access' | 'secops__aws_security_hub' | 'secops__cloud_native_security_information_event_management' | 'secops__compliance' | 'secops__threats' | 'secops__threats__posture_read' | 'secops__threats__posture_write' | 'secops__threats__realtime_alerts_read' | 'secops__threats__realtime_alerts_write' | 'secops__vulnerabilities' | 'secops__vulnerabilities__read' | 'secops__vulnerabilities__write' | 'selfservice__governance' | 'stackops' | 'stackops__deployment' | 'system__roles'

CoreStack Feature

access_type'read' | 'write'

Limit to matching access types

executor'AI' | 'AI_AGENT' | 'AI_BG' | 'BROKER' | 'COMPLIANCE' | 'COST' | 'COST_BG' | 'COST_BG_CLOUD_BILLING' | 'COST_BG_K8S_BILLING' | 'FEATURE_FLAGS' | 'GOVERNANCE' | 'HEATSTACK' | 'HEATSTACK_BG' | 'IDENTITY' | 'IDENTITY_BG' | 'OPERATIONS' | 'REPORT_GENERATION' | 'RESOURCE_INVENTORY' | 'RESOURCE_INVENTORY_BG' | 'SECURITY'

Executor responsible for this feature

system_onlyboolean

If set, managed by the system

all_productsboolean

If set, allowed in any account

Example response

[
  {
    "feature": "appsecops__onboarding",
    "access_type": "read",
    "providers": [
      {
        "mandatory_dependent_features": [
          "appsecops__onboarding"
        ],
        "optional_dependent_features": [
          "appsecops__onboarding"
        ],
        "ondemand_dependent_features": [
          "appsecops__onboarding"
        ],
        "access_policies": [
          {
            "access_type": "read"
          }
        ]
      }
    ],
    "executor": "AI"
  }
]