Vai al contenuto principale

Gestione Cloud

Elenco Account AWS

GET /cloud/accounts

Aggiungi Account AWS

POST /cloud/accounts

Testa Connessione

POST /cloud/accounts/{account_id}/test

Ottieni Costi

GET /cloud/costs?account_id={id}&start_date={date}&end_date={date}

ECS

Elenco Cluster

GET /infrastructure/ecs/clusters?account_id={id}

Elenco Servizi

GET /infrastructure/ecs/clusters/{cluster}/services?account_id={id}

Forza Deploy

POST /infrastructure/ecs/services/{service}/deploy

Scala Servizio

POST /infrastructure/ecs/services/{service}/scale

Ottieni Log

GET /infrastructure/ecs/services/{service}/logs

Lambda

Elenco Funzioni

GET /infrastructure/lambda/functions?account_id={id}

Invoca Funzione

POST /infrastructure/lambda/functions/{name}/invoke

Ottieni Log

GET /infrastructure/lambda/functions/{name}/logs

Deployments (Amplify)

Elenco App

GET /deployments/apps

Avvia Deploy

POST /deployments/apps/{app_id}/deploy

Ottieni Log di Build

GET /deployments/apps/{app_id}/builds/{build_id}/logs