This API is deprecated. Use the Settings API with the Kubernetes connection settings (builtin:cloud.kubernetes
) and the Kubernetes platform monitoring settings (builtin:cloud.kubernetes.monitoring
) schemas instead.
Gets the configuration of the specified Kubernetes credentials.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/kubernetes/credentials/{id} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/kubernetes/credentials/{id} |
To execute this request, you need an access token with ReadConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string | The ID of the required Kubernetes credentials configuration. | path | required |
Code | Type | Description |
---|---|---|
200 | Kubernetes | Success |
KubernetesCredentials
objectConfiguration for specific Kubernetes credentials.
Element | Type | Description |
---|---|---|
active | boolean | The monitoring is enabled ( If not set on creation, the If the field is omitted during an update, the old value remains unaffected. |
activeGateGroup | string | Active Gate group to filter active gates for this credentials. |
authToken | string | The service account bearer token for the Kubernetes API server. Submit your token on creation or update of the configuration. For security reasons, GET requests return this field as If the field is omitted during an update, the old value remains unaffected. |
certificateCheckEnabled | boolean | The check of SSL certificates is enabled ( If not set on creation, the If the field is omitted during an update, the old value remains unaffected. |
davisEventsIntegrationEnabled | boolean | Inclusion of all Davis relevant events is enabled ( |
endpointStatus | string | The status of the configured endpoint. ASSIGNED: The credentials are assigned to an ActiveGate which is responsible for processing. UNASSIGNED: The credentials are not yet assigned to an ActiveGate so there is currently no processing. DISABLED: The credentials have been disabled by the user. FASTCHECK_AUTH_ERROR: The credentials are invalid. FASTCHECK_TLS_ERROR: The endpoint TLS certificate is invalid. FASTCHECK_NO_RESPONSE: The endpoint did not return a result until the timeout was reached. FASTCHECK_INVALID_ENDPOINT: The endpoint URL was invalid. FASTCHECK_AUTH_LOCKED: The credentials seem to be locked. UNKNOWN: An unknown error occured.
|
endpointStatusInfo | string | The detailed status info of the configured endpoint. |
endpointUrl | string | The URL of the Kubernetes API server. It must be unique within a Dynatrace environment. The URL must valid according to RFC 2396. Leading or trailing whitespaces are not allowed. |
eventAnalysisAndAlertingEnabled | boolean | [Deprecated] With 1.240 the EA events monitoring has been deprecated and replaced by the events GA version which obsoletes this property. Corresponds to the value of The field is ignored during an update, the old value remains unaffected. |
eventsFieldSelectors | Kubernetes | Kubernetes event filters based on field-selectors. If set to |
eventsIntegrationEnabled | boolean | The monitoring of events is enabled ( If not set on creation, the If the field is omitted during an update, the old value remains unaffected. |
id | string | The ID of the given credentials configuration. |
label | string | The name of the Kubernetes credentials configuration. Allowed characters are letters, numbers, whitespaces, and the following characters: |
metadata | Configuration | Metadata useful for debugging |
prometheusExportersIntegrationEnabled | boolean | Prometheus exporters integration is enabled ( |
workloadIntegrationEnabled | boolean | Workload and cloud application processing is enabled ( |
KubernetesEventPattern
objectRepresents a single Kubernetes events field selector (=event filter based on the K8s field selector).
Element | Type | Description |
---|---|---|
active | boolean | Whether subscription to this events field selector is enabled (value set to |
fieldSelector | string | The field selector string (url decoding is applied) when storing it. |
label | string | A label of the events field selector. |
ConfigurationMetadata
objectMetadata useful for debugging
Element | Type | Description |
---|---|---|
clusterVersion | string | Dynatrace version. |
configurationVersions | integer[] | A sorted list of the version numbers of the configuration. |
currentConfigurationVersions | string[] | A sorted list of version numbers of the configuration. |
{"active": true,"activeGateGroup": "group-1","authToken": "abcd9876","certificateCheckEnabled": true,"davisEventsIntegrationEnabled": true,"endpointUrl": "https://k8s-api.sample.org","eventAnalysisAndAlertingEnabled": true,"eventsFieldSelectors": [{"active": true,"fieldSelector": "involvedObject.kind=Node","label": "Node events"}],"eventsIntegrationEnabled": true,"hostnameVerificationEnabled": true,"id": "KUBERNETES_CLUSTER-CC06304728FC9396","label": "K8s credentials - REST example","prometheusExportersIntegrationEnabled": true,"workloadIntegrationEnabled": true}