We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bb2c4 commit 82b9635Copy full SHA for 82b9635
1 file changed
examples/observability/create_instances.py
@@ -11,7 +11,7 @@
11
client = DefaultApi(config)
12
13
# Get all offerings
14
-response = client.v1_projects_offerings_list(project_id)
+response = client.list_plans(project_id)
15
16
# Create instance using the first found offer
17
create_instance_payload = CreateInstancePayload(
0 commit comments