Files
authentik/website/docs/developer-docs/api/reference/outposts-service-connections-kubernetes-retrieve.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

407 lines
15 KiB
Plaintext

---
id: outposts-service-connections-kubernetes-retrieve
title: "outposts_service_connections_kubernetes_retrieve"
description: "KubernetesServiceConnection Viewset"
sidebar_label: "outposts_service_connections_kubernetes_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVktv2zgQ/iuELt0FXCtIe1j4tEEaFEbb3aBucikCgZJGFmuaVEnKrWvov3eG1Cu28ijak0Rynt98w+Eh0hUY7oRWyzxaRLp2lbbOJhbMTmSQZFopyOjcJps6BaPAgU0MOCNgB9EsysFmRlQkggbe9TKrYOGyN8BuBXyz4FCn4oZvUcjYaPH5EAnSrLgr8UjhAa7qWuS4slkJWx4tDpHbV7Rv0a9a40mhzZa7TrI5juOC3dws37AgzkQOyoliT/+uFJYNYbI2zpdDoHM0b+BrLQwgJs7U0NzNIsfXFG0PUYR7FrLaCLf3WfDaleRmg6s70jBgK8QNLMV/fnZGH8TToRD98qqSIvPYx18sRX04zVenXzCoX4IZdwSX4gcYQtpQgZ0IQVSbp6GkuHn+v5L7kDtmLpwkhZsW6VCiYzt4IHXG5egk1VoCVyfRLwsGiqcS8hmrLWBJgHldNtBtzj62JWBvdLYBwyx9XDwq3RKxXAf2kvtMbxHvFt3jJO8nhdI7MKm2kExncxzyR3C1USyU44Vl97SfsJ5Usjb3gHmmk6D3pC/sJJ5sdQ7y15IRCJ9R6MDrsofMU9tjXQqxJsv3LV1z64DtdW3YIMZKMDBnfT+wb0JKWmqkGTJeyn1fduwfg0K4Y0Fi1lhu3yLf3TwKMGLbJtY+h1a3XpitVu/ZJXG+oO5CmujCuxoR5+J6iQzMK40QRE0zbvfPIxqdQtuSf0addESh6ZrfDe3zSM9iDCc3GKX/+o9eGrd4K+RelV0Zo0+vB6VVUgiQeQJ0bkcmuTF8jwrCwdZONL9vv3zqWsATnueC3HJ5PfbXDNgMoYXIHsTj1R/E4y0oZEzm2TANSI7lFxON+2i2Yy61BkYsaJ0+kmbo6FLTPF634xJH4yKKu9ETT0zneJjO8YEu8iam+YmC3ZStjSQjvBLx7lUcNaP5tSLEQsqjKdYnVzpXdcPYNyBwA8ZHKlShvWSb3qDu+8GGpM7Pzl/P/5mfn5TgA9/QTO60QiGZFdtKAo1hqjTPfKWxpFSKqAQp9b9r3XuaC+2HDwKCw9bzOLwhPiw/oYmQNqVgF3G8Fq6s0zn2eDwyEQ9/qdRpjK5U/H55efXf6sqnSbBvuRoZ72rB2lqMRpdlQy3YQy+lEYuf+Whqi0F3Y1xJjJCy9tkdWoaMHieh9EccicJlHlzhYtEOfOJniWpk4XBIuYUbI5uGtr/WYOh5g787ju+KlKqMZMqF9QM8WhRcWngkub+6Of43+91H2SQC3QWl6HracVnTijKFff86vEO5EucakpaCD0cXWQaVGymd3CXUIn0rvr0iNhFRxqModMKs+yHrkwEhrF7ik96AQmi7+BytKcCm+QmhyRMU
sidebar_class_name: "get api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"outposts_service_connections_kubernetes_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/outposts/service_connections/kubernetes/{uuid}/"}
>
</MethodEndpoint>
KubernetesServiceConnection Viewset
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"uuid","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Kubernetes Service-Connection.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"pk"}
required={true}
schemaName={"uuid"}
qualifierMessage={undefined}
schema={{"type":"string","format":"uuid","readOnly":true,"title":"Uuid"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"local"}
required={false}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","description":"If enabled, use the local connection. Required Docker socket/Kubernetes Integration"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"component"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name_plural"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's plural verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"meta_model_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return internal model name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"kubeconfig"}
required={false}
schemaName={""}
qualifierMessage={undefined}
schema={{"description":"Paste your kubeconfig here. authentik will automatically use the currently selected context."}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verify_ssl"}
required={false}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","description":"Verify SSL Certificates of the Kubernetes API endpoint"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"pk\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n \"name\": \"string\",\n \"local\": true,\n \"component\": \"string\",\n \"verbose_name\": \"string\",\n \"verbose_name_plural\": \"string\",\n \"meta_model_name\": \"string\",\n \"verify_ssl\": true\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>