Files
authentik/website/docs/developer-docs/api/reference/outposts-instances-health-list.api.mdx
2024-09-13 12:17:54 -05:00

516 lines
19 KiB
Plaintext

---
id: outposts-instances-health-list
title: "outposts_instances_health_list"
description: "Get outposts current health"
sidebar_label: "outposts_instances_health_list"
hide_title: true
hide_table_of_contents: true
api: eJytV0uP2zYQ/isCTy3gWmmSQ+FTF+l2a6BpFt1sewgWAi2NLcY0qZDUdg1D/70zpGRzI9krOznpQc7rm+E3wx3TFRjuhFbzgs2Yrl2lrbOZUNZxlYPNSuDSlZkU1rEJK8DmRlQkgNtvwCWdSJLXxoBySRDAvRU3fAMOjGWzTzsmSOJLDWaLawpX8HPDFV9BkWUi18pxtIprNi9hw9lsx9y2ol3WGaFWrGkmL2mBJ567S1TQ4xu9aFWMcqEV0aYA/3PCDHyphQFMwpJLC5PnJp7D/m8p8jJZCpBF4nRSW0j+K0ElnbrElZAYsLV0dnpJKJXRjwJ1WYzHqlrKISULrSVwNUbLYptV6yEd3BhOEsLBxkb/hXKwAkO6GTxVUhf415kacbFuK2nLUpsNi7C0wE1enonkVRLEEqzSzUVQWTCPIocMK0dBTmqz7DsU0wm142u84v4ctirrWhQnxCYeUe66nU0fq/v7+W9J2J5gYpUTy20oN2GTD4EHps8yQClrHibM8RWRwJ5fGP6zgIwh3NaTA6+xZlHhGr8eSALLt9LKgq+K169e0YMAxU30yqtKitwTV/rZkn+78dWlF58h77NZG0FLYBgodzUlD+sYSdKJ4AthMwCeAV58UHLbxjxhkluXWQB1EuqCO/jJCUzQgIpHPDtCDyro7V1pydUqO0cEo1LWygwUX0goBo72CaFzDC1FZU9aIYqh1e6M97vM7/Pbu6RTcRyqzJa6luMS1IlgTVIWRsa/qIUsspLbcpSRw/ZzXCuxDMOpfXFzEx+3T7F7Q8a/ykWvbCLTcQX3a6VfCBMW+OXw3QO4lyZiBuE8nbeH748wPDRN0+MfYqS3lxHBkQP/D5ei8KLJtTHa9M66Qld9m82A1u0IbjmQMHpZDGSQVnhRCDLL5W1srznAcXAteHYUjzffEY8bUDg/5MnV7fwIIAVgR5MDQZ2KNq7PVkGU+NboiTDxF46RpaYBdQXOT5ZYIzOWdu0k3Y+r6Y6aV5MGDk+p32En7UbQ2kgS45VIH9+krIm60B1hFIKMetE+nNK5qmueniFwbGjnE6GW2u9sAzqIRwyOLez12+kv0597oL/na+qhnVRIXWLFppJAzdRPEbnPLSaRwGclSKl/Xem9panQlAJMPJ5Jn4W257+ff6SD6cOmEOwsTVfClfVimutNGqlID28LqRcpmlLpn/N313/dXfswCWgctCPl+8l/j37XOocuC1GVvnBvaCF38OTSSqIfFJuPYddmPhokCP/WOr7P2iFnr4sqjSiNZHa7Bbdwb2TT0O8wcVFZFMK2vamdGNewPXY5eeSyhnD6Rgh2s9oYqf7UeIbUOENHE3LujWIwRcGh6E4zxv+hq8Z5ct3l4sLQe1eAE7Ht7xhjPBx3M/hGTf28P9CHEWGcGiruo0j88HdL1D8m42f9QbS6Hqm2sWtdOOF68dD4Y4op9G6Gpas8hyqOp9fOKL59N7i5Jnoj5oqHt0DNk+6FtA86hHzgd3zUa1DICZ1/jr7Jwab5H+qZ8zw=
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 Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"outposts_instances_health_list"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/outposts/instances/{uuid}/health/"}
>
</MethodEndpoint>
Get outposts current health
<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 Outpost.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Query Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"managed__icontains","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"managed__iexact","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"name__icontains","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"name__iexact","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"name":"ordering","required":false,"in":"query","description":"Which field to use when ordering the results.","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"providers__isnull","schema":{"type":"boolean"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"providers_by_pk","schema":{"type":"array","items":{"type":"integer"}},"explode":true,"style":"form"}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"name":"search","required":false,"in":"query","description":"A search term.","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"service_connection__name__icontains","schema":{"type":"string"}}}
>
</ParamsItem><ParamsItem
className={"paramsItem"}
param={{"in":"query","name":"service_connection__name__iexact","schema":{"type":"string"}}}
>
</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"}}
>
<li>
<div
style={{"fontSize":"var(--ifm-code-font-size)","opacity":"0.6","marginLeft":"-.5rem","paddingBottom":".5rem"}}
>
Array [
</div>
</li><SchemaItem
collapsible={false}
name={"uid"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"last_seen"}
required={true}
schemaName={"date-time"}
qualifierMessage={undefined}
schema={{"type":"string","format":"date-time","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"version"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"golang_version"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"openssl_enabled"}
required={true}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"openssl_version"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"fips_enabled"}
required={true}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","nullable":true,"description":"Get FIPS enabled","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"version_should"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"version_outdated"}
required={true}
schemaName={"boolean"}
qualifierMessage={undefined}
schema={{"type":"boolean","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"build_hash"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"build_hash_should"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"hostname"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","readOnly":true}}
>
</SchemaItem><li>
<div
style={{"fontSize":"var(--ifm-code-font-size)","opacity":"0.6","marginLeft":"-.5rem"}}
>
]
</div>
</li>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"[\n {\n \"uid\": \"string\",\n \"last_seen\": \"2024-09-13T14:05:42.257Z\",\n \"version\": \"string\",\n \"golang_version\": \"string\",\n \"openssl_enabled\": true,\n \"openssl_version\": \"string\",\n \"fips_enabled\": true,\n \"version_should\": \"string\",\n \"version_outdated\": true,\n \"build_hash\": \"string\",\n \"build_hash_should\": \"string\",\n \"hostname\": \"string\"\n }\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>