turbot / steampipe-plugin-gcp

Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/gcp
Apache License 2.0
39 stars 27 forks source link

Add table gcp_aiplatform_endpoints Closes #470 #513

Closed ParthaI closed 11 months ago

ParthaI commented 11 months ago

Integration test logs

Logs ``` N/A ```

Example query results

Results ``` > select * from gcp_aiplatform_endpoint Warning: failed to start 6 plugins using an incompatible sdk version, (required by 6 connections). To update, please run: steampipe plugin update urlscan twilio chaos reddit zendesk ibm +---------------------+---------------------------+--------------+-------------+--------------------------------+----------------------------------------------------------------------+---------------------------------+---------+---------------------------+-------------> | name | create_time | display_name | description | enable_private_service_connect | etag | model_deployment_monitoring_job | network | update_time | deployed_mod> +---------------------+---------------------------+--------------+-------------+--------------------------------+----------------------------------------------------------------------+---------------------------------+---------+---------------------------+-------------> | 5580736193521254400 | 2023-09-11T16:34:59+05:30 | my_endpoint | | false | AMEw9yN57kAupfmBP10LOgjtuEjKr1TCy2EJ3XLPshGVsF-Scwrezaba_jI_z3T11KuC | | | 2023-09-11T16:41:06+05:30 | > +---------------------+---------------------------+--------------+-------------+--------------------------------+----------------------------------------------------------------------+---------------------------------+---------+---------------------------+-------------> ```