Buildah Feature Status returns the buildah feature status
GET/api/v32.07/statuses/buildah
x-prisma-cloud-target-env: {"permission":"monitorCI"}
Returns the buildah status.
Responses
- 200
- default
BuildahFeatureStatus holds the response for the buildah feature status
- application/json
- Schema
- Example (from schema)
Schema
enabled boolean
Enabled is the buildah feature enabled/disabled indicator.
{
"enabled": true
}
Loading...