list_deployment_manager_deployments
Retrieve a list of Deployment Manager deployments in a specified GCP project to manage and monitor resource configurations effectively.
Instructions
List Deployment Manager deployments in a GCP project.
Args:
project_id: The ID of the GCP project to list deployments for
Returns:
List of Deployment Manager deployments in the specified GCP project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "list_deployment_manager_deploymentsArguments",
"type": "object"
}