curl --request GET \
--url https://api.cnap.tech/v1/installs/{id}/pods \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "postgres-0",
"containers": [
"postgresql"
]
}
]
}Returns pods and their containers for the install.
curl --request GET \
--url https://api.cnap.tech/v1/installs/{id}/pods \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "postgres-0",
"containers": [
"postgresql"
]
}
]
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens
Install ID
List of pods
Show child attributes