K8s Release Service Mapping [Beta]

This contains APIs for Fetching Release details regarding a pod.

List service and environment details using namespace and releasename

Return details of service and environment mapped to pods namespace and release-name for a given account.

Securityx-api-key
Request
header Parameters
Harness-Account
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

Batch Release Details request body

Array
namespace
string
release_name
string
Responses
200

Batch Release Details response

get/v1/kubernetes/releases/service-mapping
Request samples
application/json
[
  • {
    }
]
Response samples
[
  • [
    ]
]