Files
authentik/website/docs/developer-docs/api/reference/outposts-instances-health-list.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

515 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: eJytV91v2zYQ/1cIPW2AZxVpHwY/LdiyzMC6BkuzPRSBQEtnizVNqiSVxTD0v/eOlGxmkh3Z7ZM+yPv63fF3x12iKzDcCa3mRTJLdO0qbZ3NhLKOqxxsVgKXrsyksC6ZJAXY3IiKBHD7LTjWibC8NgaUY0EA91bc8A04MDaZfdolgiS+1GC2uKZwBT83XPEVFFkmcq0cR6u4ZvMSNjyZ7RK3rWiXdUaoVdI0k9e0wDPP3SUq6PGNXrQqRrnQimhTgP85SQx8qYUBTMKSSwuTlyZewv5vKfKSLQXIgjnNagvsvxIU69QxVwIzYGvp7PSSUCqjnwTqshiPVbWUQ0oWWkvgaoyWxTar1kM6uDGcJISDjY3+C+VgBYZ0J/BcSV3gX2dqxMW6raQtS202SYSlBW7y8kwkr1kQY1ilm4ugsmCeRA4ZVo6CnNRm2XcophNqx9d4xf05bFXWtShOiE08otx1O5s+Vg8P899Y2M4wscqJ5TaUm7DsQ+CB6YsMUMqax0ni+IpIYM8vCf6zgIwh3NaTA6+xZlHhGr8eSQLLt9LKgq+Kqzdv6EGA4iZ65VUlRe6JK/1syb/d+OrSi8+Q99msjaAlMAyUu5qSh3WMJOlE8IWwGQDPAC8+KLltY54kkluXWQB1EuqCO/jJCUzQgIonPDtCDyro7V1pydUqO0cEo1LWygwUX0goBo72CaFzDC1FZU9aIYqh1e6M97vM7/O7e9apOA5VZktdy3EJ6kSwJikLI+Nf1EIWWcltOcrIYfs5rpVYhuHUvrq5iY/bp9i9IeP/y0WvbCLTcQX3a6VfCJMk8MvhuwdwL03EDMJ5Om8P3x9heGiapsc/xEjvLiOCIwf+Hy5F4UXZjTHa9M66Qld9m82A1u0IbjmQMHpZDGSQVnhRCDLL5V1srznAcXAteHYUj7ffEY9bUDg/5Oz6bn4EkAKwo8mBoE5FG9dnqyBKfGv0RJj4C8fIUtOAugLnJ0uskVmSdu0k3Y+r6Y6aV5MGDk+p32En7UbQ2kgS45VIn96mSRN1oXvCKAQZ9aJ9OKVzVdc8PUPg2NDOJ0Ittd/ZBnQQjxgcW9jVu+nP06se6O/5mnpoJxVSx6zYVBKomfopIve5xSQS+EkJUupfVnpvaSo0pQATj2fSZ6Ht+e/nH+lg+rApBDtL05VwZb2Y5nqTRirSw9tC6kWKplT65/zXm7/ub3yYBDQO2pHy/eS/R79rnUOXhahKX7k3tJA7eHZpJdEPis3HsGszHw0ShH9rHd9n7ZCz10WVRpRGMrvdglt4MLJp6HeYuKgsCmHb3tROjGvYHrucPHFZQzh9IwS7WW2MVH9qPENqnKGjCTn3RjGYouBQdKcZ4//QVeM8ue5ycWHovSvAidj2d4wxHo67GXyjpn7eH+nDiDBODRX3USR++Lsl6h/Z+Fl/EK2uR6pt7FoXTrhePDb+mGIKvZth6TrPoYrj6bUzim/fDW5viN6IueLhLVDzpHsh7YMOIR/4HR/1GhRyQuefo29ysGm+AvBI8z0=
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_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-07-29T15:51:28.071Z\",\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>