v1

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

List all Portfolios along with its associated applications and projects

List of portfolio details and associated applications and projects

post/v1/appsecops/dashboard/summary/portfolio_hierarchy

Request body

tenant_idsstring[] required

List of tenant IDs

Response

Success

namestring required

Name of the portfolio

descriptionstring

Portfolio description

ownerstring[] required

Owners of portfolio

tenant_idstring required

Tenant ID

created_atstring date-time

Portfolio created time

created_bystring

Name of the user who created the portfolio

portfolio_idstring

Portfolio ID

updated_bystring

Name of the user who recently updated the portfolio

updated_atstring date-time

Portfolio updated time

Example response

[
  {
    "applications": [
      {
        "dev_tool": "Jenkins",
        "service_name": "AWS"
      }
    ]
  }
]