Skip to main content
POST
Resolve a GCP setup step

Path Parameters

connectionId
string
required

Body

application/json

Setup step to retry

stepId
enum<string>
required

Step to resolve, taken from the steps[].id returned by setup-gcp.

Available options:
enable_security_command_center_api,
enable_cloud_resource_manager_api,
enable_service_usage_api,
grant_findings_viewer_role
Example:

"enable_service_usage_api"

Response

201 - undefined