oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
oci/devops/devops_client.py
CHANGED
@@ -145,7 +145,7 @@ class DevopsClient(object):
|
|
145
145
|
:rtype: :class:`~oci.response.Response`
|
146
146
|
|
147
147
|
:example:
|
148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/approve_deployment.py.html>`__ to see an example of how to use approve_deployment API.
|
149
149
|
"""
|
150
150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
151
151
|
required_arguments = ['deploymentId']
|
@@ -259,7 +259,7 @@ class DevopsClient(object):
|
|
259
259
|
:rtype: :class:`~oci.response.Response`
|
260
260
|
|
261
261
|
:example:
|
262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/cancel_build_run.py.html>`__ to see an example of how to use cancel_build_run API.
|
263
263
|
"""
|
264
264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
265
265
|
required_arguments = ['buildRunId']
|
@@ -373,7 +373,7 @@ class DevopsClient(object):
|
|
373
373
|
:rtype: :class:`~oci.response.Response`
|
374
374
|
|
375
375
|
:example:
|
376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/cancel_deployment.py.html>`__ to see an example of how to use cancel_deployment API.
|
377
377
|
"""
|
378
378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
379
379
|
required_arguments = ['deploymentId']
|
@@ -484,7 +484,7 @@ class DevopsClient(object):
|
|
484
484
|
:rtype: :class:`~oci.response.Response`
|
485
485
|
|
486
486
|
:example:
|
487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/cancel_scheduled_cascading_project_deletion.py.html>`__ to see an example of how to use cancel_scheduled_cascading_project_deletion API.
|
488
488
|
"""
|
489
489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
490
490
|
required_arguments = ['projectId']
|
@@ -594,7 +594,7 @@ class DevopsClient(object):
|
|
594
594
|
:rtype: :class:`~oci.response.Response`
|
595
595
|
|
596
596
|
:example:
|
597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/change_project_compartment.py.html>`__ to see an example of how to use change_project_compartment API.
|
598
598
|
"""
|
599
599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
600
600
|
required_arguments = ['projectId']
|
@@ -700,7 +700,7 @@ class DevopsClient(object):
|
|
700
700
|
:rtype: :class:`~oci.response.Response`
|
701
701
|
|
702
702
|
:example:
|
703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_build_pipeline.py.html>`__ to see an example of how to use create_build_pipeline API.
|
704
704
|
"""
|
705
705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
706
706
|
required_arguments = []
|
@@ -794,7 +794,7 @@ class DevopsClient(object):
|
|
794
794
|
:rtype: :class:`~oci.response.Response`
|
795
795
|
|
796
796
|
:example:
|
797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_build_pipeline_stage.py.html>`__ to see an example of how to use create_build_pipeline_stage API.
|
798
798
|
"""
|
799
799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
800
800
|
required_arguments = []
|
@@ -891,7 +891,7 @@ class DevopsClient(object):
|
|
891
891
|
:rtype: :class:`~oci.response.Response`
|
892
892
|
|
893
893
|
:example:
|
894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_build_run.py.html>`__ to see an example of how to use create_build_run API.
|
895
895
|
"""
|
896
896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
897
897
|
required_arguments = []
|
@@ -987,7 +987,7 @@ class DevopsClient(object):
|
|
987
987
|
:rtype: :class:`~oci.response.Response`
|
988
988
|
|
989
989
|
:example:
|
990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_connection.py.html>`__ to see an example of how to use create_connection API.
|
991
991
|
"""
|
992
992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
993
993
|
required_arguments = []
|
@@ -1081,7 +1081,7 @@ class DevopsClient(object):
|
|
1081
1081
|
:rtype: :class:`~oci.response.Response`
|
1082
1082
|
|
1083
1083
|
:example:
|
1084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_deploy_artifact.py.html>`__ to see an example of how to use create_deploy_artifact API.
|
1085
1085
|
"""
|
1086
1086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1087
1087
|
required_arguments = []
|
@@ -1175,7 +1175,7 @@ class DevopsClient(object):
|
|
1175
1175
|
:rtype: :class:`~oci.response.Response`
|
1176
1176
|
|
1177
1177
|
:example:
|
1178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_deploy_environment.py.html>`__ to see an example of how to use create_deploy_environment API.
|
1179
1179
|
"""
|
1180
1180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1181
1181
|
required_arguments = []
|
@@ -1269,7 +1269,7 @@ class DevopsClient(object):
|
|
1269
1269
|
:rtype: :class:`~oci.response.Response`
|
1270
1270
|
|
1271
1271
|
:example:
|
1272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_deploy_pipeline.py.html>`__ to see an example of how to use create_deploy_pipeline API.
|
1273
1273
|
"""
|
1274
1274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1275
1275
|
required_arguments = []
|
@@ -1363,7 +1363,7 @@ class DevopsClient(object):
|
|
1363
1363
|
:rtype: :class:`~oci.response.Response`
|
1364
1364
|
|
1365
1365
|
:example:
|
1366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_deploy_stage.py.html>`__ to see an example of how to use create_deploy_stage API.
|
1367
1367
|
"""
|
1368
1368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1369
1369
|
required_arguments = []
|
@@ -1457,7 +1457,7 @@ class DevopsClient(object):
|
|
1457
1457
|
:rtype: :class:`~oci.response.Response`
|
1458
1458
|
|
1459
1459
|
:example:
|
1460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
|
1461
1461
|
"""
|
1462
1462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1463
1463
|
required_arguments = []
|
@@ -1551,7 +1551,7 @@ class DevopsClient(object):
|
|
1551
1551
|
:rtype: :class:`~oci.response.Response`
|
1552
1552
|
|
1553
1553
|
:example:
|
1554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_project.py.html>`__ to see an example of how to use create_project API.
|
1555
1555
|
"""
|
1556
1556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1557
1557
|
required_arguments = []
|
@@ -1645,7 +1645,7 @@ class DevopsClient(object):
|
|
1645
1645
|
:rtype: :class:`~oci.response.Response`
|
1646
1646
|
|
1647
1647
|
:example:
|
1648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_repository.py.html>`__ to see an example of how to use create_repository API.
|
1649
1649
|
"""
|
1650
1650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1651
1651
|
required_arguments = []
|
@@ -1739,7 +1739,7 @@ class DevopsClient(object):
|
|
1739
1739
|
:rtype: :class:`~oci.response.Response`
|
1740
1740
|
|
1741
1741
|
:example:
|
1742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/create_trigger.py.html>`__ to see an example of how to use create_trigger API.
|
1743
1743
|
"""
|
1744
1744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1745
1745
|
required_arguments = []
|
@@ -1833,7 +1833,7 @@ class DevopsClient(object):
|
|
1833
1833
|
:rtype: :class:`~oci.response.Response`
|
1834
1834
|
|
1835
1835
|
:example:
|
1836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_build_pipeline.py.html>`__ to see an example of how to use delete_build_pipeline API.
|
1837
1837
|
"""
|
1838
1838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1839
1839
|
required_arguments = ['buildPipelineId']
|
@@ -1934,7 +1934,7 @@ class DevopsClient(object):
|
|
1934
1934
|
:rtype: :class:`~oci.response.Response`
|
1935
1935
|
|
1936
1936
|
:example:
|
1937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_build_pipeline_stage.py.html>`__ to see an example of how to use delete_build_pipeline_stage API.
|
1938
1938
|
"""
|
1939
1939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1940
1940
|
required_arguments = ['buildPipelineStageId']
|
@@ -2035,7 +2035,7 @@ class DevopsClient(object):
|
|
2035
2035
|
:rtype: :class:`~oci.response.Response`
|
2036
2036
|
|
2037
2037
|
:example:
|
2038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
|
2039
2039
|
"""
|
2040
2040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2041
2041
|
required_arguments = ['connectionId']
|
@@ -2136,7 +2136,7 @@ class DevopsClient(object):
|
|
2136
2136
|
:rtype: :class:`~oci.response.Response`
|
2137
2137
|
|
2138
2138
|
:example:
|
2139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_deploy_artifact.py.html>`__ to see an example of how to use delete_deploy_artifact API.
|
2140
2140
|
"""
|
2141
2141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2142
2142
|
required_arguments = ['deployArtifactId']
|
@@ -2237,7 +2237,7 @@ class DevopsClient(object):
|
|
2237
2237
|
:rtype: :class:`~oci.response.Response`
|
2238
2238
|
|
2239
2239
|
:example:
|
2240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_deploy_environment.py.html>`__ to see an example of how to use delete_deploy_environment API.
|
2241
2241
|
"""
|
2242
2242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2243
2243
|
required_arguments = ['deployEnvironmentId']
|
@@ -2338,7 +2338,7 @@ class DevopsClient(object):
|
|
2338
2338
|
:rtype: :class:`~oci.response.Response`
|
2339
2339
|
|
2340
2340
|
:example:
|
2341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_deploy_pipeline.py.html>`__ to see an example of how to use delete_deploy_pipeline API.
|
2342
2342
|
"""
|
2343
2343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2344
2344
|
required_arguments = ['deployPipelineId']
|
@@ -2439,7 +2439,7 @@ class DevopsClient(object):
|
|
2439
2439
|
:rtype: :class:`~oci.response.Response`
|
2440
2440
|
|
2441
2441
|
:example:
|
2442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_deploy_stage.py.html>`__ to see an example of how to use delete_deploy_stage API.
|
2443
2443
|
"""
|
2444
2444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2445
2445
|
required_arguments = ['deployStageId']
|
@@ -2540,7 +2540,7 @@ class DevopsClient(object):
|
|
2540
2540
|
:rtype: :class:`~oci.response.Response`
|
2541
2541
|
|
2542
2542
|
:example:
|
2543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_project.py.html>`__ to see an example of how to use delete_project API.
|
2544
2544
|
"""
|
2545
2545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2546
2546
|
required_arguments = ['projectId']
|
@@ -2647,7 +2647,7 @@ class DevopsClient(object):
|
|
2647
2647
|
:rtype: :class:`~oci.response.Response`
|
2648
2648
|
|
2649
2649
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_ref.py.html>`__ to see an example of how to use delete_ref API.
|
2651
2651
|
"""
|
2652
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2653
|
required_arguments = ['repositoryId', 'refName']
|
@@ -2752,7 +2752,7 @@ class DevopsClient(object):
|
|
2752
2752
|
:rtype: :class:`~oci.response.Response`
|
2753
2753
|
|
2754
2754
|
:example:
|
2755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_repository.py.html>`__ to see an example of how to use delete_repository API.
|
2756
2756
|
"""
|
2757
2757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2758
2758
|
required_arguments = ['repositoryId']
|
@@ -2853,7 +2853,7 @@ class DevopsClient(object):
|
|
2853
2853
|
:rtype: :class:`~oci.response.Response`
|
2854
2854
|
|
2855
2855
|
:example:
|
2856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/delete_trigger.py.html>`__ to see an example of how to use delete_trigger API.
|
2857
2857
|
"""
|
2858
2858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2859
2859
|
required_arguments = ['triggerId']
|
@@ -2951,7 +2951,7 @@ class DevopsClient(object):
|
|
2951
2951
|
:rtype: :class:`~oci.response.Response`
|
2952
2952
|
|
2953
2953
|
:example:
|
2954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_build_pipeline.py.html>`__ to see an example of how to use get_build_pipeline API.
|
2955
2955
|
"""
|
2956
2956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2957
2957
|
required_arguments = ['buildPipelineId']
|
@@ -3049,7 +3049,7 @@ class DevopsClient(object):
|
|
3049
3049
|
:rtype: :class:`~oci.response.Response`
|
3050
3050
|
|
3051
3051
|
:example:
|
3052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_build_pipeline_stage.py.html>`__ to see an example of how to use get_build_pipeline_stage API.
|
3053
3053
|
"""
|
3054
3054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3055
3055
|
required_arguments = ['buildPipelineStageId']
|
@@ -3147,7 +3147,7 @@ class DevopsClient(object):
|
|
3147
3147
|
:rtype: :class:`~oci.response.Response`
|
3148
3148
|
|
3149
3149
|
:example:
|
3150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_build_run.py.html>`__ to see an example of how to use get_build_run API.
|
3151
3151
|
"""
|
3152
3152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3153
3153
|
required_arguments = ['buildRunId']
|
@@ -3248,7 +3248,7 @@ class DevopsClient(object):
|
|
3248
3248
|
:rtype: :class:`~oci.response.Response`
|
3249
3249
|
|
3250
3250
|
:example:
|
3251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_commit.py.html>`__ to see an example of how to use get_commit API.
|
3252
3252
|
"""
|
3253
3253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3254
3254
|
required_arguments = ['repositoryId', 'commitId']
|
@@ -3356,7 +3356,7 @@ class DevopsClient(object):
|
|
3356
3356
|
:rtype: :class:`~oci.response.Response`
|
3357
3357
|
|
3358
3358
|
:example:
|
3359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_commit_diff.py.html>`__ to see an example of how to use get_commit_diff API.
|
3360
3360
|
"""
|
3361
3361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3362
3362
|
required_arguments = ['repositoryId', 'targetVersion']
|
@@ -3465,7 +3465,7 @@ class DevopsClient(object):
|
|
3465
3465
|
:rtype: :class:`~oci.response.Response`
|
3466
3466
|
|
3467
3467
|
:example:
|
3468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_connection.py.html>`__ to see an example of how to use get_connection API.
|
3469
3469
|
"""
|
3470
3470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3471
3471
|
required_arguments = ['connectionId']
|
@@ -3563,7 +3563,7 @@ class DevopsClient(object):
|
|
3563
3563
|
:rtype: :class:`~oci.response.Response`
|
3564
3564
|
|
3565
3565
|
:example:
|
3566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_deploy_artifact.py.html>`__ to see an example of how to use get_deploy_artifact API.
|
3567
3567
|
"""
|
3568
3568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3569
3569
|
required_arguments = ['deployArtifactId']
|
@@ -3661,7 +3661,7 @@ class DevopsClient(object):
|
|
3661
3661
|
:rtype: :class:`~oci.response.Response`
|
3662
3662
|
|
3663
3663
|
:example:
|
3664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_deploy_environment.py.html>`__ to see an example of how to use get_deploy_environment API.
|
3665
3665
|
"""
|
3666
3666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3667
3667
|
required_arguments = ['deployEnvironmentId']
|
@@ -3759,7 +3759,7 @@ class DevopsClient(object):
|
|
3759
3759
|
:rtype: :class:`~oci.response.Response`
|
3760
3760
|
|
3761
3761
|
:example:
|
3762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3762
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_deploy_pipeline.py.html>`__ to see an example of how to use get_deploy_pipeline API.
|
3763
3763
|
"""
|
3764
3764
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3765
3765
|
required_arguments = ['deployPipelineId']
|
@@ -3857,7 +3857,7 @@ class DevopsClient(object):
|
|
3857
3857
|
:rtype: :class:`~oci.response.Response`
|
3858
3858
|
|
3859
3859
|
:example:
|
3860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_deploy_stage.py.html>`__ to see an example of how to use get_deploy_stage API.
|
3861
3861
|
"""
|
3862
3862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3863
3863
|
required_arguments = ['deployStageId']
|
@@ -3955,7 +3955,7 @@ class DevopsClient(object):
|
|
3955
3955
|
:rtype: :class:`~oci.response.Response`
|
3956
3956
|
|
3957
3957
|
:example:
|
3958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
|
3959
3959
|
"""
|
3960
3960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3961
3961
|
required_arguments = ['deploymentId']
|
@@ -4065,7 +4065,7 @@ class DevopsClient(object):
|
|
4065
4065
|
:rtype: :class:`~oci.response.Response`
|
4066
4066
|
|
4067
4067
|
:example:
|
4068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_file_diff.py.html>`__ to see an example of how to use get_file_diff API.
|
4069
4069
|
"""
|
4070
4070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4071
4071
|
required_arguments = ['repositoryId', 'filePath', 'baseVersion', 'targetVersion']
|
@@ -4181,7 +4181,7 @@ class DevopsClient(object):
|
|
4181
4181
|
:rtype: :class:`~oci.response.Response`
|
4182
4182
|
|
4183
4183
|
:example:
|
4184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_mirror_record.py.html>`__ to see an example of how to use get_mirror_record API.
|
4185
4185
|
"""
|
4186
4186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4187
4187
|
required_arguments = ['repositoryId', 'mirrorRecordType']
|
@@ -4286,7 +4286,7 @@ class DevopsClient(object):
|
|
4286
4286
|
:rtype: :class:`~oci.response.Response`
|
4287
4287
|
|
4288
4288
|
:example:
|
4289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_object.py.html>`__ to see an example of how to use get_object API.
|
4290
4290
|
"""
|
4291
4291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4292
4292
|
required_arguments = ['repositoryId']
|
@@ -4400,7 +4400,7 @@ class DevopsClient(object):
|
|
4400
4400
|
:rtype: :class:`~oci.response.Response`
|
4401
4401
|
|
4402
4402
|
:example:
|
4403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_object_content.py.html>`__ to see an example of how to use get_object_content API.
|
4404
4404
|
"""
|
4405
4405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4406
4406
|
required_arguments = ['repositoryId', 'sha']
|
@@ -4507,7 +4507,7 @@ class DevopsClient(object):
|
|
4507
4507
|
:rtype: :class:`~oci.response.Response`
|
4508
4508
|
|
4509
4509
|
:example:
|
4510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_project.py.html>`__ to see an example of how to use get_project API.
|
4511
4511
|
"""
|
4512
4512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4513
4513
|
required_arguments = ['projectId']
|
@@ -4608,7 +4608,7 @@ class DevopsClient(object):
|
|
4608
4608
|
:rtype: :class:`~oci.response.Response`
|
4609
4609
|
|
4610
4610
|
:example:
|
4611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_ref.py.html>`__ to see an example of how to use get_ref API.
|
4612
4612
|
"""
|
4613
4613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4614
4614
|
required_arguments = ['repositoryId', 'refName']
|
@@ -4719,7 +4719,7 @@ class DevopsClient(object):
|
|
4719
4719
|
:rtype: :class:`~oci.response.Response`
|
4720
4720
|
|
4721
4721
|
:example:
|
4722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_repo_file_diff.py.html>`__ to see an example of how to use get_repo_file_diff API.
|
4723
4723
|
"""
|
4724
4724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4725
4725
|
required_arguments = ['repositoryId', 'baseVersion', 'targetVersion']
|
@@ -4841,7 +4841,7 @@ class DevopsClient(object):
|
|
4841
4841
|
:rtype: :class:`~oci.response.Response`
|
4842
4842
|
|
4843
4843
|
:example:
|
4844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_repo_file_lines.py.html>`__ to see an example of how to use get_repo_file_lines API.
|
4845
4845
|
"""
|
4846
4846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4847
4847
|
required_arguments = ['repositoryId', 'revision']
|
@@ -4957,7 +4957,7 @@ class DevopsClient(object):
|
|
4957
4957
|
:rtype: :class:`~oci.response.Response`
|
4958
4958
|
|
4959
4959
|
:example:
|
4960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_repository.py.html>`__ to see an example of how to use get_repository API.
|
4961
4961
|
"""
|
4962
4962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4963
4963
|
required_arguments = ['repositoryId']
|
@@ -5077,7 +5077,7 @@ class DevopsClient(object):
|
|
5077
5077
|
:rtype: :class:`~oci.response.Response`
|
5078
5078
|
|
5079
5079
|
:example:
|
5080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_repository_archive_content.py.html>`__ to see an example of how to use get_repository_archive_content API.
|
5081
5081
|
"""
|
5082
5082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5083
5083
|
required_arguments = ['repositoryId']
|
@@ -5197,7 +5197,7 @@ class DevopsClient(object):
|
|
5197
5197
|
:rtype: :class:`~oci.response.Response`
|
5198
5198
|
|
5199
5199
|
:example:
|
5200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5200
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_repository_file_lines.py.html>`__ to see an example of how to use get_repository_file_lines API.
|
5201
5201
|
"""
|
5202
5202
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5203
5203
|
required_arguments = ['repositoryId', 'filePath', 'revision']
|
@@ -5307,7 +5307,7 @@ class DevopsClient(object):
|
|
5307
5307
|
:rtype: :class:`~oci.response.Response`
|
5308
5308
|
|
5309
5309
|
:example:
|
5310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_trigger.py.html>`__ to see an example of how to use get_trigger API.
|
5311
5311
|
"""
|
5312
5312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5313
5313
|
required_arguments = ['triggerId']
|
@@ -5405,7 +5405,7 @@ class DevopsClient(object):
|
|
5405
5405
|
:rtype: :class:`~oci.response.Response`
|
5406
5406
|
|
5407
5407
|
:example:
|
5408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
5409
5409
|
"""
|
5410
5410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5411
5411
|
required_arguments = ['workRequestId']
|
@@ -5517,7 +5517,7 @@ class DevopsClient(object):
|
|
5517
5517
|
:rtype: :class:`~oci.response.Response`
|
5518
5518
|
|
5519
5519
|
:example:
|
5520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_authors.py.html>`__ to see an example of how to use list_authors API.
|
5521
5521
|
"""
|
5522
5522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5523
5523
|
required_arguments = ['repositoryId']
|
@@ -5666,7 +5666,7 @@ class DevopsClient(object):
|
|
5666
5666
|
:rtype: :class:`~oci.response.Response`
|
5667
5667
|
|
5668
5668
|
:example:
|
5669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_build_pipeline_stages.py.html>`__ to see an example of how to use list_build_pipeline_stages API.
|
5670
5670
|
"""
|
5671
5671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5672
5672
|
required_arguments = []
|
@@ -5827,7 +5827,7 @@ class DevopsClient(object):
|
|
5827
5827
|
:rtype: :class:`~oci.response.Response`
|
5828
5828
|
|
5829
5829
|
:example:
|
5830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_build_pipelines.py.html>`__ to see an example of how to use list_build_pipelines API.
|
5831
5831
|
"""
|
5832
5832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5833
5833
|
required_arguments = []
|
@@ -5991,7 +5991,7 @@ class DevopsClient(object):
|
|
5991
5991
|
:rtype: :class:`~oci.response.Response`
|
5992
5992
|
|
5993
5993
|
:example:
|
5994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_build_runs.py.html>`__ to see an example of how to use list_build_runs API.
|
5995
5995
|
"""
|
5996
5996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5997
5997
|
required_arguments = []
|
@@ -6139,7 +6139,7 @@ class DevopsClient(object):
|
|
6139
6139
|
:rtype: :class:`~oci.response.Response`
|
6140
6140
|
|
6141
6141
|
:example:
|
6142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_commit_diffs.py.html>`__ to see an example of how to use list_commit_diffs API.
|
6143
6143
|
"""
|
6144
6144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6145
6145
|
required_arguments = ['repositoryId', 'baseVersion', 'targetVersion']
|
@@ -6278,7 +6278,7 @@ class DevopsClient(object):
|
|
6278
6278
|
:rtype: :class:`~oci.response.Response`
|
6279
6279
|
|
6280
6280
|
:example:
|
6281
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_commits.py.html>`__ to see an example of how to use list_commits API.
|
6282
6282
|
"""
|
6283
6283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6284
6284
|
required_arguments = ['repositoryId']
|
@@ -6435,7 +6435,7 @@ class DevopsClient(object):
|
|
6435
6435
|
:rtype: :class:`~oci.response.Response`
|
6436
6436
|
|
6437
6437
|
:example:
|
6438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_connections.py.html>`__ to see an example of how to use list_connections API.
|
6439
6439
|
"""
|
6440
6440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6441
6441
|
required_arguments = []
|
@@ -6605,7 +6605,7 @@ class DevopsClient(object):
|
|
6605
6605
|
:rtype: :class:`~oci.response.Response`
|
6606
6606
|
|
6607
6607
|
:example:
|
6608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_deploy_artifacts.py.html>`__ to see an example of how to use list_deploy_artifacts API.
|
6609
6609
|
"""
|
6610
6610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6611
6611
|
required_arguments = []
|
@@ -6766,7 +6766,7 @@ class DevopsClient(object):
|
|
6766
6766
|
:rtype: :class:`~oci.response.Response`
|
6767
6767
|
|
6768
6768
|
:example:
|
6769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_deploy_environments.py.html>`__ to see an example of how to use list_deploy_environments API.
|
6770
6770
|
"""
|
6771
6771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6772
6772
|
required_arguments = []
|
@@ -6927,7 +6927,7 @@ class DevopsClient(object):
|
|
6927
6927
|
:rtype: :class:`~oci.response.Response`
|
6928
6928
|
|
6929
6929
|
:example:
|
6930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_deploy_pipelines.py.html>`__ to see an example of how to use list_deploy_pipelines API.
|
6931
6931
|
"""
|
6932
6932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6933
6933
|
required_arguments = []
|
@@ -7088,7 +7088,7 @@ class DevopsClient(object):
|
|
7088
7088
|
:rtype: :class:`~oci.response.Response`
|
7089
7089
|
|
7090
7090
|
:example:
|
7091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_deploy_stages.py.html>`__ to see an example of how to use list_deploy_stages API.
|
7092
7092
|
"""
|
7093
7093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7094
7094
|
required_arguments = []
|
@@ -7262,7 +7262,7 @@ class DevopsClient(object):
|
|
7262
7262
|
:rtype: :class:`~oci.response.Response`
|
7263
7263
|
|
7264
7264
|
:example:
|
7265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
|
7266
7266
|
"""
|
7267
7267
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7268
7268
|
required_arguments = []
|
@@ -7410,7 +7410,7 @@ class DevopsClient(object):
|
|
7410
7410
|
:rtype: :class:`~oci.response.Response`
|
7411
7411
|
|
7412
7412
|
:example:
|
7413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_mirror_records.py.html>`__ to see an example of how to use list_mirror_records API.
|
7414
7414
|
"""
|
7415
7415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7416
7416
|
required_arguments = ['repositoryId']
|
@@ -7556,7 +7556,7 @@ class DevopsClient(object):
|
|
7556
7556
|
:rtype: :class:`~oci.response.Response`
|
7557
7557
|
|
7558
7558
|
:example:
|
7559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_paths.py.html>`__ to see an example of how to use list_paths API.
|
7560
7560
|
"""
|
7561
7561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7562
7562
|
required_arguments = ['repositoryId']
|
@@ -7717,7 +7717,7 @@ class DevopsClient(object):
|
|
7717
7717
|
:rtype: :class:`~oci.response.Response`
|
7718
7718
|
|
7719
7719
|
:example:
|
7720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_projects.py.html>`__ to see an example of how to use list_projects API.
|
7721
7721
|
"""
|
7722
7722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7723
7723
|
required_arguments = ['compartmentId']
|
@@ -7872,7 +7872,7 @@ class DevopsClient(object):
|
|
7872
7872
|
:rtype: :class:`~oci.response.Response`
|
7873
7873
|
|
7874
7874
|
:example:
|
7875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_refs.py.html>`__ to see an example of how to use list_refs API.
|
7876
7876
|
"""
|
7877
7877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7878
7878
|
required_arguments = ['repositoryId']
|
@@ -8041,7 +8041,7 @@ class DevopsClient(object):
|
|
8041
8041
|
:rtype: :class:`~oci.response.Response`
|
8042
8042
|
|
8043
8043
|
:example:
|
8044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_repositories.py.html>`__ to see an example of how to use list_repositories API.
|
8045
8045
|
"""
|
8046
8046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8047
8047
|
required_arguments = []
|
@@ -8202,7 +8202,7 @@ class DevopsClient(object):
|
|
8202
8202
|
:rtype: :class:`~oci.response.Response`
|
8203
8203
|
|
8204
8204
|
:example:
|
8205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_triggers.py.html>`__ to see an example of how to use list_triggers API.
|
8206
8206
|
"""
|
8207
8207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8208
8208
|
required_arguments = []
|
@@ -8349,7 +8349,7 @@ class DevopsClient(object):
|
|
8349
8349
|
:rtype: :class:`~oci.response.Response`
|
8350
8350
|
|
8351
8351
|
:example:
|
8352
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8352
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
8353
8353
|
"""
|
8354
8354
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8355
8355
|
required_arguments = ['workRequestId']
|
@@ -8491,7 +8491,7 @@ class DevopsClient(object):
|
|
8491
8491
|
:rtype: :class:`~oci.response.Response`
|
8492
8492
|
|
8493
8493
|
:example:
|
8494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
8495
8495
|
"""
|
8496
8496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8497
8497
|
required_arguments = ['workRequestId']
|
@@ -8647,7 +8647,7 @@ class DevopsClient(object):
|
|
8647
8647
|
:rtype: :class:`~oci.response.Response`
|
8648
8648
|
|
8649
8649
|
:example:
|
8650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
8651
8651
|
"""
|
8652
8652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8653
8653
|
required_arguments = ['compartmentId']
|
@@ -8780,7 +8780,7 @@ class DevopsClient(object):
|
|
8780
8780
|
:rtype: :class:`~oci.response.Response`
|
8781
8781
|
|
8782
8782
|
:example:
|
8783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/mirror_repository.py.html>`__ to see an example of how to use mirror_repository API.
|
8784
8784
|
"""
|
8785
8785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8786
8786
|
required_arguments = ['repositoryId']
|
@@ -8890,7 +8890,7 @@ class DevopsClient(object):
|
|
8890
8890
|
:rtype: :class:`~oci.response.Response`
|
8891
8891
|
|
8892
8892
|
:example:
|
8893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/put_repository_ref.py.html>`__ to see an example of how to use put_repository_ref API.
|
8894
8894
|
"""
|
8895
8895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8896
8896
|
required_arguments = ['repositoryId', 'refName']
|
@@ -9002,7 +9002,7 @@ class DevopsClient(object):
|
|
9002
9002
|
:rtype: :class:`~oci.response.Response`
|
9003
9003
|
|
9004
9004
|
:example:
|
9005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/schedule_cascading_project_deletion.py.html>`__ to see an example of how to use schedule_cascading_project_deletion API.
|
9006
9006
|
"""
|
9007
9007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9008
9008
|
required_arguments = ['projectId']
|
@@ -9109,7 +9109,7 @@ class DevopsClient(object):
|
|
9109
9109
|
:rtype: :class:`~oci.response.Response`
|
9110
9110
|
|
9111
9111
|
:example:
|
9112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_build_pipeline.py.html>`__ to see an example of how to use update_build_pipeline API.
|
9113
9113
|
"""
|
9114
9114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9115
9115
|
required_arguments = ['buildPipelineId']
|
@@ -9217,7 +9217,7 @@ class DevopsClient(object):
|
|
9217
9217
|
:rtype: :class:`~oci.response.Response`
|
9218
9218
|
|
9219
9219
|
:example:
|
9220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_build_pipeline_stage.py.html>`__ to see an example of how to use update_build_pipeline_stage API.
|
9221
9221
|
"""
|
9222
9222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9223
9223
|
required_arguments = ['buildPipelineStageId']
|
@@ -9325,7 +9325,7 @@ class DevopsClient(object):
|
|
9325
9325
|
:rtype: :class:`~oci.response.Response`
|
9326
9326
|
|
9327
9327
|
:example:
|
9328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_build_run.py.html>`__ to see an example of how to use update_build_run API.
|
9329
9329
|
"""
|
9330
9330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9331
9331
|
required_arguments = ['buildRunId']
|
@@ -9433,7 +9433,7 @@ class DevopsClient(object):
|
|
9433
9433
|
:rtype: :class:`~oci.response.Response`
|
9434
9434
|
|
9435
9435
|
:example:
|
9436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_connection.py.html>`__ to see an example of how to use update_connection API.
|
9437
9437
|
"""
|
9438
9438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9439
9439
|
required_arguments = ['connectionId']
|
@@ -9541,7 +9541,7 @@ class DevopsClient(object):
|
|
9541
9541
|
:rtype: :class:`~oci.response.Response`
|
9542
9542
|
|
9543
9543
|
:example:
|
9544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_deploy_artifact.py.html>`__ to see an example of how to use update_deploy_artifact API.
|
9545
9545
|
"""
|
9546
9546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9547
9547
|
required_arguments = ['deployArtifactId']
|
@@ -9649,7 +9649,7 @@ class DevopsClient(object):
|
|
9649
9649
|
:rtype: :class:`~oci.response.Response`
|
9650
9650
|
|
9651
9651
|
:example:
|
9652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_deploy_environment.py.html>`__ to see an example of how to use update_deploy_environment API.
|
9653
9653
|
"""
|
9654
9654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9655
9655
|
required_arguments = ['deployEnvironmentId']
|
@@ -9757,7 +9757,7 @@ class DevopsClient(object):
|
|
9757
9757
|
:rtype: :class:`~oci.response.Response`
|
9758
9758
|
|
9759
9759
|
:example:
|
9760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_deploy_pipeline.py.html>`__ to see an example of how to use update_deploy_pipeline API.
|
9761
9761
|
"""
|
9762
9762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9763
9763
|
required_arguments = ['deployPipelineId']
|
@@ -9865,7 +9865,7 @@ class DevopsClient(object):
|
|
9865
9865
|
:rtype: :class:`~oci.response.Response`
|
9866
9866
|
|
9867
9867
|
:example:
|
9868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_deploy_stage.py.html>`__ to see an example of how to use update_deploy_stage API.
|
9869
9869
|
"""
|
9870
9870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9871
9871
|
required_arguments = ['deployStageId']
|
@@ -9973,7 +9973,7 @@ class DevopsClient(object):
|
|
9973
9973
|
:rtype: :class:`~oci.response.Response`
|
9974
9974
|
|
9975
9975
|
:example:
|
9976
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9976
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
|
9977
9977
|
"""
|
9978
9978
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9979
9979
|
required_arguments = ['deploymentId']
|
@@ -10081,7 +10081,7 @@ class DevopsClient(object):
|
|
10081
10081
|
:rtype: :class:`~oci.response.Response`
|
10082
10082
|
|
10083
10083
|
:example:
|
10084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_project.py.html>`__ to see an example of how to use update_project API.
|
10085
10085
|
"""
|
10086
10086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10087
10087
|
required_arguments = ['projectId']
|
@@ -10189,7 +10189,7 @@ class DevopsClient(object):
|
|
10189
10189
|
:rtype: :class:`~oci.response.Response`
|
10190
10190
|
|
10191
10191
|
:example:
|
10192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_repository.py.html>`__ to see an example of how to use update_repository API.
|
10193
10193
|
"""
|
10194
10194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10195
10195
|
required_arguments = ['repositoryId']
|
@@ -10297,7 +10297,7 @@ class DevopsClient(object):
|
|
10297
10297
|
:rtype: :class:`~oci.response.Response`
|
10298
10298
|
|
10299
10299
|
:example:
|
10300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/update_trigger.py.html>`__ to see an example of how to use update_trigger API.
|
10301
10301
|
"""
|
10302
10302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10303
10303
|
required_arguments = ['triggerId']
|
@@ -10405,7 +10405,7 @@ class DevopsClient(object):
|
|
10405
10405
|
:rtype: :class:`~oci.response.Response`
|
10406
10406
|
|
10407
10407
|
:example:
|
10408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/devops/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
|
10409
10409
|
"""
|
10410
10410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10411
10411
|
required_arguments = ['connectionId']
|