Connector Information

Connector Information

Get Connector Info

Get Connector Info

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

Identifier field of the account the resource is scoped to.

Responses
200

Example response

get/v1/connector-info
Request samples
Response samples
{
  • "connector_details": {
    }
}

Create or Update Connector Info

Create or update connector info

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

Identifier field of the account the resource is scoped to.

Request Body schema: application/json
object (ConnectorDetails)

Connector details containing identifier and type

Responses
201

Example response

post/v1/connector-info
Request samples
application/json
{
  • "connector_details": {
    }
}
Response samples
{
  • "connector_details": {
    }
}

Get Connector Info by Provider Type

Get connector info by connector provider type

Securityx-api-key
Request
path Parameters
provider-type
required
string

Provider Type

header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Responses
200

Example response

get/v1/connector-info/{provider-type}
Request samples
Response samples
{
  • "connector_details": {
    }
}