v1

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

Get the application details

Get details of a given application.

get/v1/appsecops/applications/item/{application_id}

Path parameters

application_idstring required

Specify the application ID to get the application data

Response

Success

namestring required

Name of the application

ownerstring[] required

Owners of the application

business_criticalitynumber required

Indicates the application's importance to the business in terms of criticality.

descriptionstring

Description of the application

tenant_idstring required

Tenant ID

portfolio_idstring required

Portfolio to which the application belongs.

dev_tool'Jenkins' | 'GitLab' | 'Git' | 'Azure DevOps' | 'CircleCI' | 'Bamboo'

Application Deployed DevTool

service_name'AWS' | 'Azure' | 'GCP' | 'OCI'

Cloud Provider to select

workload_idsstring[]

List of workload ids to which the application belongs.

application_idstring

Application ID

created_atstring date-time

Application created time

created_bystring

Name of the user who created the application

updated_bystring

Name of the user who recently updated the application

updated_atstring date-time

Application recently updated time

Example response

{
  "dev_tool": "Jenkins",
  "service_name": "AWS"
}