PipelineInfraConfig

Save SPM Pipeline Infra Configs

Securityx-api-key
Request
header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Request Body schema: application/json
org
string
project
string
spec
required
string

Define the configuration of your Kubernetes infrastructure in JSON format.

allow_override
boolean

When set to true, this setting enables configurations to be overridden at the project or organization level, regardless of whether they were previously defined at the account level.

Responses
200

Shared Response

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/gateway/ssca-manager/v1/ssca-config/pipeline-infra
Request samples
application/json
{
  • "org": "string",
  • "project": "string",
  • "spec": "string",
  • "allow_override": true
}