curl --request GET \
--url http://localhost:8080/api/v2/config{
"resources": {
"embedders": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"language_models": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"rerankers": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"databases": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
]
}
}curl --request GET \
--url http://localhost:8080/api/v2/config{
"resources": {
"embedders": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"language_models": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"rerankers": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
],
"databases": [
{
"name": "<string>",
"provider": "<string>",
"status": "READY",
"error": "<string>"
}
]
}
}Successful Response
Show child attributes