Integration Step Config

Integration step config for Account

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
name
any
Enum: "RSPM" "CICD"
Array of objects (IntegrationStepConfig)
Responses
200

OK

400

Bad Request

500

Internal Server Error

post/gateway/ssca-manager/v1/ssca-config/integration-step
Request samples
application/json
{
  • "name": "RSPM",
  • "config": [
    ]
}

Integration step config for Project

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

project
required
string

Harness project ID

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
name
any
Enum: "RSPM" "CICD"
Array of objects (IntegrationStepConfig)
Responses
200

OK

400

Bad Request

500

Internal Server Error

post/gateway/ssca-manager/v1/orgs/{org}/projects/{project}/ssca-config/integration-step
Request samples
application/json
{
  • "name": "RSPM",
  • "config": [
    ]
}

Integration step config for Org

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

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
name
any
Enum: "RSPM" "CICD"
Array of objects (IntegrationStepConfig)
Responses
200

OK

400

Bad Request

500

Internal Server Error

post/gateway/ssca-manager/v1/orgs/{org}/ssca-config/integration-step
Request samples
application/json
{
  • "name": "RSPM",
  • "config": [
    ]
}