Skip to main content

Api Documentation

Project description

swagger-client

API Documentation

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.1.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import swagger_client 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import swagger_client

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: basicAuth
configuration = swagger_client.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = swagger_client.IntentManagementApi(swagger_client.ApiClient(configuration))
body = swagger_client.IntentRequestDTO() # IntentRequestDTO | 

try:
    api_response = api_instance.create_or_update_intent(body)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling IntentManagementApi->create_or_update_intent: %s\n" % e)
# Configure HTTP basic authorization: basicAuth
configuration = swagger_client.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = swagger_client.IntentManagementApi(swagger_client.ApiClient(configuration))
name = 'name_example' # str | 

try:
    api_instance.delete_intent(name)
except ApiException as e:
    print("Exception when calling IntentManagementApi->delete_intent: %s\n" % e)
# Configure HTTP basic authorization: basicAuth
configuration = swagger_client.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'

# create an instance of the API class
api_instance = swagger_client.IntentManagementApi(swagger_client.ApiClient(configuration))

try:
    api_response = api_instance.get_all_intents()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling IntentManagementApi->get_all_intents: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://facetsdemo.console.facets.cloud

Class Method HTTP request Description
IntentManagementApi create_or_update_intent POST /cc-ui/v1/intents
IntentManagementApi delete_intent DELETE /cc-ui/v1/intents/{name}
IntentManagementApi get_all_intents GET /cc-ui/v1/intents
ModuleManagementApi bootstrap_modules POST /cc-ui/v1/modules/bootstrap Bootstrap Modules
ModuleManagementApi delete_tf_module DELETE /cc-ui/v1/modules/{id} Delete a Module
ModuleManagementApi download_module_by_id GET /cc-ui/v1/modules/{id}/download
ModuleManagementApi download_module_by_version_id GET /cc-ui/v1/modules/version/{versionId}/download
ModuleManagementApi get_all2 GET /cc-ui/v1/modules/all Get All Modules
ModuleManagementApi get_all_modules GET /cc-ui/v1/modules
ModuleManagementApi get_all_modules_lite GET /cc-ui/v1/modules/modules-lite
ModuleManagementApi get_by_id GET /cc-ui/v1/modules/{id} Get Module by ID
ModuleManagementApi get_grouped_modules_for_stack GET /cc-ui/v1/modules/stack/{stackName}/grouped Get Grouped Modules for Stack
ModuleManagementApi get_intent_add_on_modules GET /cc-ui/v1/modules/intent/{intent}/flavor/{flavor}/add-ons Get Add-On Modules
ModuleManagementApi get_module_for_ifv_and_stack GET /cc-ui/v1/modules/stack/{stackName}/{intent}/{flavor}/{version}/module
ModuleManagementApi get_module_usages GET /cc-ui/v1/modules/{id}/usages Get Module Usages
ModuleManagementApi mark_as_published POST /cc-ui/v1/modules/intent/{intent}/flavor/{flavor}/version/{version}/mark-published Mark Module as Published
ModuleManagementApi mark_as_published_by_id POST /cc-ui/v1/modules/{id}/mark-published Mark Module as Published
ModuleManagementApi upload_module POST /cc-ui/v1/modules/upload Upload a module
TFOutputManagementApi create_or_update_output POST /cc-ui/v1/tf-outputs
TFOutputManagementApi delete_output DELETE /cc-ui/v1/tf-outputs/{name}
TFOutputManagementApi get_all_outputs GET /cc-ui/v1/tf-outputs
TFOutputManagementApi get_output_by_name GET /cc-ui/v1/tf-outputs/{name}
TFOutputManagementApi get_outputs_by_provider_source GET /cc-ui/v1/tf-outputs/provider Get all outputs that use a specific provider source
UIChatGPTControllerApi analyze_kubernetes_cluster GET /cc-ui/v1/clusters/{clusterId}/kubernetes/analyze
UIChatGPTControllerApi chat POST /cc-ui/v1/clusters/chat/{chatId} Send a message to a chat
UIChatGPTControllerApi create_chat POST /cc-ui/v1/clusters/{clusterId}/chat Create a new chat
UIChatGPTControllerApi get_all_chats GET /cc-ui/v1/clusters/{clusterId}/chat Get chats by cluster ID
UIChatGPTControllerApi get_all_starters GET /cc-ui/v1/clusters/chat/metadata Get chat starters metadata
UIChatGPTControllerApi get_chat_by_id GET /cc-ui/v1/clusters/chat/{chatId} Get chat by ID
UIChatGPTControllerApi get_k8s_chats POST /cc-ui/v1/clusters/{clusterId}/k8s-chat Ask Questions about k8s operations
ApplicationControllerApi change_password PUT /api/users/{userId}/changePassword
ApplicationControllerApi create_user POST /api/users
ApplicationControllerApi create_user_cc POST /api/cc-users
ApplicationControllerApi get_users GET /api/users
ApplicationControllerApi login GET /api/login
ApplicationControllerApi login1 HEAD /api/login
ApplicationControllerApi login2 POST /api/login
ApplicationControllerApi login3 PUT /api/login
ApplicationControllerApi login4 PATCH /api/login
ApplicationControllerApi login5 DELETE /api/login
ApplicationControllerApi login6 OPTIONS /api/login
ApplicationControllerApi me GET /api/me
ApplicationControllerApi update_user PUT /api/users/{userId}
PublicApIsApi get_all_feature_properties GET /public/v1/features
PublicApIsApi get_cp_cloud GET /public/v1/cp-cloud
PublicApIsApi get_feature_property GET /public/v1/features/{name}
PublicApIsApi get_login_options GET /public/v1/loginOptions
PublicApIsApi get_logo GET /public/v1/logo
PublicApIsApi health_check GET /public/v1/health
PublicApIsApi link_aws_account POST /public/v1/link-aws
PublicApIsApi link_azure_account POST /public/v1/link-azure
PublicApIsApi link_bitbucket_account POST /public/v1/link-bitbucket
PublicApIsApi link_docker_registries POST /public/v1/link-docker-registries
PublicApIsApi link_ecr POST /public/v1/link-ecr
PublicApIsApi link_gcp_account POST /public/v1/link-gcp
PublicApIsApi link_github_account POST /public/v1/link-github
PublicApIsApi link_gitlab_account POST /public/v1/link-gitlab
PublicApIsApi link_k8s_account POST /public/v1/link-kubernetes
PublicApIsApi process_github_installation_request POST /public/v1/github-installation-request
PublicApIsApi retrieve_theme_file GET /public/v1/themeFile
UiAccountsControllerApi create_aws_account POST /cc-ui/v1/accounts/aws/
UiAccountsControllerApi create_azure_account POST /cc-ui/v1/accounts/azure/
UiAccountsControllerApi create_bit_bucket_account POST /cc-ui/v1/accounts/bitbucket/
UiAccountsControllerApi create_coder_account POST /cc-ui/v1/accounts/coder/
UiAccountsControllerApi create_gcp_account POST /cc-ui/v1/accounts/gcp/
UiAccountsControllerApi create_git_hub_account POST /cc-ui/v1/accounts/github/
UiAccountsControllerApi create_git_lab_account POST /cc-ui/v1/accounts/gitlab/
UiAccountsControllerApi create_kubernetes_account POST /cc-ui/v1/accounts/kubernetes/
UiAccountsControllerApi delete_account DELETE /cc-ui/v1/accounts/{id}
UiAccountsControllerApi get_account GET /cc-ui/v1/accounts/{id}
UiAccountsControllerApi get_account_by_name GET /cc-ui/v1/accounts/name/{name}
UiAccountsControllerApi get_accounts_by_type GET /cc-ui/v1/accounts/type/{type}
UiAccountsControllerApi get_all_accounts GET /cc-ui/v1/accounts/
UiAccountsControllerApi get_all_vcs_token_details GET /cc-ui/v1/accounts/token-details
UiAccountsControllerApi get_bitbucket_projects_for_workspace GET /cc-ui/v1/accounts/{accountId}/workspaces/{workspace}/projects
UiAccountsControllerApi get_vcs_organisations POST /cc-ui/v1/accounts/get-organisations
UiAccountsControllerApi get_vcs_organizations_by_account_id GET /cc-ui/v1/accounts/vcs-orgs/{accountId}
UiAccountsControllerApi get_vcs_token_details_by_stack_name GET /cc-ui/v1/accounts/stack/{stackName}/token-details
UiAccountsControllerApi refresh_all_vcs_token_details POST /cc-ui/v1/accounts/token-details/refresh
UiAccountsControllerApi request_cloud_account_linking POST /cc-ui/v1/accounts/link-cloud
UiAccountsControllerApi request_vcs_linking POST /cc-ui/v1/accounts/link-vcs
UiAccountsControllerApi update_aws_account PUT /cc-ui/v1/accounts/aws/{id}
UiAccountsControllerApi update_azure_account PUT /cc-ui/v1/accounts/azure/{id}
UiAccountsControllerApi update_bit_bucket_account PUT /cc-ui/v1/accounts/bitbucket/{id}
UiAccountsControllerApi update_coder_account PUT /cc-ui/v1/accounts/coder/{id}
UiAccountsControllerApi update_gcp_account PUT /cc-ui/v1/accounts/gcp/{id}
UiAccountsControllerApi update_git_hub_account PUT /cc-ui/v1/accounts/github/{id}
UiAccountsControllerApi update_git_lab_account PUT /cc-ui/v1/accounts/gitlab/{id}
UiAccountsControllerApi update_kubernetes_account PUT /cc-ui/v1/accounts/kubernetes/{id}
UiAccountsControllerApi update_vcs_account PATCH /cc-ui/v1/accounts/vcs/{id}
UiAccountsControllerApi validate_aws_account POST /cc-ui/v1/accounts/aws/validate
UiAccountsControllerApi validate_azure_account POST /cc-ui/v1/accounts/azure/validate
UiAccountsControllerApi validate_bitbucket_account POST /cc-ui/v1/accounts/bitbucket/validate
UiAccountsControllerApi validate_gcp_account POST /cc-ui/v1/accounts/gcp/validate
UiAccountsControllerApi validate_github_account POST /cc-ui/v1/accounts/github/validate
UiAccountsControllerApi validate_gitlab_account POST /cc-ui/v1/accounts/gitlab/validate
UiAccountsControllerApi validate_kubernetes_account POST /cc-ui/v1/accounts/kubernetes/validate
UiAlertsControllerApi delete_all DELETE /cc-ui/v1/alerts
UiAlertsControllerApi get_alerts_count GET /cc-ui/v1/alerts/firing/count
UiAlertsControllerApi get_alerts_overview GET /cc-ui/v1/alerts/firing/overview
UiAlertsControllerApi get_cluster_alerts GET /cc-ui/v1/alerts/{clusterId}/all
UiAlertsControllerApi get_firing_alerts GET /cc-ui/v1/alerts/firing
UiApplicationControllerApi abort PUT /cc-ui/v1/clusters/{clusterId}/abort
UiApplicationControllerApi cluster_sync_with_git POST /cc-ui/v1/clusters/{clusterId}/sync-with-git
UiApplicationControllerApi get_application_overrides GET /cc-ui/v1/clusters/{clusterId}/{resourceType}/{appName}/overrides
UiApplicationControllerApi get_argo_rollout_info GET /cc-ui/v1/clusters/{clusterId}/argo-info
UiApplicationControllerApi get_deployed_commit_id_for_resource GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/deployed-commit-id
UiApplicationControllerApi get_events GET /cc-ui/v1/clusters/{clusterId}/pods/{podName}/events
UiApplicationControllerApi get_hpa GET /cc-ui/v1/clusters/{clusterId}/resourceName/{applicationName}/hpa
UiApplicationControllerApi get_ingresses GET /cc-ui/v1/clusters/{clusterId}/resourceName/{applicationName}/ingresses
UiApplicationControllerApi get_resource_by_name GET /cc-ui/v1/clusters/{clusterId}/{resourceType}/{appName}
UiApplicationControllerApi get_resource_by_name_v2 GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiApplicationControllerApi get_resource_history GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/resource-history
UiApplicationControllerApi get_resource_out_properties GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/resource-out-properties
UiApplicationControllerApi get_resource_override_object GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/overrides
UiApplicationControllerApi get_validations GET /cc-ui/v1/clusters/{clusterId}/validation-errors
UiApplicationControllerApi list_pods GET /cc-ui/v1/clusters/{clusterId}/resourceName/{applicationName}/pods
UiApplicationControllerApi logs GET /cc-ui/v1/clusters/{clusterId}/pods/{podName}/logs
UiApplicationControllerApi post_resource_override_object POST /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/overrides
UiApplicationControllerApi promote PUT /cc-ui/v1/clusters/{clusterId}/promote
UiApplicationControllerApi rolling_restart POST /cc-ui/v1/clusters/{clusterId}/restart/{applicationName}
UiApplicationControllerApi run_validation POST /cc-ui/v1/clusters/{clusterId}/validate
UiArtifactCiControllerApi bulk_edit_workflow POST /cc-ui/v1/artifacts-ci/bulk-edit-workflow
UiArtifactCiControllerApi create_artifact_ci POST /cc-ui/v1/artifacts-ci
UiArtifactCiControllerApi delete_artifact_ci DELETE /cc-ui/v1/artifacts-ci/{ciId}
UiArtifactCiControllerApi get_all_artifacts_ci GET /cc-ui/v1/artifacts-ci
UiArtifactCiControllerApi get_artifact_ci GET /cc-ui/v1/artifacts-ci/{ciId}
UiArtifactCiControllerApi get_artifact_ci_by_name GET /cc-ui/v1/artifacts-ci/name/{ciName}
UiArtifactCiControllerApi get_artifact_cis_by_stack GET /cc-ui/v1/artifacts-ci/blueprint/{stackName}
UiArtifactCiControllerApi get_artifacts_for_ci GET /cc-ui/v1/artifacts-ci/{ciName}/artifacts
UiArtifactCiControllerApi update_artifact_ci PUT /cc-ui/v1/artifacts-ci/{ciId}
UiArtifactHubControllerApi get_helm_values GET /cc-ui/v1/artifactHub/packages/{packageId}/values
UiArtifactHubControllerApi search_packages GET /cc-ui/v1/artifactHub/search-packages
UiArtifactRoutingRuleControllerApi add_artifact_routing_rule POST /cc-ui/v1/artifact-routing-rule
UiArtifactRoutingRuleControllerApi delete_artifact_routing_rule DELETE /cc-ui/v1/artifact-routing-rule/{ruleId}
UiArtifactRoutingRuleControllerApi get_all_artifact_routing_rules GET /cc-ui/v1/artifact-routing-rule
UiArtifactRoutingRuleControllerApi get_all_operators GET /cc-ui/v1/artifact-routing-rule/operators
UiArtifactRoutingRuleControllerApi get_artifact_routing_rule GET /cc-ui/v1/artifact-routing-rule/{ruleId}
UiArtifactRoutingRuleControllerApi test_rule_for_branch_name POST /cc-ui/v1/artifact-routing-rule/test
UiArtifactRoutingRuleControllerApi update_artifact_routing_rule PUT /cc-ui/v1/artifact-routing-rule
UiArtifactoryControllerApi associate_stacks POST /cc-ui/v1/artifactories/{artifactoryId}/associate-projects
UiArtifactoryControllerApi create_artifactory_mirror POST /cc-ui/v1/artifactories/mirrors
UiArtifactoryControllerApi create_basic_docker_artifactory POST /cc-ui/v1/artifactories/others
UiArtifactoryControllerApi create_ecr_artifactory POST /cc-ui/v1/artifactories
UiArtifactoryControllerApi delete_artifactory DELETE /cc-ui/v1/artifactories/v2/{artifactoryId}
UiArtifactoryControllerApi delete_ecr_artifactory DELETE /cc-ui/v1/artifactories/{artifactoryId}
UiArtifactoryControllerApi get_all_artifactories GET /cc-ui/v1/artifactories
UiArtifactoryControllerApi get_all_artifactories_for_stack GET /cc-ui/v1/artifactories/stack/{stackName}
UiArtifactoryControllerApi get_artifactory_by_id GET /cc-ui/v1/artifactories/{artifactoryId}
UiArtifactoryControllerApi get_artifactory_by_name GET /cc-ui/v1/artifactories/name/{name}
UiArtifactoryControllerApi get_repositories GET /cc-ui/v1/artifactories/{artifactoryId}/repos
UiArtifactoryControllerApi get_repositories_by_artifactory_name GET /cc-ui/v1/artifactories/name/{name}/repos
UiArtifactoryControllerApi get_tags GET /cc-ui/v1/artifactories/{artifactoryId}/tags
UiArtifactoryControllerApi get_tags_by_artifactory_name GET /cc-ui/v1/artifactories/name/{name}/tags
UiArtifactoryControllerApi request_artifactory_linking POST /cc-ui/v1/artifactories/link-container-registry
UiArtifactoryControllerApi update_basic_docker_artifactory POST /cc-ui/v1/artifactories/others/{artifactoryId}
UiArtifactoryControllerApi update_ecr_artifactory POST /cc-ui/v1/artifactories/{artifactoryId}
UiArtifactsControllerApi attach_image_via_register POST /cc-ui/v1/artifacts/attach-image-via-register
UiArtifactsControllerApi delete_artifact DELETE /cc-ui/v1/artifacts/{artifactId}
UiArtifactsControllerApi generate_artifact_push_credentials1 POST /cc-ui/v1/artifacts/pushCredentials/{stackName}/{appName}
UiArtifactsControllerApi generate_artifact_push_credentials_v2 POST /cc-ui/v1/artifacts/pushCredentialsV2/artifactName/{artifactName}/registrationType/{registrationType}/value/{registrationValue}
UiArtifactsControllerApi generate_artifact_push_credentials_v3 POST /cc-ui/v1/artifacts/pushCredentialsV3/artifactName/{artifactName}
UiArtifactsControllerApi get_all5 GET /cc-ui/v1/artifacts
UiArtifactsControllerApi get_artifact_by_application_name GET /cc-ui/v1/artifacts/cluster/{clusterId}/application/{applicationName}
UiArtifactsControllerApi get_artifact_by_cluster_id GET /cc-ui/v1/artifacts/{clusterId}
UiArtifactsControllerApi get_artifacts_by_resource_name_and_resource_type GET /cc-ui/v1/artifacts/cluster/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiArtifactsControllerApi get_metadata_keys GET /cc-ui/v1/artifacts/metadata/keys
UiArtifactsControllerApi promote_artifact POST /cc-ui/v1/artifacts/{ciId}/promote/{artifactId}
UiArtifactsControllerApi promote_artifact_by_artifact_ci_name POST /cc-ui/v1/artifacts/promote
UiArtifactsControllerApi push_artifact POST /cc-ui/v1/artifacts/push
UiArtifactsControllerApi reclassify_artifacts PUT /cc-ui/v1/artifacts/reclassify
UiArtifactsControllerApi register_artifact POST /cc-ui/v1/artifacts/register
UiArtifactsControllerApi register_artifact_by_env POST /cc-ui/v1/artifacts/register-by-env
UiArtifactsControllerApi register_artifact_by_release_stream POST /cc-ui/v1/artifacts/register-by-release-stream
UiArtifactsControllerApi register_artifact_saas1 POST /cc-ui/v1/artifacts/register-saas
UiArtifactsControllerApi register_artifact_v2 POST /cc-ui/v1/artifacts/registerV2
UiArtifactsControllerApi update_release_stream POST /cc-ui/v1/artifacts/clusterId/{clusterId}/currentReleaseStream/{currentReleaseStream}/updatedReleaseStream/{updatedReleaseStream}/updateStream
UiArtifactsControllerApi upload_artifacts_zip POST /cc-ui/v1/artifacts/upload
UiAssistantControllerApi continue_chat POST /cc-ui/v2/assistant/chat Continue Chat
UiAssistantControllerApi create_thread GET /cc-ui/v2/assistant/thread
UiAssistantControllerApi get_chat POST /cc-ui/v2/assistant/{threadId}/getChat
UiAuditLogsControllerApi get_audit_logs GET /cc-ui/v1/audit-logs
UiAwsClusterControllerApi configure_draft_cluster2 POST /cc-ui/v1/aws/clusters/configure/{clusterId}
UiAwsClusterControllerApi create_cluster_using_post2 POST /cc-ui/v1/aws/clusters Create a new Environment for a blueprint
UiAwsClusterControllerApi get_cluster_using_get2 GET /cc-ui/v1/aws/clusters/{clusterId}
UiAwsClusterControllerApi onboard_customer POST /cc-ui/v1/aws/clusters/onboard-customer
UiAwsClusterControllerApi update_cluster_using_put2 PUT /cc-ui/v1/aws/clusters/{clusterId}
UiAwsClusterControllerApi validate_vpc_id1 GET /cc-ui/v1/aws/clusters/validate-vpcId
UiAzureClusterControllerApi configure_draft_cluster1 POST /cc-ui/v1/azure/clusters/configure/{clusterId}
UiAzureClusterControllerApi create_azure_cluster POST /cc-ui/v1/azure/clusters
UiAzureClusterControllerApi get_azure_cluster GET /cc-ui/v1/azure/clusters/{clusterId}
UiAzureClusterControllerApi update_azure_cluster PUT /cc-ui/v1/azure/clusters/{clusterId}
UiAzureClusterControllerApi validate_vnet GET /cc-ui/v1/azure/clusters/validate-vnet
UiBillingControllerApi buy_support_plan POST /cc-ui/v1/billing/buy-support-plan
UiBillingControllerApi get_billing_metadata GET /cc-ui/v1/billing/metadata
UiBillingControllerApi report_usage GET /cc-ui/v1/billing/report-usage
UiBillingControllerApi start_stripe_customer_portal_session GET /cc-ui/v1/billing/manage-billing
UiBlueprintDesignerControllerApi add_variables POST /cc-ui/v1/designer/{stackName}/variables
UiBlueprintDesignerControllerApi apply_template POST /cc-ui/v1/designer/{stackName}/{templateName}/apply
UiBlueprintDesignerControllerApi bulk_edit_disabled_for_resources PUT /cc-ui/v1/designer/{stackName}/resource-enable-disable
UiBlueprintDesignerControllerApi bulk_edit_disabled_for_resources1 PUT /cc-ui/v1/designer/{stackName}/branch/{branch}/resource-enable-disable
UiBlueprintDesignerControllerApi create_branch POST /cc-ui/v1/designer/{stackName}/{branch}/create-branch
UiBlueprintDesignerControllerApi create_resources POST /cc-ui/v1/designer/{stackName}/branch/{branch}
UiBlueprintDesignerControllerApi delete_resources DELETE /cc-ui/v1/designer/{stackName}/branch/{branch}
UiBlueprintDesignerControllerApi delete_variables DELETE /cc-ui/v1/designer/{stackName}/variables
UiBlueprintDesignerControllerApi get_add_on_modules GET /cc-ui/v1/designer/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/add-ons Get add ons for this resource
UiBlueprintDesignerControllerApi get_autocomplete_data GET /cc-ui/v1/designer/{stackName}/ref-autocomplete-data
UiBlueprintDesignerControllerApi get_autocomplete_data_v2 GET /cc-ui/v1/designer/{stackName}/ref-autocomplete-data-v2 Get autocomplete data with module-specific output trees
UiBlueprintDesignerControllerApi get_designer_resources GET /cc-ui/v1/designer/{stackName}/{branchName}/files
UiBlueprintDesignerControllerApi get_module_inputs GET /cc-ui/v1/designer/{stackName}/intent/{intent}/flavor/{flavor}/input
UiBlueprintDesignerControllerApi get_pull_requests GET /cc-ui/v1/designer/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/pulls
UiBlueprintDesignerControllerApi get_pull_requests1 GET /cc-ui/v1/designer/{stackName}/pulls
UiBlueprintDesignerControllerApi get_schema_metadata GET /cc-ui/v1/designer/facets-components
UiBlueprintDesignerControllerApi get_workflow_runs GET /cc-ui/v1/designer/{stackName}/workflow-runs
UiBlueprintDesignerControllerApi get_workflow_runs1 GET /cc-ui/v1/designer/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/workflow-runs
UiBlueprintDesignerControllerApi get_workflows GET /cc-ui/v1/designer/{stackName}/workflows
UiBlueprintDesignerControllerApi get_workflows1 GET /cc-ui/v1/designer/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/workflows
UiBlueprintDesignerControllerApi list_branches GET /cc-ui/v1/designer/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/branch-list
UiBlueprintDesignerControllerApi list_branches1 GET /cc-ui/v1/designer/{stackName}/branch-list
UiBlueprintDesignerControllerApi list_providers_exposed_by_module GET /cc-ui/v1/designer/{stackName}/intent/{intent}/flavor/{flavor}/output-providers
UiBlueprintDesignerControllerApi rename_resource PUT /cc-ui/v1/designer/{stackName}/branch/{branch}/rename
UiBlueprintDesignerControllerApi sync_specified_blueprints_with_templates POST /cc-ui/v1/designer/{templateName}/sync
UiBlueprintDesignerControllerApi update_resources PUT /cc-ui/v1/designer/{stackName}/branch/{branch}
UiBlueprintDesignerControllerApi update_variables PUT /cc-ui/v1/designer/{stackName}/variables
UiCiCdControllerApi attach_rule_and_workflow PUT /cc-ui/v1/ci-cd/attach Attach Rule and Workflow
UiCiCdControllerApi detach_rule_and_workflow PUT /cc-ui/v1/ci-cd/detach Detach Rule and Workflow
UiCiCdControllerApi generate_artifact_push_credentials POST /cc-ui/v1/ci-cd/pushCredentials Generate Artifact Push Credentials
UiCiCdControllerApi get_ci_cd_details GET /cc-ui/v1/ci-cd/{stackName} Get CI/CD Details
UiCiCdControllerApi register_artifact_saas POST /cc-ui/v1/ci-cd/register Register Artifact SaaS
UiCiCdControllerApi save_ci_cd_details POST /cc-ui/v1/ci-cd Save CI/CD Details
UiCloudCostExplorerControllerApi get_daily_cloud_cost GET /cc-ui/v1/cost-explorer/stack/{stackName}/daily-cost
UiCloudCostExplorerControllerApi get_service_wise_cost GET /cc-ui/v1/cost-explorer/service-wise-cost/{clusterId}
UiCloudCostExplorerControllerApi is_aws_cost_explorer_enabled GET /cc-ui/v1/cost-explorer/aws/enabled
UiCloudCostExplorerControllerApi sync_cloud_cost GET /cc-ui/v1/cost-explorer/sync-cost
UiCoderControllerApi create_workspace_with_existing_branch POST /cc-ui/v1/coder/stack/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/existing-branch
UiCoderControllerApi create_workspace_with_existing_branch1 POST /cc-ui/v1/coder/stack/{stackName}/existing-branch
UiCoderControllerApi create_workspace_with_new_branch POST /cc-ui/v1/coder/stack/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/new-branch
UiCoderControllerApi create_workspace_with_new_branch1 POST /cc-ui/v1/coder/stack/{stackName}/new-branch
UiCoderControllerApi get_all3 GET /cc-ui/v1/coder/stack/{stackName}/workspaces
UiCoderControllerApi get_all4 GET /cc-ui/v1/coder/stack/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/workspaces
UiCoderControllerApi identify_coder_launch_eligible GET /cc-ui/v1/coder/stack/{stackName}/coder-eligibility
UiCommonClusterControllerApi add_cluster_schedules POST /cc-ui/v1/clusters/{clusterId}/schedule
UiCommonClusterControllerApi add_tools_config POST /cc-ui/v1/clusters/{clusterId}/tools-config
UiCommonClusterControllerApi attach_image POST /cc-ui/v1/clusters/{clusterId}/attach-image
UiCommonClusterControllerApi bulk_enable_disable_resources PUT /cc-ui/v1/clusters/{clusterId}/resource-enable-disable
UiCommonClusterControllerApi copy_configurations_selective PUT /cc-ui/v1/clusters/{clusterId}/copy-configurations-selective Copy configurations from one cluster to another selectively
UiCommonClusterControllerApi create_availability_schedule POST /cc-ui/v1/clusters/{clusterId}/availability-schedule
UiCommonClusterControllerApi create_draft_cluster1 POST /cc-ui/v1/clusters/draft-cluster
UiCommonClusterControllerApi create_template_inputs POST /cc-ui/v1/clusters/{clusterId}/templateInputs/{inputType}/items
UiCommonClusterControllerApi delete_availability_schedule DELETE /cc-ui/v1/clusters/{clusterId}/availability-schedule/{availabilityScheduleId}
UiCommonClusterControllerApi delete_cluster DELETE /cc-ui/v1/clusters/{clusterId}
UiCommonClusterControllerApi delete_cluster_force DELETE /cc-ui/v1/clusters/{clusterId}/force
UiCommonClusterControllerApi delete_cluster_schedule DELETE /cc-ui/v1/clusters/{clusterId}/schedule/{clusterScheduleId}
UiCommonClusterControllerApi delete_overrides DELETE /cc-ui/v1/clusters/{clusterId}/overrides/{resourceType}/{resourceName}
UiCommonClusterControllerApi delete_template_inputs DELETE /cc-ui/v1/clusters/{clusterId}/templateInputs/{inputType}/items/{uid}
UiCommonClusterControllerApi delete_tools_config DELETE /cc-ui/v1/clusters/{clusterId}/tools-config
UiCommonClusterControllerApi detach_image DELETE /cc-ui/v1/clusters/{clusterId}/detachImage
UiCommonClusterControllerApi edit_tools_config PUT /cc-ui/v1/clusters/{clusterId}/tools-config/{toolsConfigId}
UiCommonClusterControllerApi get_alerts GET /cc-ui/v1/clusters/{clusterId}/alerts
UiCommonClusterControllerApi get_all_template_inputs GET /cc-ui/v1/clusters/{clusterId}/templateInputs/
UiCommonClusterControllerApi get_availability_schedules GET /cc-ui/v1/clusters/{clusterId}/availability-schedule
UiCommonClusterControllerApi get_cluster_common GET /cc-ui/v1/clusters/{clusterId}
UiCommonClusterControllerApi get_cluster_info GET /cc-ui/v1/clusters/{clusterId}/info
UiCommonClusterControllerApi get_cluster_metadata GET /cc-ui/v1/clusters/{clusterId}/cluster-metadata
UiCommonClusterControllerApi get_cluster_schedules GET /cc-ui/v1/clusters/{clusterId}/schedule
UiCommonClusterControllerApi get_k8s_credentials GET /cc-ui/v1/clusters/{clusterId}/k8sCredentials
UiCommonClusterControllerApi get_kube_config GET /cc-ui/v1/clusters/{clusterId}/kubeconfig
UiCommonClusterControllerApi get_matched_modules GET /cc-ui/v1/clusters/{clusterId}/match-modules
UiCommonClusterControllerApi get_namespaces_in_use_by_dependent_clusters GET /cc-ui/v1/clusters/{baseClusterId}/base-env-in-use-namespaces
UiCommonClusterControllerApi get_open_alerts GET /cc-ui/v1/clusters/{clusterId}/open-alerts
UiCommonClusterControllerApi get_overrides1 GET /cc-ui/v1/clusters/{clusterId}/overrides
UiCommonClusterControllerApi get_provided_resources GET /cc-ui/v1/clusters/{clusterId}/providedResources
UiCommonClusterControllerApi get_release_impacts GET /cc-ui/v1/clusters/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}/release-impacts
UiCommonClusterControllerApi get_resource_stats GET /cc-ui/v1/clusters/{clusterId}/resource-stats
UiCommonClusterControllerApi get_template_input_by_uid GET /cc-ui/v1/clusters/{clusterId}/templateInputs/{inputType}/items/{uid}
UiCommonClusterControllerApi get_template_inputs GET /cc-ui/v1/clusters/{clusterId}/templateInputs/{inputType}/items
UiCommonClusterControllerApi get_tools_config GET /cc-ui/v1/clusters/{clusterId}/tools-config
UiCommonClusterControllerApi get_variable_counts GET /cc-ui/v1/clusters/{clusterId}/variable-counts
UiCommonClusterControllerApi get_vars GET /cc-ui/v1/clusters/{clusterId}/vars
UiCommonClusterControllerApi get_vars_with_secrets GET /cc-ui/v1/clusters/{clusterId}/vars-with-secrets
UiCommonClusterControllerApi get_vars_with_status GET /cc-ui/v1/clusters/{clusterId}/varsWithStatus
UiCommonClusterControllerApi get_vpn_profile GET /cc-ui/v1/clusters/{clusterId}/vpn-profile
UiCommonClusterControllerApi override_sizing POST /cc-ui/v1/clusters/{clusterId}/overrides
UiCommonClusterControllerApi pause_release POST /cc-ui/v1/clusters/{clusterId}/pause-release
UiCommonClusterControllerApi refresh_kube_config GET /cc-ui/v1/clusters/{clusterId}/kubeconfig/refresh
UiCommonClusterControllerApi remove_silence DELETE /cc-ui/v1/clusters/{clusterId}/alerts/silence/{silenceId}
UiCommonClusterControllerApi resource_details GET /cc-ui/v1/clusters/{clusterId}/resourceDetails
UiCommonClusterControllerApi set_cluster_code POST /cc-ui/v1/clusters/{clusterId}/setClusterCode
UiCommonClusterControllerApi silence_alerts POST /cc-ui/v1/clusters/{clusterId}/silence-alerts
UiCommonClusterControllerApi update_availability_schedules PUT /cc-ui/v1/clusters/{clusterId}/availability-schedule/{scheduleId}
UiCommonClusterControllerApi update_cluster_branch PATCH /cc-ui/v1/clusters/{clusterId}/branch
UiCommonClusterControllerApi update_cluster_schedules PUT /cc-ui/v1/clusters/{clusterId}/schedule/{clusterScheduleId}
UiCommonClusterControllerApi update_draft_cluster PUT /cc-ui/v1/clusters/draft-cluster/{clusterId}
UiCommonClusterControllerApi update_template_input PUT /cc-ui/v1/clusters/{clusterId}/templateInputs/{inputType}/items/{uid}
UiCommonClusterControllerApi upsert_provided_resources POST /cc-ui/v1/clusters/{clusterId}/providedResources
UiCommonClusterControllerApi upsert_vars POST /cc-ui/v1/clusters/{clusterId}/vars/upsert
UiCustomContentControllerApi create_content_file POST /cc-ui/v1/content/files
UiCustomContentControllerApi delete_content_file DELETE /cc-ui/v1/content/files/{contentId}
UiCustomContentControllerApi get_content_files_by_selectors GET /cc-ui/v1/content/files/selectors/{contentType}
UiCustomContentControllerApi render_content POST /cc-ui/v1/content/files/{contentId}/render
UiCustomContentControllerApi update_content_file PUT /cc-ui/v1/content/files/{contentId}
UiCustomRoleControllerApi create_custom_role POST /cc-ui/v1/custom-role
UiCustomRoleControllerApi delete_custom_role DELETE /cc-ui/v1/custom-role/{roleName}
UiCustomRoleControllerApi get_all_custom_roles GET /cc-ui/v1/custom-role
UiCustomRoleControllerApi get_all_roles GET /cc-ui/v1/custom-role/roles
UiCustomRoleControllerApi get_custom_role GET /cc-ui/v1/custom-role/{roleName}
UiCustomRoleControllerApi update_custom_role PUT /cc-ui/v1/custom-role/{roleName}
UiDeliveryPipelineControllerApi get_delivery_pipeline GET /cc-ui/v1/delivery-pipeline/{stackName}
UiDeliveryPipelineControllerApi update_delivery_pipeline PUT /cc-ui/v1/delivery-pipeline/{stackName}
UiDeploymentControllerApi abort_automation_suite DELETE /cc-ui/v1/clusters/{clusterId}/deployments/qa/{executionId}/abortSuite
UiDeploymentControllerApi approve_release POST /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/approveRelease
UiDeploymentControllerApi clean_s3_sources DELETE /cc-ui/v1/clusters/{clusterId}/deployments/clean-s3-sources
UiDeploymentControllerApi create_deployment POST /cc-ui/v1/clusters/{clusterId}/deployments
UiDeploymentControllerApi destroy_cluster DELETE /cc-ui/v1/clusters/{clusterId}/deployments/destroy
UiDeploymentControllerApi download_terraform_export GET /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/download-terraform-export
UiDeploymentControllerApi get_cluster_state GET /cc-ui/v1/clusters/{clusterId}/deployments/state
UiDeploymentControllerApi get_deployment GET /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}
UiDeploymentControllerApi get_deployment_by_release_trace_id GET /cc-ui/v1/clusters/{clusterId}/deployments/trace-id/{releaseTraceId}
UiDeploymentControllerApi get_deployment_logs GET /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/logs
UiDeploymentControllerApi get_deployment_stats GET /cc-ui/v1/clusters/{clusterId}/deployments/stats
UiDeploymentControllerApi get_deployments GET /cc-ui/v1/clusters/{clusterId}/deployments
UiDeploymentControllerApi get_deployments_overview GET /cc-ui/v1/clusters/{clusterId}/deployments/overview
UiDeploymentControllerApi get_latest_release GET /cc-ui/v1/clusters/{clusterId}/deployments/latest-successful-release
UiDeploymentControllerApi get_latest_release_by_application GET /cc-ui/v1/clusters/{clusterId}/deployments/latest-successful-release/{application}
UiDeploymentControllerApi get_release_changes GET /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/release-changes
UiDeploymentControllerApi launch_cluster PUT /cc-ui/v1/clusters/{clusterId}/deployments/launch
UiDeploymentControllerApi reject_release POST /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/rejectRelease
UiDeploymentControllerApi release PUT /cc-ui/v1/clusters/{clusterId}/deployments/release
UiDeploymentControllerApi release_v2 PUT /cc-ui/v1/clusters/{clusterId}/deployments/releaseV2/{releaseType}
UiDeploymentControllerApi run_hotfix_deployment_recipe POST /cc-ui/v1/clusters/{clusterId}/deployments/recipes/deployment/hotfix
UiDeploymentControllerApi search_deployments GET /cc-ui/v1/clusters/{clusterId}/deployments/search
UiDeploymentControllerApi sign_off_deployment PUT /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/signoff
UiDeploymentControllerApi simulate GET /cc-ui/v1/clusters/{clusterId}/deployments/simulate
UiDeploymentControllerApi state_unlock PUT /cc-ui/v1/clusters/{clusterId}/deployments/unlock
UiDeploymentControllerApi stream_deployment_logs GET /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/logs/stream
UiDeploymentControllerApi trigger_maintenance_release POST /cc-ui/v1/clusters/{clusterId}/deployments/maintenance
UiDeploymentControllerApi trigger_rollback_plan_release POST /cc-ui/v1/clusters/{clusterId}/deployments/{deploymentId}/{resourceType}/{resourceName}/rollback-plan
UiDeploymentControllerApi trigger_terraform_export POST /cc-ui/v1/clusters/{clusterId}/deployments/terraform-export
UiDomainMappingControllerApi add_domain_mapping POST /cc-ui/v1/domain-mapping/clusterId/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiDomainMappingControllerApi delete_domain_mapping DELETE /cc-ui/v1/domain-mapping/clusterId/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiDomainMappingControllerApi get_all_domains GET /cc-ui/v1/domain-mapping/clusterId/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiDomainMappingControllerApi update_domain_mapping PUT /cc-ui/v1/domain-mapping/clusterId/{clusterId}/resourceType/{resourceType}/resourceName/{resourceName}
UiDropdownsControllerApi get_affected_resources_by_cluster POST /cc-ui/v1/dropdown/cluster/{clusterId}/affected-resources
UiDropdownsControllerApi get_affected_resources_by_stack POST /cc-ui/v1/dropdown/stack/{stackName}/affected-resources
UiDropdownsControllerApi get_all_cluster_resources_by_stack GET /cc-ui/v1/dropdown/stack/{stackName}/{resourceType}/{resourceName}/cluster-resources-info
UiDropdownsControllerApi get_all_permissions GET /cc-ui/v1/dropdown/getAllPermissions
UiDropdownsControllerApi get_all_resources GET /cc-ui/v1/dropdown/cluster/{clusterId}/resources
UiDropdownsControllerApi get_all_resources_by_cluster GET /cc-ui/v1/dropdown/cluster/{clusterId}/resources-info
UiDropdownsControllerApi get_all_resources_by_stack GET /cc-ui/v1/dropdown/stack/{stackName}/resources-info
UiDropdownsControllerApi get_all_resources_for_all_cluster_of_stack GET /cc-ui/v1/dropdown/stack/{stackName}/all-cluster-resources
UiDropdownsControllerApi get_all_vcs GET /cc-ui/v1/dropdown/vcs
UiDropdownsControllerApi get_application_list_by_cluster_id_and_resource_name GET /cc-ui/v1/dropdown/{clusterId}/{resourceType}
UiDropdownsControllerApi get_az_for_region_by_cloud GET /cc-ui/v1/dropdown/{cloud}/region/{region}/availability-zones
UiDropdownsControllerApi get_file_from_facets_modules GET /cc-ui/v1/dropdown/file
UiDropdownsControllerApi get_git_history_for_resource GET /cc-ui/v1/dropdown/logs/cluster/{clusterId}/resourceName/{resourceName}/resourceType/{resourceType}
UiDropdownsControllerApi get_launch_dag GET /cc-ui/v1/dropdown/{clusterId}/cloud/{cloud}/launch-dag
UiDropdownsControllerApi get_output_references GET /cc-ui/v1/dropdown/{stackName}/output/{outputType}/references
UiDropdownsControllerApi get_output_references_by_type GET /cc-ui/v1/dropdown/{stackName}/output-references
UiDropdownsControllerApi get_regions GET /cc-ui/v1/dropdown/{cloud}/regions
UiDropdownsControllerApi get_regions_v2 GET /cc-ui/v1/dropdown/{cloud}/regions-v2
UiDropdownsControllerApi get_release_streams GET /cc-ui/v1/dropdown/releaseStreams
UiDropdownsControllerApi get_resource_by_cluster_id GET /cc-ui/v1/dropdown/cluster/{clusterId}/{resourceType}/{resourceName}/resource-info
UiDropdownsControllerApi get_resource_by_stack GET /cc-ui/v1/dropdown/stack/{stackName}/{resourceType}/{resourceName}/resource-info
UiDropdownsControllerApi get_resource_histories_by_stack GET /cc-ui/v1/dropdown/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/resource-history
UiDropdownsControllerApi get_resource_history_overview_by_stack GET /cc-ui/v1/dropdown/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/resource-history-overview
UiDropdownsControllerApi get_role_permissions GET /cc-ui/v1/dropdown/rolePermissions/{role}
UiDropdownsControllerApi get_service_overview GET /cc-ui/v1/dropdown/stack/{stackName}/service/{serviceName}/overview
UiDropdownsControllerApi sync_cluster_history POST /cc-ui/v1/dropdown/logs/cluster/{clusterId}
UiDropdownsControllerApi sync_substack_git_history POST /cc-ui/v1/dropdown/logs/substack
UiGcpClusterControllerApi configure_draft_cluster POST /cc-ui/v1/gcp/clusters/configure/{clusterId}
UiGcpClusterControllerApi create_gcp_cluster POST /cc-ui/v1/gcp/clusters
UiGcpClusterControllerApi get_gcp_cluster GET /cc-ui/v1/gcp/clusters/{clusterId}
UiGcpClusterControllerApi update_gcp_cluster PUT /cc-ui/v1/gcp/clusters/{clusterId}
UiGcpClusterControllerApi validate_vpc_id GET /cc-ui/v1/gcp/clusters/validate-vpcId
UiK8sClusterControllerApi create_draft_cluster POST /cc-ui/v1/kubernetes/clusters/configure/{clusterId}
UiK8sClusterControllerApi create_k8s_cluster POST /cc-ui/v1/kubernetes/clusters
UiK8sClusterControllerApi get_k8s_cluster GET /cc-ui/v1/kubernetes/clusters/{clusterId}
UiK8sClusterControllerApi update_k8s_cluster PUT /cc-ui/v1/kubernetes/clusters/{clusterId}
UiKubernetesExplorerControllerApi container_logs GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/pods/{podName}/{containerName}/logs
UiKubernetesExplorerControllerApi get_all_ingress_rules_for_cluster GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/ingress-rules
UiKubernetesExplorerControllerApi get_config_map_data GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/configMaps/{configMapName}
UiKubernetesExplorerControllerApi get_manifest GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/{k8sResourceType}/{k8sResourceName}/manifest
UiKubernetesExplorerControllerApi get_pods_for_deployment GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/deployments/{deploymentName}
UiKubernetesExplorerControllerApi get_secrets_data GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/secrets/{secretName}
UiKubernetesExplorerControllerApi list_config_map_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/configMaps
UiKubernetesExplorerControllerApi list_containers_in_pod GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/{podName}/containers
UiKubernetesExplorerControllerApi list_containers_in_pod_v2 GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/{podName}/v2/containers
UiKubernetesExplorerControllerApi list_cron_job_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/cronJobs
UiKubernetesExplorerControllerApi list_daemon_sets_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/daemonSets
UiKubernetesExplorerControllerApi list_deployments_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/deployments
UiKubernetesExplorerControllerApi list_events_by_k8s_resource GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/{k8sResourceType}/{k8sResourceName}/events
UiKubernetesExplorerControllerApi list_hpa_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/hpa
UiKubernetesExplorerControllerApi list_ingresses_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/ingresses
UiKubernetesExplorerControllerApi list_jobs_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/jobs
UiKubernetesExplorerControllerApi list_pods_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/pods
UiKubernetesExplorerControllerApi list_pvby_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/pv
UiKubernetesExplorerControllerApi list_pvcby_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/pvc
UiKubernetesExplorerControllerApi list_replicasets_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/replicasets
UiKubernetesExplorerControllerApi list_secrets_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/secrets
UiKubernetesExplorerControllerApi list_services_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/services
UiKubernetesExplorerControllerApi list_statefulsets_labels_by_labels GET /cc-ui/v1/clusters/{clusterId}/k8s-explorer/statefulsets
UiMaintenanceWindowControllerApi enable_disable PUT /cc-ui/v1/maintenance-window/{clusterId}/enable-disable
UiMaintenanceWindowControllerApi get_by_cluster_id GET /cc-ui/v1/maintenance-window/{clusterId}
UiMaintenanceWindowControllerApi update2 PUT /cc-ui/v1/maintenance-window
UiMetaControllerApi get_cp_account GET /cc-ui/v1/meta/cpAccount
UiMetaControllerApi get_supported_component_version GET /cc-ui/v1/meta/components/{componentType}/supportedVersion
UiMetaControllerApi get_supported_component_versions GET /cc-ui/v1/meta/components/supportedVersion
UiNoAuthUserControllerApi reset_password_request POST /public-ui/v1/user/resetPassword
UiNoAuthUserControllerApi save_password POST /public-ui/v1/user/savePassword
UiNoAuthUserControllerApi validate_token POST /public-ui/v1/user/token/validate
UiNotificationControllerApi create_notification_channel POST /cc-ui/v1/notification/channels
UiNotificationControllerApi create_subscription1 POST /cc-ui/v1/notification/subscriptions
UiNotificationControllerApi delete_notification_channel DELETE /cc-ui/v1/notification/channels/{channelId}
UiNotificationControllerApi delete_subscription DELETE /cc-ui/v1/notification/subscriptions/{subscriptionId}
UiNotificationControllerApi edit_notification_channel PUT /cc-ui/v1/notification/channels/{channelId}
UiNotificationControllerApi edit_subscription PUT /cc-ui/v1/notification/subscriptions/{subscriptionId}
UiNotificationControllerApi get_all_channel_types GET /cc-ui/v1/notification/channelTypes
UiNotificationControllerApi get_all_channels GET /cc-ui/v1/notification/channels
UiNotificationControllerApi get_all_notification_tags GET /cc-ui/v1/notification/notificationTags
UiNotificationControllerApi get_all_notification_types GET /cc-ui/v1/notification/notificationTypes
UiNotificationControllerApi get_all_subscriptions1 GET /cc-ui/v1/notification/subscriptions
UiNotificationControllerApi get_channel GET /cc-ui/v1/notification/channels/{channelId}
UiNotificationControllerApi get_filters_for_subscriptions POST /cc-ui/v1/notification/{notificationType}/tag/{tagName}/values/
UiNotificationControllerApi get_notification_tags_for_notification_type GET /cc-ui/v1/notification/{notificationType}/tags
UiNotificationControllerApi get_subscription GET /cc-ui/v1/notification/subscriptions/{subscriptionId}
UiNotificationControllerApi get_subscription_attributes GET /cc-ui/v1/notification/notificationType/{notificationType}/attributes
UiNotificationControllerApi test_notification_channel POST /cc-ui/v1/notification/channels/test
UiOAuthControllerApi add_generic_o_auth_integration POST /cc-ui/v1/oauth/generic-oauth-integration
UiOAuthControllerApi add_integrations POST /cc-ui/v1/oauth
UiOAuthControllerApi delete_integrations DELETE /cc-ui/v1/oauth/{registrationId}
UiOAuthControllerApi edit_generic_o_auth_integration PUT /cc-ui/v1/oauth/generic-oauth-integration
UiOAuthControllerApi get_all_integrations GET /cc-ui/v1/oauth
UiOAuthControllerApi update_integrations PUT /cc-ui/v1/oauth/{registrationId}
UiOneTimeWebhookControllerApi poll_webhook GET /cc-ui/v1/onetime-webhook/poll/{webhookId}
UiOneTimeWebhookControllerApi register_webhook POST /cc-ui/v1/onetime-webhook/register
UiOpaControllerApi bulk_edit_opa_policy_state POST /cc-ui/v1/opa/enable-disable-policies
UiOpaControllerApi create_policy POST /cc-ui/v1/opa/{policyName}
UiOpaControllerApi delete_policy DELETE /cc-ui/v1/opa/{policyName}
UiOpaControllerApi edit_policy PUT /cc-ui/v1/opa/{policyName}
UiOpaControllerApi execute_policy POST /cc-ui/v1/opa/{policyName}/execute
UiOpaControllerApi get_all_policies GET /cc-ui/v1/opa
UiOpaControllerApi get_all_policy_templates GET /cc-ui/v1/opa/policy-templates
UiOpaControllerApi get_policy GET /cc-ui/v1/opa/{policyName}
UiProjectTypeControllerApi add_project_type POST /cc-ui/v1/project-types Add a new project type
UiProjectTypeControllerApi delete_project_type DELETE /cc-ui/v1/project-types/{id} Delete a project type
UiProjectTypeControllerApi get_all_project_types GET /cc-ui/v1/project-types Get all project types
UiProjectTypeControllerApi get_project_type_by_id GET /cc-ui/v1/project-types/{id} Get project type by ID
UiProjectTypeControllerApi update_project_type PUT /cc-ui/v1/project-types/{id} Update an existing project type
UiPromotionWorkflowControllerApi create_workflow POST /cc-ui/v1/workflow
UiPromotionWorkflowControllerApi delete_workflow DELETE /cc-ui/v1/workflow/{workflowId}
UiPromotionWorkflowControllerApi get_all_workflows GET /cc-ui/v1/workflow
UiPromotionWorkflowControllerApi get_default_workflow GET /cc-ui/v1/workflow/default-workflow/registration-type/{registrationType}
UiPromotionWorkflowControllerApi get_registration_specific_workflows GET /cc-ui/v1/workflow/registration-specific
UiPromotionWorkflowControllerApi get_workflow GET /cc-ui/v1/workflow/{workflowId}
UiPromotionWorkflowControllerApi get_workflows_by_stack GET /cc-ui/v1/workflow/blueprint/{stackName}
UiPromotionWorkflowControllerApi update_workflow PUT /cc-ui/v1/workflow/{workflowId}
UiQueuedReleaseControllerApi delete_by_id DELETE /cc-ui/v1/clusters/{clusterId}/queued-releases/{queuedReleaseId}
UiQueuedReleaseControllerApi get_all_queued_releases GET /cc-ui/v1/clusters/{clusterId}/queued-releases/
UiReleaseStreamControllerApi add1 POST /cc-ui/v1/release-stream
UiReleaseStreamControllerApi delete2 DELETE /cc-ui/v1/release-stream/{name}
UiReleaseStreamControllerApi get_all1 GET /cc-ui/v1/release-stream
UiResourceGroupControllerApi create POST /cc-ui/v1/resource-groups
UiResourceGroupControllerApi delete1 DELETE /cc-ui/v1/resource-groups/{resourceGroupId}
UiResourceGroupControllerApi find_all GET /cc-ui/v1/resource-groups
UiResourceGroupControllerApi get_resource_group GET /cc-ui/v1/resource-groups/{resourceGroupId}
UiResourceGroupControllerApi get_resource_groups_for_session_user GET /cc-ui/v1/resource-groups/me
UiResourceGroupControllerApi update1 PUT /cc-ui/v1/resource-groups/{resourceGroupId}
UiResourceGroupControllerApi update_all_resources PUT /cc-ui/v1/resource-groups/{resourceGroupId}/resources
UiResourceGroupControllerApi update_resource PATCH /cc-ui/v1/resource-groups/{resourceGroupId}/resources
UiResourceStatusControllerApi get_release_preview GET /cc-ui/v1/resources/{clusterId}/release-preview
UiResourceStatusControllerApi get_resource_status GET /cc-ui/v1/resources/{projectName}/{environmentName}/status
UiResourceStatusControllerApi sync_resource POST /cc-ui/v1/resources/sync
UiSettingsControllerApi add_setting_value PUT /cc-ui/v1/settings/value/{entityType}/{entityId}
UiSettingsControllerApi get_all_settings_for_entity GET /cc-ui/v1/settings/entity/{entity}
UiSettingsControllerApi get_all_settings_yaml GET /cc-ui/v1/settings/ui-yaml
UiSettingsControllerApi get_setting_value GET /cc-ui/v1/settings/value/{entityType}/{entityId}
UiSettingsControllerApi set_onboarding_display PUT /cc-ui/v1/settings/onboarding-display/{value}
UiStackControllerApi create_project POST /cc-ui/v1/stacks/project
UiStackControllerApi create_stack POST /cc-ui/v1/stacks/
UiStackControllerApi create_stack_v2 POST /cc-ui/v1/stacks/v2
UiStackControllerApi create_starter_project POST /cc-ui/v1/stacks/starter-project
UiStackControllerApi create_sub_stack POST /cc-ui/v1/stacks/substack/{substackName}
UiStackControllerApi create_subscription POST /cc-ui/v1/stacks/{stackName}/notification/subscriptions
UiStackControllerApi delete_stack DELETE /cc-ui/v1/stacks/{stackName}
UiStackControllerApi enable_git_ops PUT /cc-ui/v1/stacks/{stackName}/enable-git-ops
UiStackControllerApi get_all_clusters GET /cc-ui/v1/stacks/clusters
UiStackControllerApi get_all_subscriptions GET /cc-ui/v1/stacks/{stackName}/notification/subscriptions
UiStackControllerApi get_all_template_inputs_meta GET /cc-ui/v1/stacks/{stackName}/templateInputs/meta
UiStackControllerApi get_application GET /cc-ui/v1/stacks/{stackName}/{resourceType}/{appName}
UiStackControllerApi get_application_list GET /cc-ui/v1/stacks/{stackName}/{resourceType}/
UiStackControllerApi get_cluster_metadata_by_stack GET /cc-ui/v1/stacks/{stackName}/clusters-metadata
UiStackControllerApi get_clusters GET /cc-ui/v1/stacks/{stackName}/clusters
UiStackControllerApi get_clusters_overview GET /cc-ui/v1/stacks/{stackName}/clusters-overview
UiStackControllerApi get_clusters_with_status GET /cc-ui/v1/stacks/{stackName}/clustersWithStatus
UiStackControllerApi get_local_deployment_context GET /cc-ui/v1/stacks/{stackName}/localDeploymentContext
UiStackControllerApi get_overrides GET /cc-ui/v1/stacks/{stackName}/resourceType/{resourceType}/resourceName/{resourceName}/overrides
UiStackControllerApi get_resource_types GET /cc-ui/v1/stacks/{stackName}/suggestions/resourceType
UiStackControllerApi get_resources_by_types GET /cc-ui/v1/stacks/{stackName}/suggestions/resourceType/{resourceType}
UiStackControllerApi get_running_base_clusters GET /cc-ui/v1/stacks/running-base-clusters
UiStackControllerApi get_stack GET /cc-ui/v1/stacks/{stackName}
UiStackControllerApi get_stack_templates GET /cc-ui/v1/stacks/templates
UiStackControllerApi get_stack_with_account GET /cc-ui/v1/stacks/{stackName}/withAccount
UiStackControllerApi get_stacks GET /cc-ui/v1/stacks/
UiStackControllerApi migrate_overrides_to_git GET /cc-ui/v1/stacks/migrate-overrides
UiStackControllerApi migrate_overrides_to_git_v2 POST /cc-ui/v1/stacks/migrate-overrides-v2
UiStackControllerApi reload_stack GET /cc-ui/v1/stacks/{stackName}/reload
UiStackControllerApi save_as_template POST /cc-ui/v1/stacks/{stackName}/template
UiStackControllerApi save_as_template_v2 POST /cc-ui/v1/stacks/{stackName}/template-v2
UiStackControllerApi stack_sync_with_git GET /cc-ui/v1/stacks/{stackName}/sync-with-git/v2 Sync stack with git
UiStackControllerApi sync_resources GET /cc-ui/v1/stacks/{stackName}/sync-resources
UiStackControllerApi sync_stack_with_git GET /cc-ui/v1/stacks/{stackName}/sync-with-git
UiStackControllerApi toggle_release POST /cc-ui/v1/stacks/{stackName}/toggleRelease
UiStackControllerApi update_stack PUT /cc-ui/v1/stacks/{stackName}
UiTeamControllerApi add_team_members POST /cc-ui/v1/teams/{teamId}/members
UiTeamControllerApi get_team GET /cc-ui/v1/teams/{teamId}
UiTeamControllerApi get_team_members GET /cc-ui/v1/teams/{teamId}/members
UiTeamControllerApi get_teams GET /cc-ui/v1/teams/
UiTeamControllerApi upsert_team POST /cc-ui/v1/teams/
UiTfVersionControllerApi delete_tf_stream_for_cluster DELETE /cc-ui/v1/terraform/cluster/{clusterId}
UiTfVersionControllerApi get_all_versions GET /cc-ui/v1/terraform/versions
UiTfVersionControllerApi get_pending_migration_scripts_by_cluster_id GET /cc-ui/v1/terraform/cluster/{clusterId}/pending-migration-scripts
UiTfVersionControllerApi get_tf_stream_for_cluster GET /cc-ui/v1/terraform/cluster/{clusterId}
UiTfVersionControllerApi get_tf_versions_for_stream GET /cc-ui/v1/terraform/stream/{tfStream}/versions
UiTfVersionControllerApi populate_release_stream_tf_version_mapping POST /cc-ui/v1/terraform/sync-release-stream-mapping
UiTfVersionControllerApi set_tf_version_for_cluster PUT /cc-ui/v1/terraform/cluster/{clusterId}
UiThemeFileControllerApi save_theme_file POST /cc-ui/v1/themeFile
UiUserControllerApi analyze_access GET /cc-ui/v1/users/analyze-access
UiUserControllerApi create_token POST /cc-ui/v1/users/createAccessToken
UiUserControllerApi delete_all_logged_in_users DELETE /cc-ui/v1/users/loggedIn/session
UiUserControllerApi delete_token DELETE /cc-ui/v1/users/tokens/{tokenId}
UiUserControllerApi delete_user DELETE /cc-ui/v1/users/{userId}
UiUserControllerApi get_all_logged_in_users GET /cc-ui/v1/users/loggedIn
UiUserControllerApi get_all_system_roles GET /cc-ui/v1/users/roles
UiUserControllerApi get_all_users GET /cc-ui/v1/users/
UiUserControllerApi get_all_users_expanded GET /cc-ui/v1/users/list/users-expanded
UiUserControllerApi get_current_user GET /cc-ui/v1/users/current-user
UiUserControllerApi get_token GET /cc-ui/v1/users/tokens
UiUserControllerApi get_user GET /cc-ui/v1/users/{userId}
UiUserControllerApi get_user_expanded GET /cc-ui/v1/users/{userId}/user-expanded
UiUserControllerApi invite_users POST /cc-ui/v1/users/invite-users
UiUserControllerApi update_password POST /cc-ui/v1/users/updatePassword
UiUserGroupControllerApi create_user_group POST /cc-ui/v1/user-groups/
UiUserGroupControllerApi delete_user_group DELETE /cc-ui/v1/user-groups/{groupId}
UiUserGroupControllerApi get_all_group GET /cc-ui/v1/user-groups/
UiUserGroupControllerApi get_all_user_groups_expanded GET /cc-ui/v1/user-groups/list/groups-expanded
UiUserGroupControllerApi get_user_group GET /cc-ui/v1/user-groups/{groupId}
UiUserGroupControllerApi get_user_group_expanded GET /cc-ui/v1/user-groups/{groupId}/group-expanded
UiUserGroupControllerApi update_user_group PUT /cc-ui/v1/user-groups/
UiUserVcsTokenControllerApi add POST /cc-ui/v1/user-token
UiUserVcsTokenControllerApi delete DELETE /cc-ui/v1/user-token/{id}
UiUserVcsTokenControllerApi get_all GET /cc-ui/v1/user-token
UiUserVcsTokenControllerApi update PUT /cc-ui/v1/user-token
UiVersioningControllerApi delete_all_soft_delete_entities DELETE /cc-ui/v1/versions/softDeletedEntities/all
UiVersioningControllerApi delete_soft_delete_entity DELETE /cc-ui/v1/versions/softDeletedEntities
UiVersioningControllerApi get_version_by_id GET /cc-ui/v1/versions/id/{id}
UiVersioningControllerApi get_versions GET /cc-ui/v1/versions/{versioningKey}
UiVersioningControllerApi get_versions_paginated GET /cc-ui/v1/versions/{versioningKey}/paginated
UiVersioningControllerApi restore POST /cc-ui/v1/versions/{versionId}/restore
UiVersioningControllerApi restore_soft_delete POST /cc-ui/v1/versions/softDeletedEntities/{entityId}
UiVersioningControllerApi soft_deleted_entities GET /cc-ui/v1/versions/softDeletedEntities
UiVersioningControllerApi soft_deleted_entities_by_type GET /cc-ui/v1/versions/softDeletedEntities/{entityType}
UiWebComponentControllerApi create_component POST /cc-ui/v1/web-components
UiWebComponentControllerApi delete_component DELETE /cc-ui/v1/web-components/{webComponentId}
UiWebComponentControllerApi get_all_components GET /cc-ui/v1/web-components
UiWebComponentControllerApi get_component GET /cc-ui/v1/web-components/{webComponentId}
UiWebComponentControllerApi update_component PUT /cc-ui/v1/web-components/{webComponentId}

Documentation For Models

Documentation For Authorization

basicAuth

  • Type: HTTP basic authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facets-control-plane-sdk-1.0.1.tar.gz (512.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

facets_control_plane_sdk-1.0.1-py3-none-any.whl (1.4 MB view details)

Uploaded Python 3

File details

Details for the file facets-control-plane-sdk-1.0.1.tar.gz.

File metadata

  • Download URL: facets-control-plane-sdk-1.0.1.tar.gz
  • Upload date:
  • Size: 512.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for facets-control-plane-sdk-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e8fed9031fd5616d85920b4b88588a33fd57ddcea7a7d6d7484dae71b3654a04
MD5 f56637df5c48271ec4c8693f186cf68f
BLAKE2b-256 afa39b91a256484e5c9de34195b2bdb5be1084369e9fcd6711b4492cd65da423

See more details on using hashes here.

File details

Details for the file facets_control_plane_sdk-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for facets_control_plane_sdk-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 949cbd073cb788ab3a7cedb30dd78f6c4057bcd252a965d91cc4ab5772a874eb
MD5 5b3e2e0cd8dc5915e229937003967492
BLAKE2b-256 3788238a2570ad13bbffe75d9c69efd1b9fca69fecbb0bc67cec4b5bf280dba0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page