Google Cloud
get_service
Get a Cloud Run service
List all the Cloud Run service revisions
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosgcp.cloudrun.probes |
Name | list_service_revisions |
Return | list |
Usage
JSON
{
"name": "list-service-revisions",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosgcp.cloudrun.probes",
"func": "list_service_revisions",
"arguments": {
"parent": ""
}
}
}
YAML
name: list-service-revisions
provider:
arguments:
parent: ''
func: list_service_revisions
module: chaosgcp.cloudrun.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
parent | string | Yes | Service Path | Full service path |
Signature
def list_service_revisions(
parent: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> List[Dict[str, Any]]:
pass