From 8f78378f26ddd8318998ae95a583c2b1641a00f7 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 25 Jan 2024 13:12:18 -0700 Subject: [PATCH] chore: fixed style issue --- docs/api-content/api-docs/v1/api.json | 6887 +++++++++++++++++++------ 1 file changed, 5289 insertions(+), 1598 deletions(-) diff --git a/docs/api-content/api-docs/v1/api.json b/docs/api-content/api-docs/v1/api.json index e9c36fc1df..813b9335c1 100644 --- a/docs/api-content/api-docs/v1/api.json +++ b/docs/api-content/api-docs/v1/api.json @@ -1,5 +1,7 @@ { - "consumes": ["application/json"], + "consumes": [ + "application/json" + ], "definitions": { "URLEncodedBase64": { "format": "url-encoded-base64", @@ -94,7 +96,11 @@ "clientCloud": { "default": "public", "description": "Contains configuration for Azure cloud", - "enum": ["azure-china", "azure-government", "public"], + "enum": [ + "azure-china", + "azure-government", + "public" + ], "type": "string" }, "clientId": { @@ -196,7 +202,10 @@ "x-omitempty": false } }, - "required": ["managed", "adminGroupObjectIDs"], + "required": [ + "managed", + "adminGroupObjectIDs" + ], "type": "object" }, "v1APIEndpoint": { @@ -212,7 +221,10 @@ "type": "integer" } }, - "required": ["host", "port"], + "required": [ + "host", + "port" + ], "type": "object" }, "v1APIServerAccessProfile": { @@ -369,7 +381,10 @@ "type": "integer" } }, - "required": ["host", "port"], + "required": [ + "host", + "port" + ], "type": "object" }, "v1ApiKey": { @@ -513,7 +528,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ApiProfiler": { @@ -608,7 +625,10 @@ "type": "string" } }, - "required": ["clusterName", "clusterGroupUid"], + "required": [ + "clusterName", + "clusterGroupUid" + ], "type": "object" }, "v1AppDeploymentClusterHealth": { @@ -624,7 +644,10 @@ "properties": { "deploymentClusterType": { "description": "Application deployment source cluster type[ \"virtualCluster\", \"hostCluster\" ]", - "enum": ["virtual", "host"], + "enum": [ + "virtual", + "host" + ], "type": "string" }, "name": { @@ -643,7 +666,10 @@ "properties": { "deploymentClusterType": { "description": "Application deployment source cluster type[ \"virtualCluster\", \"hostCluster\" ]", - "enum": ["virtual", "host"], + "enum": [ + "virtual", + "host" + ], "type": "string" }, "name": { @@ -727,7 +753,9 @@ "type": "string" } }, - "required": ["appProfileUid"], + "required": [ + "appProfileUid" + ], "type": "object" }, "v1AppDeploymentProfileMeta": { @@ -823,7 +851,11 @@ "type": "object" }, "v1AppDeploymentSortFields": { - "enum": ["appDeploymentName", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "appDeploymentName", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -1007,7 +1039,9 @@ "type": "string" } }, - "required": ["clusterUid"], + "required": [ + "clusterUid" + ], "type": "object" }, "v1AppDeploymentsFilterSpec": { @@ -1147,7 +1181,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1AppProfileCloneTarget": { @@ -1207,7 +1243,9 @@ "type": "string" } }, - "required": ["metadata"], + "required": [ + "metadata" + ], "type": "object" }, "v1AppProfileMetaUpdateEntity": { @@ -1247,7 +1285,11 @@ "type": "object" }, "v1AppProfileSortFields": { - "enum": ["profileName", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "profileName", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -1500,7 +1542,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1AppTierManifests": { @@ -1688,7 +1732,12 @@ }, "v1AppTierType": { "default": "manifest", - "enum": ["manifest", "helm", "operator-instance", "container"], + "enum": [ + "manifest", + "helm", + "operator-instance", + "container" + ], "type": "string" }, "v1AppTierUpdateEntity": { @@ -1749,7 +1798,10 @@ }, "v1ArchType": { "default": "amd64", - "enum": ["amd64", "arm64"], + "enum": [ + "amd64", + "arm64" + ], "type": "string" }, "v1AsyncOperationIdEntity": { @@ -1810,7 +1862,11 @@ "description": "Audit actor object", "properties": { "actorType": { - "enum": ["user", "system", "service"], + "enum": [ + "user", + "system", + "service" + ], "type": "string" }, "project": { @@ -1856,7 +1912,9 @@ "type": "string" } }, - "required": ["uid"], + "required": [ + "uid" + ], "type": "object" }, "v1AuditSpec": { @@ -1867,7 +1925,13 @@ "type": "string" }, "actionType": { - "enum": ["create", "update", "delete", "publish", "deploy"], + "enum": [ + "create", + "update", + "delete", + "publish", + "deploy" + ], "type": "string" }, "actor": { @@ -1914,7 +1978,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1AuthAllyTokenRequest": { @@ -1956,7 +2022,10 @@ "type": "string" } }, - "required": ["edgeAuthToken", "edgeHostUid"], + "required": [ + "edgeAuthToken", + "edgeHostUid" + ], "type": "object" }, "v1AuthJetKeyRequest": { @@ -1968,7 +2037,10 @@ "type": "string" } }, - "required": ["allyAuthToken", "hostClusterUid"], + "required": [ + "allyAuthToken", + "hostClusterUid" + ], "type": "object" }, "v1AuthLogin": { @@ -1994,7 +2066,10 @@ "description": "Auth login entity", "properties": { "authType": { - "enum": ["password", "sso"], + "enum": [ + "password", + "sso" + ], "type": "string" }, "orgName": { @@ -2015,7 +2090,10 @@ }, "authType": { "description": "Deprecated.", - "enum": ["password", "sso"], + "enum": [ + "password", + "sso" + ], "type": "string" }, "orgName": { @@ -2208,7 +2286,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1AwsAmiReference": { @@ -2216,7 +2296,10 @@ "properties": { "eksOptimizedLookupType": { "description": "EKSOptimizedLookupType If specified, will look up an EKS Optimized image in SSM Parameter store", - "enum": ["AmazonLinux", "AmazonLinuxGPU"], + "enum": [ + "AmazonLinux", + "AmazonLinuxGPU" + ], "type": "string" }, "id": { @@ -2254,7 +2337,9 @@ "type": "array" } }, - "required": ["zones"], + "required": [ + "zones" + ], "type": "object" }, "v1AwsCloudAccount": { @@ -2270,7 +2355,10 @@ "partition": { "default": "aws", "description": "AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values", - "enum": ["aws", "aws-us-gov"], + "enum": [ + "aws", + "aws-us-gov" + ], "type": "string" }, "policyARNs": { @@ -2294,7 +2382,10 @@ "v1AwsCloudAccountCredentialType": { "default": "secret", "description": "Allowed Values [secret, sts]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account.", - "enum": ["secret", "sts"], + "enum": [ + "secret", + "sts" + ], "type": "string" }, "v1AwsCloudClusterConfigEntity": { @@ -2400,7 +2491,9 @@ "$ref": "#/definitions/v1AwsCloudCostSpecFilter" } }, - "required": ["credentials"], + "required": [ + "credentials" + ], "type": "object" }, "v1AwsCloudCostSpecFilter": { @@ -2417,7 +2510,9 @@ "$ref": "#/definitions/v1Time" } }, - "required": ["startTime"], + "required": [ + "startTime" + ], "type": "object" }, "v1AwsCloudCostSummary": { @@ -2485,7 +2580,9 @@ "type": "string" } }, - "required": ["region"], + "required": [ + "region" + ], "type": "object" }, "v1AwsCreditAccount": { @@ -2611,7 +2708,10 @@ "type": "string" } }, - "required": ["keyId", "keyArn"], + "required": [ + "keyId", + "keyArn" + ], "type": "object" }, "v1AwsKmsKeyEntity": { @@ -2642,7 +2742,9 @@ "type": "array" } }, - "required": ["kmsKeys"], + "required": [ + "kmsKeys" + ], "type": "object" }, "v1AwsLaunchTemplate": { @@ -2725,7 +2827,10 @@ "capacityType": { "default": "on-demand", "description": "EC2 instance capacity type", - "enum": ["on-demand", "spot"], + "enum": [ + "on-demand", + "spot" + ], "type": "string" }, "instanceType": { @@ -2750,7 +2855,9 @@ "type": "array" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1AwsMachinePoolConfig": { @@ -2786,7 +2893,10 @@ "capacityType": { "default": "on-demand", "description": "EC2 instance capacity type", - "enum": ["on-demand", "spot"], + "enum": [ + "on-demand", + "spot" + ], "type": "string" }, "instanceConfig": { @@ -2868,7 +2978,9 @@ "x-omitempty": false } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1AwsMachinePoolConfigEntity": { @@ -2880,7 +2992,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1AwsMachineSpec": { @@ -2930,7 +3044,11 @@ "type": "string" } }, - "required": ["instanceType", "vpcId", "ami"], + "required": [ + "instanceType", + "vpcId", + "ami" + ], "type": "object" }, "v1AwsMachines": { @@ -2947,7 +3065,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1AwsNic": { @@ -2972,7 +3092,10 @@ "v1AwsPartition": { "default": "aws", "description": "AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values", - "enum": ["aws", "aws-us-gov"], + "enum": [ + "aws", + "aws-us-gov" + ], "type": "string" }, "v1AwsPolicies": { @@ -2984,7 +3107,9 @@ "type": "array" } }, - "required": ["policies"], + "required": [ + "policies" + ], "type": "object" }, "v1AwsPolicyArnsSpec": { @@ -3000,7 +3125,10 @@ "type": "array" } }, - "required": ["policyArns", "account"], + "required": [ + "policyArns", + "account" + ], "type": "object" }, "v1AwsRegion": { @@ -3031,7 +3159,9 @@ "type": "array" } }, - "required": ["regions"], + "required": [ + "regions" + ], "type": "object" }, "v1AwsResourceFilter": { @@ -3125,7 +3255,11 @@ "type": "string" } }, - "required": ["credentials", "bucket", "region"], + "required": [ + "credentials", + "bucket", + "region" + ], "type": "object" }, "v1AwsSecurityGroups": { @@ -3137,7 +3271,9 @@ "type": "array" } }, - "required": ["groups"], + "required": [ + "groups" + ], "type": "object" }, "v1AwsSecuritygroup": { @@ -3281,7 +3417,9 @@ "type": "string" } }, - "required": ["vpcId"], + "required": [ + "vpcId" + ], "type": "object" }, "v1AwsVpcs": { @@ -3294,7 +3432,9 @@ "type": "array" } }, - "required": ["vpcs"], + "required": [ + "vpcs" + ], "type": "object" }, "v1AzValidateEntity": { @@ -3354,7 +3494,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1AzureAvailabilityZone": { @@ -3372,7 +3514,12 @@ "azureEnvironment": { "default": "AzurePublicCloud", "description": "Contains configuration for Azure cloud", - "enum": ["AzureChinaCloud", "AzurePublicCloud", "AzureUSGovernment", "AzureUSGovernmentCloud"], + "enum": [ + "AzureChinaCloud", + "AzurePublicCloud", + "AzureUSGovernment", + "AzureUSGovernmentCloud" + ], "type": "string" }, "clientId": { @@ -3396,7 +3543,11 @@ "type": "string" } }, - "required": ["tenantId", "clientId", "clientSecret"], + "required": [ + "tenantId", + "clientId", + "clientSecret" + ], "type": "object" }, "v1AzureCloudClusterConfigEntity": { @@ -3547,7 +3698,11 @@ "description": "Subnet for Kubernetes worker node" } }, - "required": ["subscriptionId", "location", "sshKey"], + "required": [ + "subscriptionId", + "location", + "sshKey" + ], "type": "object" }, "v1AzureGroup": { @@ -3574,7 +3729,9 @@ "type": "array" } }, - "required": ["groups"], + "required": [ + "groups" + ], "type": "object" }, "v1AzureImage": { @@ -3754,7 +3911,9 @@ "x-omitempty": false } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1AzureMachinePoolConfigEntity": { @@ -3769,7 +3928,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1AzureMachineSpec": { @@ -3809,7 +3970,11 @@ "type": "string" } }, - "required": ["instanceType", "location", "osDisk"], + "required": [ + "instanceType", + "location", + "osDisk" + ], "type": "object" }, "v1AzureMachineSpecAvailabilityZone": { @@ -3871,7 +4036,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1AzureManagedMachinePoolConfig": { @@ -3984,7 +4151,9 @@ "type": "array" } }, - "required": ["regions"], + "required": [ + "regions" + ], "type": "object" }, "v1AzureResourceGroupList": { @@ -4047,7 +4216,12 @@ "type": "string" } }, - "required": ["resourceGroup", "containerName", "storageName", "credentials"], + "required": [ + "resourceGroup", + "containerName", + "storageName", + "credentials" + ], "type": "object" }, "v1AzureStorageContainers": { @@ -4264,7 +4438,11 @@ }, "providerType": { "default": "helm", - "enum": ["helm", "zarf", "pack"], + "enum": [ + "helm", + "zarf", + "pack" + ], "type": "string" }, "registryUid": { @@ -4275,7 +4453,10 @@ "type": "string" } }, - "required": ["endpoint", "auth"], + "required": [ + "endpoint", + "auth" + ], "type": "object" }, "v1Billing": { @@ -4351,7 +4532,9 @@ "uniqueItems": true } }, - "required": ["uids"] + "required": [ + "uids" + ] }, "v1BulkDeleteResponse": { "properties": { @@ -4534,7 +4717,11 @@ "$ref": "#/definitions/v1AlertNotificationStatus" }, "type": { - "enum": ["email", "app", "http"], + "enum": [ + "email", + "app", + "http" + ], "type": "string" }, "uid": { @@ -4643,7 +4830,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CloudAccountsPatch": { @@ -4665,13 +4854,19 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CloudCategory": { "default": "cloud", "description": "Cloud category description", - "enum": ["datacenter", "cloud", "edge"], + "enum": [ + "datacenter", + "cloud", + "edge" + ], "type": "string" }, "v1CloudConfigMeta": { @@ -4759,7 +4954,16 @@ "$ref": "#/definitions/v1MachineHealth" }, "instanceState": { - "enum": ["Pending", "Provisioning", "Provisioned", "Running", "Deleting", "Deleted", "Failed", "Unknown"], + "enum": [ + "Pending", + "Provisioning", + "Provisioned", + "Running", + "Deleting", + "Deleted", + "Failed", + "Unknown" + ], "type": "string" }, "maintenanceStatus": { @@ -4896,7 +5100,9 @@ "type": "string" } }, - "required": ["locationType"] + "required": [ + "locationType" + ] }, "v1ClusterBackupSpec": { "description": "Cluster Backup Spec", @@ -5097,7 +5303,12 @@ "description": "Cluster compliance scan specification", "properties": { "format": { - "enum": ["cyclonedx-json", "github-json", "spdx-json", "syft-json"], + "enum": [ + "cyclonedx-json", + "github-json", + "spdx-json", + "syft-json" + ], "type": "string" }, "labelSelector": { @@ -5113,7 +5324,12 @@ "type": "string" }, "scope": { - "enum": ["cluster", "namespace", "label-selector", "pod"], + "enum": [ + "cluster", + "namespace", + "label-selector", + "pod" + ], "type": "string" } } @@ -5155,7 +5371,10 @@ "type": "string" } }, - "required": ["type", "status"], + "required": [ + "type", + "status" + ], "type": "object" }, "v1ClusterConfig": { @@ -5301,7 +5520,12 @@ }, "v1ClusterFipsMode": { "default": "none", - "enum": ["full", "none", "partial", "unknown"], + "enum": [ + "full", + "none", + "partial", + "unknown" + ], "type": "string" }, "v1ClusterGroup": { @@ -5346,7 +5570,10 @@ "properties": { "endpointType": { "description": "Host cluster endpoint type", - "enum": ["Ingress", "LoadBalancer"], + "enum": [ + "Ingress", + "LoadBalancer" + ], "type": "string" }, "hostClustersConfig": { @@ -5475,7 +5702,9 @@ "$ref": "#/definitions/v1ClusterGroupClustersConfig" }, "type": { - "enum": ["hostCluster"], + "enum": [ + "hostCluster" + ], "type": "string" } } @@ -5500,7 +5729,9 @@ "type": "array" }, "type": { - "enum": ["hostCluster"], + "enum": [ + "hostCluster" + ], "type": "string" } } @@ -5539,7 +5770,10 @@ "description": "Deprecated" }, "endpointType": { - "enum": ["Ingress", "LoadBalancer"], + "enum": [ + "Ingress", + "LoadBalancer" + ], "type": "string" }, "hostClusters": { @@ -5587,7 +5821,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterGroupsHostClusterSummary": { @@ -5600,7 +5836,9 @@ "uniqueItems": true } }, - "required": ["summaries"], + "required": [ + "summaries" + ], "type": "object" }, "v1ClusterHelmChart": { @@ -5722,7 +5960,10 @@ }, "v1ClusterKubernetesDistroType": { "default": "k3s", - "enum": ["k3s", "cncf_k8s"], + "enum": [ + "k3s", + "cncf_k8s" + ], "type": "string" }, "v1ClusterLocation": { @@ -5811,7 +6052,10 @@ "mode": { "default": "cluster", "description": "Accepted Values - [\"cluster\", \"app\"]. if \"app\" then logs will be fetched from the virtual cluster", - "enum": ["cluster", "app"], + "enum": [ + "cluster", + "app" + ], "type": "string" }, "noOfLines": { @@ -6035,7 +6279,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterNamespaceResourcesUpdateEntity": { @@ -6222,7 +6468,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1ClusterProfileCloneTarget": { @@ -6236,7 +6484,9 @@ "$ref": "#/definitions/v1Scope" } }, - "required": ["scope"], + "required": [ + "scope" + ], "type": "object" }, "v1ClusterProfileEntity": { @@ -6382,7 +6632,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterProfilePackManifests": { @@ -6433,7 +6685,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterProfilePacksEntity": { @@ -6474,11 +6728,21 @@ "type": "object" }, "v1ClusterProfileScope": { - "enum": ["system", "tenant", "project"], + "enum": [ + "system", + "tenant", + "project" + ], "type": "string" }, "v1ClusterProfileSortFields": { - "enum": ["profileName", "environment", "profileType", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "profileName", + "environment", + "profileType", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -6846,7 +7110,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterProfilesFilterSpec": { @@ -6874,7 +7140,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterProfilesSummary": { @@ -6890,7 +7158,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterProxySpec": { @@ -6951,7 +7221,10 @@ "uniqueItems": true }, "type": { - "enum": ["RoleBinding", "ClusterRoleBinding"], + "enum": [ + "RoleBinding", + "ClusterRoleBinding" + ], "type": "string" } }, @@ -7030,7 +7303,11 @@ "type": "string" }, "type": { - "enum": ["User", "Group", "ServiceAccount"], + "enum": [ + "User", + "Group", + "ServiceAccount" + ], "type": "string" } }, @@ -7046,7 +7323,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterRefs": { @@ -7061,12 +7340,22 @@ } }, "v1ClusterRepaveSource": { - "enum": ["user", "hubble", "palette", "stylus"], + "enum": [ + "user", + "hubble", + "palette", + "stylus" + ], "type": "string" }, "v1ClusterRepaveState": { "default": "Pending", - "enum": ["Pending", "Approved", "InProgress", "Completed"], + "enum": [ + "Pending", + "Approved", + "InProgress", + "Completed" + ], "type": "string" }, "v1ClusterRepaveStatus": { @@ -7183,7 +7472,11 @@ "type": "boolean" } }, - "required": ["backupRequestUid", "backupName", "destinationClusterUid"] + "required": [ + "backupRequestUid", + "backupName", + "destinationClusterUid" + ] }, "v1ClusterRestoreSpec": { "description": "Cluster Restore Spec", @@ -7234,7 +7527,10 @@ "description": "Cluster role ref", "properties": { "kind": { - "enum": ["Role", "ClusterRole"], + "enum": [ + "Role", + "ClusterRole" + ], "type": "string" }, "name": { @@ -7358,7 +7654,15 @@ } }, "v1ClusterState": { - "enum": ["Pending", "Provisioning", "Running", "Deleting", "Deleted", "Error", "Importing"], + "enum": [ + "Pending", + "Provisioning", + "Running", + "Deleting", + "Deleted", + "Error", + "Importing" + ], "type": "string" }, "v1ClusterSyftLogStatus": { @@ -7396,7 +7700,10 @@ "v1ClusterUpgradeSettingsEntity": { "properties": { "spectroComponents": { - "enum": ["lock", "unlock"], + "enum": [ + "lock", + "unlock" + ], "type": "string" } } @@ -7442,7 +7749,9 @@ "$ref": "#/definitions/v1ClusterVirtualMachineStatus" } }, - "required": ["spec"] + "required": [ + "spec" + ] }, "v1ClusterVirtualMachineList": { "description": "VirtualMachineList is a list of virtual machines", @@ -7465,7 +7774,9 @@ "$ref": "#/definitions/v1VmListMeta" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ClusterVirtualMachineSpec": { @@ -7496,7 +7807,9 @@ "$ref": "#/definitions/v1VmVirtualMachineInstanceTemplateSpec" } }, - "required": ["template"], + "required": [ + "template" + ], "type": "object" }, "v1ClusterVirtualMachineStatus": { @@ -8351,7 +8664,10 @@ }, "protocol": { "description": "Describes the system's reverse proxy server protocol. Possible values [https, http]", - "enum": ["http", "https"], + "enum": [ + "http", + "https" + ], "type": "string" }, "server": { @@ -8415,7 +8731,11 @@ }, "type": { "description": "VIP or External", - "enum": ["VIP", "External", "DDNS"], + "enum": [ + "VIP", + "External", + "DDNS" + ], "type": "string" } }, @@ -8462,7 +8782,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CoxEdgeBaseUrls": { @@ -8475,7 +8797,9 @@ "type": "array" } }, - "required": ["baseUrls"], + "required": [ + "baseUrls" + ], "type": "object" }, "v1CoxEdgeCloudAccount": { @@ -8502,7 +8826,10 @@ "type": "string" } }, - "required": ["apiBaseUrl", "apiKey"], + "required": [ + "apiBaseUrl", + "apiKey" + ], "type": "object" }, "v1CoxEdgeCloudClusterConfigEntity": { @@ -8592,7 +8919,10 @@ "type": "array" } }, - "required": ["sshAuthorizedKeys", "coxEdgeLoadBalancerConfig"], + "required": [ + "sshAuthorizedKeys", + "coxEdgeLoadBalancerConfig" + ], "type": "object" }, "v1CoxEdgeCredentials": { @@ -8669,7 +8999,9 @@ "type": "array" } }, - "required": ["environments"], + "required": [ + "environments" + ], "type": "object" }, "v1CoxEdgeEnvironmentsRequest": { @@ -8867,7 +9199,9 @@ "type": "boolean" } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1CoxEdgeMachinePoolConfigEntity": { @@ -8879,7 +9213,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1CoxEdgeMachineSpec": { @@ -8938,7 +9274,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CoxEdgeOrganization": { @@ -8969,7 +9307,9 @@ "type": "array" } }, - "required": ["organizations"], + "required": [ + "organizations" + ], "type": "object" }, "v1CoxEdgePort": { @@ -9014,13 +9354,18 @@ "type": "array" } }, - "required": ["regions"], + "required": [ + "regions" + ], "type": "object" }, "v1CoxEdgeSecurityGroupRule": { "properties": { "action": { - "enum": ["block", "allow"], + "enum": [ + "block", + "allow" + ], "type": "string" }, "description": { @@ -9030,7 +9375,15 @@ "type": "string" }, "protocol": { - "enum": ["TCP", "UDP", "TCP_UDP", "ESP", "AH", "ICMP", "GRE"], + "enum": [ + "TCP", + "UDP", + "TCP_UDP", + "ESP", + "AH", + "ICMP", + "GRE" + ], "type": "string" }, "source": { @@ -9069,7 +9422,9 @@ "type": "array" } }, - "required": ["services"], + "required": [ + "services" + ], "type": "object" }, "v1CustomAccount": { @@ -9120,7 +9475,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CustomCloudAccount": { @@ -9133,7 +9490,9 @@ "type": "object" } }, - "required": ["credentials"], + "required": [ + "credentials" + ], "type": "object" }, "v1CustomCloudClusterConfigEntity": { @@ -9331,7 +9690,9 @@ "type": "string" } }, - "required": ["values"], + "required": [ + "values" + ], "type": "object" }, "v1CustomClusterConfigEntity": { @@ -9469,7 +9830,9 @@ "type": "string" } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1CustomMachinePoolConfigEntity": { @@ -9481,7 +9844,9 @@ "$ref": "#/definitions/v1CustomMachinePoolBaseConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1CustomMachineSpec": { @@ -9524,7 +9889,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1CustomNic": { @@ -9726,7 +10093,9 @@ "type": "string" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1DataSinkConfig": { @@ -9759,7 +10128,9 @@ "$ref": "#/definitions/v1CloudWatch" }, "type": { - "enum": ["cloudwatch"], + "enum": [ + "cloudwatch" + ], "type": "string" } }, @@ -9775,7 +10146,10 @@ "type": "string" }, "mode": { - "enum": ["FileSystem", "Ftp"], + "enum": [ + "FileSystem", + "Ftp" + ], "type": "string" } }, @@ -9854,7 +10228,10 @@ "archType": { "default": "amd64", "description": "Architecture type of the edge host", - "enum": ["arm64", "amd64"], + "enum": [ + "arm64", + "amd64" + ], "type": "string" }, "cpu": { @@ -10012,7 +10389,10 @@ }, "providerType": { "default": "helm", - "enum": ["helm", "pack"], + "enum": [ + "helm", + "pack" + ], "type": "string" }, "registryUid": { @@ -10026,7 +10406,10 @@ "$ref": "#/definitions/v1TlsConfiguration" } }, - "required": ["endpoint", "isPrivate"], + "required": [ + "endpoint", + "isPrivate" + ], "type": "object" }, "v1EdgeCloudClusterConfigEntity": { @@ -10070,7 +10453,10 @@ "type": "array" } }, - "required": ["clusterConfig", "machinePoolConfig"], + "required": [ + "clusterConfig", + "machinePoolConfig" + ], "type": "object" }, "v1EdgeCloudConfigStatus": { @@ -10155,7 +10541,10 @@ "x-omitempty": false } }, - "required": ["hostUid", "hostAddress"], + "required": [ + "hostUid", + "hostAddress" + ], "type": "object" }, "v1EdgeHostCloudProperties": { @@ -10255,7 +10644,11 @@ }, "type": { "description": "Cloudtype of the provisioned edge host", - "enum": ["libvirt", "vsphere", "edge-native"], + "enum": [ + "libvirt", + "vsphere", + "edge-native" + ], "type": "string" }, "version": { @@ -10302,7 +10695,11 @@ "type": "string" }, "state": { - "enum": ["ready", "unpaired", "in-use"], + "enum": [ + "ready", + "unpaired", + "in-use" + ], "type": "string" } }, @@ -10321,7 +10718,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EdgeHostHealth": { @@ -10334,7 +10733,10 @@ "type": "string" }, "state": { - "enum": ["healthy", "unhealthy"], + "enum": [ + "healthy", + "unhealthy" + ], "type": "string" } } @@ -10365,7 +10767,11 @@ "$ref": "#/definitions/v1ArchType" }, "edgeHostType": { - "enum": ["libvirt", "edge-native", "vsphere"], + "enum": [ + "libvirt", + "edge-native", + "vsphere" + ], "type": "string" }, "healthState": { @@ -10392,11 +10798,17 @@ }, "networkType": { "description": "NetworkType specifies the type of network", - "enum": ["default", "bridge"], + "enum": [ + "default", + "bridge" + ], "type": "string" } }, - "required": ["networkName", "networkType"], + "required": [ + "networkName", + "networkType" + ], "type": "object" }, "v1EdgeHostProperties": { @@ -10442,7 +10854,11 @@ } }, "v1EdgeHostState": { - "enum": ["ready", "unpaired", "in-use"], + "enum": [ + "ready", + "unpaired", + "in-use" + ], "type": "string" }, "v1EdgeHostStoragePool": { @@ -10520,7 +10936,12 @@ } }, "v1EdgeHostsMetadataSortFields": { - "enum": ["name", "state", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "name", + "state", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -10584,7 +11005,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EdgeHostsSearchSummary": { @@ -10600,7 +11023,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EdgeInstanceType": { @@ -10617,7 +11042,10 @@ "type": "integer" } }, - "required": ["numCPUs", "memoryInMB"], + "required": [ + "numCPUs", + "memoryInMB" + ], "type": "object" }, "v1EdgeMachine": { @@ -10648,7 +11076,9 @@ "uniqueItems": true } }, - "required": ["edgeHosts"] + "required": [ + "edgeHosts" + ] }, "v1EdgeMachinePoolConfig": { "properties": { @@ -10726,7 +11156,9 @@ "type": "boolean" } }, - "required": ["hosts"], + "required": [ + "hosts" + ], "type": "object" }, "v1EdgeMachinePoolConfigEntity": { @@ -10760,7 +11192,10 @@ "type": "string" } }, - "required": ["hostUid", "hostAddress"], + "required": [ + "hostUid", + "hostAddress" + ], "type": "object" }, "v1EdgeMachinePoolHostEntity": { @@ -10769,7 +11204,9 @@ "type": "string" } }, - "required": ["hostUid"] + "required": [ + "hostUid" + ] }, "v1EdgeMachinePoolHostIdentity": { "properties": { @@ -10823,7 +11260,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EdgeMount": { @@ -10878,7 +11317,10 @@ "type": "array" } }, - "required": ["clusterConfig", "machinePoolConfig"], + "required": [ + "clusterConfig", + "machinePoolConfig" + ], "type": "object" }, "v1EdgeNativeCloudConfigStatus": { @@ -10998,7 +11440,10 @@ "type": "string" } }, - "required": ["hostUid", "hostAddress"], + "required": [ + "hostUid", + "hostAddress" + ], "type": "object" }, "v1EdgeNativeInstanceType": { @@ -11053,7 +11498,9 @@ "uniqueItems": true } }, - "required": ["edgeHosts"] + "required": [ + "edgeHosts" + ] }, "v1EdgeNativeMachinePoolConfig": { "properties": { @@ -11137,7 +11584,9 @@ "type": "boolean" } }, - "required": ["hosts"], + "required": [ + "hosts" + ], "type": "object" }, "v1EdgeNativeMachinePoolConfigEntity": { @@ -11180,7 +11629,9 @@ "type": "string" } }, - "required": ["hostUid"] + "required": [ + "hostUid" + ] }, "v1EdgeNativeMachineSpec": { "description": "EdgeNative cloud VM definition spec", @@ -11212,7 +11663,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EdgeNativeNic": { @@ -11415,7 +11868,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EksAddon": { @@ -11438,7 +11893,10 @@ "type": "string" } }, - "required": ["name", "version"], + "required": [ + "name", + "version" + ], "type": "object" }, "v1EksCloudClusterConfigEntity": { @@ -11530,7 +11988,9 @@ "type": "string" } }, - "required": ["region"], + "required": [ + "region" + ], "type": "object" }, "v1EksClusterConfigEndpointAccess": { @@ -11587,7 +12047,10 @@ "capacityType": { "default": "on-demand", "description": "EC2 instance capacity type", - "enum": ["on-demand", "spot"], + "enum": [ + "on-demand", + "spot" + ], "type": "string" }, "enableAwsLaunchTemplate": { @@ -11646,7 +12109,10 @@ "capacityType": { "default": "on-demand", "description": "EC2 instance capacity type", - "enum": ["on-demand", "spot"], + "enum": [ + "on-demand", + "spot" + ], "type": "string" }, "enableAwsLaunchTemplate": { @@ -11732,7 +12198,9 @@ "x-omitempty": false } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1EksMachinePoolConfigEntity": { @@ -11817,7 +12285,10 @@ "description": "Object for which the event is related", "properties": { "kind": { - "enum": ["spectrocluster", "edgehost"], + "enum": [ + "spectrocluster", + "edgehost" + ], "type": "string" }, "name": { @@ -11859,7 +12330,9 @@ "description": "Describes the meta information about the component event lists" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1EventsRelatedObjectsEntity": { @@ -11873,7 +12346,9 @@ "uniqueItems": true } }, - "required": ["relatedObjectUids"], + "required": [ + "relatedObjectUids" + ], "type": "object" }, "v1FargateProfile": { @@ -11905,7 +12380,9 @@ "type": "array" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1FargateSelector": { @@ -11923,7 +12400,9 @@ "type": "string" } }, - "required": ["namespace"], + "required": [ + "namespace" + ], "type": "object" }, "v1FileUploadResponse": { @@ -12126,7 +12605,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1FiltersSummary": { @@ -12142,7 +12623,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1FipsSettings": { @@ -12298,7 +12781,10 @@ "type": "string" } }, - "required": ["credentials", "bucketName"], + "required": [ + "credentials", + "bucketName" + ], "type": "object" }, "v1GcpAccountSpec": { @@ -12341,7 +12827,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1GcpCloudAccountValidateEntity": { @@ -12459,7 +12947,10 @@ "type": "string" } }, - "required": ["project", "region"], + "required": [ + "project", + "region" + ], "type": "object" }, "v1GcpImage": { @@ -12556,7 +13047,9 @@ "type": "array" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1GcpMachinePoolConfig": { @@ -12657,7 +13150,10 @@ "type": "boolean" } }, - "required": ["isControlPlane", "instanceType"], + "required": [ + "isControlPlane", + "instanceType" + ], "type": "object" }, "v1GcpMachinePoolConfigEntity": { @@ -12669,7 +13165,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1GcpMachineSpec": { @@ -12704,7 +13202,9 @@ "type": "string" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1GcpMachines": { @@ -12721,7 +13221,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1GcpManagedClusterConfig": { @@ -12854,7 +13356,10 @@ "description": "GCP cloud account credentials" } }, - "required": ["bucketName", "credentials"], + "required": [ + "bucketName", + "credentials" + ], "type": "object" }, "v1GcpStorageTypes": { @@ -13051,7 +13556,9 @@ "type": "boolean" } }, - "required": ["isControlPlane"], + "required": [ + "isControlPlane" + ], "type": "object" }, "v1GenericMachinePoolConfigEntity": { @@ -13101,7 +13608,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1GenericNic": { @@ -13353,7 +13862,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1HelmRegistriesSummary": { @@ -13370,7 +13881,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1HelmRegistry": { @@ -13443,7 +13956,10 @@ "type": "string" } }, - "required": ["endpoint", "auth"], + "required": [ + "endpoint", + "auth" + ], "type": "object" }, "v1HelmRegistrySpecEntity": { @@ -13468,7 +13984,10 @@ "type": "string" } }, - "required": ["endpoint", "auth"], + "required": [ + "endpoint", + "auth" + ], "type": "object" }, "v1HelmRegistrySpecSummary": { @@ -13564,7 +14083,10 @@ }, "type": { "description": "is enabled as host cluster", - "enum": ["Ingress", "LoadBalancer"], + "enum": [ + "Ingress", + "LoadBalancer" + ], "type": "string" } } @@ -13587,7 +14109,13 @@ }, "op": { "description": "The operation to be performed", - "enum": ["add", "remove", "replace", "move", "copy"], + "enum": [ + "add", + "remove", + "replace", + "move", + "copy" + ], "type": "string" }, "path": { @@ -13599,7 +14127,10 @@ "type": "object" } }, - "required": ["op", "path"], + "required": [ + "op", + "path" + ], "type": "object" }, "v1HubbleInfo": { @@ -13676,7 +14207,9 @@ "properties": { "importMode": { "description": "If the importMode is empty then cluster is imported with full permission mode. By default importMode is empty and cluster is imported in full permission mode.", - "enum": ["read-only"], + "enum": [ + "read-only" + ], "type": "string" }, "proxy": { @@ -13789,7 +14322,10 @@ }, "os": { "description": "Os associated with instance price. Allowed values - [linux, windows]", - "enum": ["linux", "windows"], + "enum": [ + "linux", + "windows" + ], "type": "string" }, "spot": { @@ -13908,7 +14444,11 @@ "type": "array" }, "plantype": { - "enum": ["Trial", "MonthlyOnDemand", "AnnualSubscription"], + "enum": [ + "Trial", + "MonthlyOnDemand", + "AnnualSubscription" + ], "type": "string" }, "slaCredits": { @@ -14063,7 +14603,9 @@ "description": "Month for which invoice is generated" }, "paymentUnit": { - "enum": ["usd"], + "enum": [ + "usd" + ], "type": "string" }, "plan": { @@ -14079,7 +14621,12 @@ "type": "string" }, "state": { - "enum": ["Paid", "PaymentPending", "PaymentInProgress", "PaymentFailed"], + "enum": [ + "Paid", + "PaymentPending", + "PaymentInProgress", + "PaymentFailed" + ], "type": "string" }, "timestamp": { @@ -14134,7 +14681,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["invoices"], + "required": [ + "invoices" + ], "type": "object" }, "v1IpPoolEntity": { @@ -14181,7 +14730,9 @@ "type": "boolean" } }, - "required": ["pool"], + "required": [ + "pool" + ], "type": "object" } }, @@ -14221,7 +14772,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1JWKResponse": { @@ -14330,11 +14883,20 @@ "type": "string" }, "status": { - "enum": ["Completed", "InProgress", "Failed", "Initiated"], + "enum": [ + "Completed", + "InProgress", + "Failed", + "Initiated" + ], "type": "string" } }, - "required": ["requestUid", "status", "reports"] + "required": [ + "requestUid", + "status", + "reports" + ] }, "v1KubeBenchLog": { "description": "Compliance Scan KubeBench Log", @@ -14467,11 +15029,20 @@ "type": "string" }, "status": { - "enum": ["Completed", "InProgress", "Failed", "Initiated"], + "enum": [ + "Completed", + "InProgress", + "Failed", + "Initiated" + ], "type": "string" } }, - "required": ["requestUid", "status", "reports"] + "required": [ + "requestUid", + "status", + "reports" + ] }, "v1KubeHunterLog": { "description": "Compliance Scan KubeHunter Log", @@ -14649,7 +15220,10 @@ "type": "array" } }, - "required": ["clusterConfig", "machinePoolConfig"], + "required": [ + "clusterConfig", + "machinePoolConfig" + ], "type": "object" }, "v1LibvirtCloudConfigStatus": { @@ -14734,7 +15308,9 @@ "type": "integer" } }, - "required": ["sizeInGB"], + "required": [ + "sizeInGB" + ], "type": "object" }, "v1LibvirtHostIdentity": { @@ -14802,7 +15378,10 @@ "type": "integer" } }, - "required": ["numCPUs", "memoryInMB"], + "required": [ + "numCPUs", + "memoryInMB" + ], "type": "object" }, "v1LibvirtMachine": { @@ -14852,7 +15431,11 @@ "type": "string" } }, - "required": ["instanceType", "placements", "rootDiskInGB"] + "required": [ + "instanceType", + "placements", + "rootDiskInGB" + ] }, "v1LibvirtMachinePoolConfig": { "properties": { @@ -14951,7 +15534,11 @@ "type": "string" } }, - "required": ["instanceType", "placements", "rootDiskInGB"], + "required": [ + "instanceType", + "placements", + "rootDiskInGB" + ], "type": "object" }, "v1LibvirtMachinePoolConfigEntity": { @@ -15009,7 +15596,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1LibvirtNetworkSpec": { @@ -15021,11 +15610,17 @@ }, "networkType": { "description": "NetworkType specifies the type of network", - "enum": ["default", "bridge"], + "enum": [ + "default", + "bridge" + ], "type": "string" } }, - "required": ["networkName", "networkType"], + "required": [ + "networkName", + "networkType" + ], "type": "object" }, "v1LibvirtNicSpec": { @@ -15045,7 +15640,9 @@ "type": "array" } }, - "required": ["macAddress"], + "required": [ + "macAddress" + ], "type": "object" }, "v1LibvirtPlacementConfig": { @@ -15089,7 +15686,12 @@ "type": "string" } }, - "required": ["hostUid", "hostAddress", "networks", "sourceStoragePool"], + "required": [ + "hostUid", + "hostAddress", + "networks", + "sourceStoragePool" + ], "type": "object" }, "v1LibvirtPlacementEntity": { @@ -15121,7 +15723,9 @@ "type": "string" } }, - "required": ["hostUid"], + "required": [ + "hostUid" + ], "type": "object" }, "v1LifecycleConfig": { @@ -15150,7 +15754,13 @@ }, "status": { "description": "lifecycle status", - "enum": ["Pausing", "Paused", "Resuming", "Running", "Error"], + "enum": [ + "Pausing", + "Paused", + "Resuming", + "Running", + "Error" + ], "type": "string" } } @@ -15229,7 +15839,10 @@ }, "ipAllocationMethod": { "default": "Dynamic", - "enum": ["Static", "Dynamic"], + "enum": [ + "Static", + "Dynamic" + ], "type": "string" }, "privateDNSName": { @@ -15238,7 +15851,10 @@ "type": { "default": "Public", "description": "Load Balancer type", - "enum": ["Internal", "Public"], + "enum": [ + "Internal", + "Public" + ], "type": "string" } }, @@ -15247,7 +15863,11 @@ "v1LocationType": { "default": "s3", "description": "Location type", - "enum": ["s3", "gcp", "minio"], + "enum": [ + "s3", + "gcp", + "minio" + ], "type": "string" }, "v1Lock": { @@ -15317,7 +15937,10 @@ }, "authType": { "description": "Describes the default mode of authentication. Possible values [password, sso]", - "enum": ["password", "sso"], + "enum": [ + "password", + "sso" + ], "type": "string" }, "orgName": { @@ -15390,7 +16013,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasCloudAccount": { @@ -15410,7 +16035,10 @@ "type": "array" } }, - "required": ["apiKey", "apiEndpoint"], + "required": [ + "apiKey", + "apiEndpoint" + ], "type": "object" }, "v1MaasCloudClusterConfigEntity": { @@ -15513,7 +16141,9 @@ "type": "array" } }, - "required": ["domain"], + "required": [ + "domain" + ], "type": "object" }, "v1MaasDomain": { @@ -15537,7 +16167,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasImage": { @@ -15627,7 +16259,10 @@ "type": "array" } }, - "required": ["instanceType", "resourcePool"], + "required": [ + "instanceType", + "resourcePool" + ], "type": "object" }, "v1MaasMachinePoolConfig": { @@ -15720,7 +16355,9 @@ "type": "boolean" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1MaasMachinePoolConfigEntity": { @@ -15732,7 +16369,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1MaasMachineSpec": { @@ -15767,7 +16406,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasNic": { @@ -15814,7 +16455,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasSubnet": { @@ -15849,7 +16492,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasTag": { @@ -15889,7 +16534,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MaasVlan": { @@ -15935,7 +16582,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MachineCertificate": { @@ -16023,7 +16672,10 @@ "properties": { "action": { "description": "Machine maintenance mode action", - "enum": ["cordon", "uncordon"], + "enum": [ + "cordon", + "uncordon" + ], "type": "string" } }, @@ -16126,7 +16778,11 @@ "x-omitempty": false } }, - "required": ["name", "size", "labels"], + "required": [ + "name", + "size", + "labels" + ], "type": "object" }, "v1MachinePoolMeta": { @@ -16283,7 +16939,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ManifestEntity": { @@ -16360,7 +17018,9 @@ "type": "string" } }, - "required": ["name"] + "required": [ + "name" + ] }, "v1ManifestSpec": { "description": "Manifest spec", @@ -16479,7 +17139,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1MetricTimeSeriesList": { @@ -16492,7 +17154,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1Metrics": { @@ -16555,7 +17219,12 @@ "type": "object" }, "v1MfaConveyancePreference": { - "enum": ["none", "indirect", "direct", "enterprise"], + "enum": [ + "none", + "indirect", + "direct", + "enterprise" + ], "type": "string" }, "v1MfaCredentialCreationRequest": { @@ -17209,7 +17878,10 @@ }, "scheduleType": { "default": "Automated", - "enum": ["OnDemand", "Automated"], + "enum": [ + "OnDemand", + "Automated" + ], "type": "string" } }, @@ -17448,7 +18120,9 @@ "type": "string" } }, - "required": ["hash"], + "required": [ + "hash" + ], "type": "object" }, "v1MgmtListBackupFtpEntity": { @@ -18162,7 +18836,10 @@ }, "serviceName": { "description": "Describes the service for which credentials has to be fetched. Possible values [ally, jet]", - "enum": ["ally", "jet"], + "enum": [ + "ally", + "jet" + ], "type": "string" }, "tenantUid": { @@ -18300,7 +18977,10 @@ "mode": { "default": "nonFipsDisabled", "description": "enable or disable the non FIPS complaint", - "enum": ["nonFipsEnabled", "nonFipsDisabled"], + "enum": [ + "nonFipsEnabled", + "nonFipsDisabled" + ], "type": "string" } } @@ -18328,7 +19008,11 @@ }, "type": { "description": "Describes type of notification. Possible values [NotificationPackUpdate, NotificationPackRegistryUpdate, NotificationNone]", - "enum": ["NotificationPackUpdate", "NotificationPackRegistryUpdate", "NotificationNone"], + "enum": [ + "NotificationPackUpdate", + "NotificationPackRegistryUpdate", + "NotificationNone" + ], "type": "string" } }, @@ -18407,7 +19091,10 @@ }, "type": { "description": "Describes notification event type", - "enum": ["NotificationPackSync", "NotificationClusterProfileSync"], + "enum": [ + "NotificationPackSync", + "NotificationClusterProfileSync" + ], "type": "string" } }, @@ -18439,7 +19126,9 @@ "description": "Describes the meta information about the notification lists" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OS": { @@ -18536,7 +19225,9 @@ "$ref": "#/definitions/v1ObjectMetaInputEntity" } }, - "required": ["metadata"], + "required": [ + "metadata" + ], "type": "object" }, "v1ObjectMetaUpdateEntity": { @@ -18679,7 +19370,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OciRegistry": { @@ -18934,7 +19627,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackAz": { @@ -18958,7 +19653,9 @@ "uniqueItems": true } }, - "required": ["azs"], + "required": [ + "azs" + ], "type": "object" }, "v1OpenStackCloudAccount": { @@ -18997,7 +19694,11 @@ "type": "string" } }, - "required": ["identityEndpoint", "username", "password"], + "required": [ + "identityEndpoint", + "username", + "password" + ], "type": "object" }, "v1OpenStackCloudClusterConfigEntity": { @@ -19168,7 +19869,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackKeypair": { @@ -19196,7 +19899,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackMachine": { @@ -19230,7 +19935,9 @@ "$ref": "#/definitions/v1OpenstackFlavorConfig" } }, - "required": ["flavorConfig"], + "required": [ + "flavorConfig" + ], "type": "object" }, "v1OpenStackMachinePoolCloudConfigEntity": { @@ -19254,7 +19961,9 @@ "$ref": "#/definitions/v1OpenStackResource" } }, - "required": ["flavorConfig"], + "required": [ + "flavorConfig" + ], "type": "object" }, "v1OpenStackMachinePoolConfig": { @@ -19353,7 +20062,9 @@ "type": "boolean" } }, - "required": ["flavorConfig"], + "required": [ + "flavorConfig" + ], "type": "object" }, "v1OpenStackMachinePoolConfigEntity": { @@ -19365,7 +20076,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1OpenStackMachineSpec": { @@ -19400,7 +20113,10 @@ "type": "string" } }, - "required": ["instanceType", "nics"], + "required": [ + "instanceType", + "nics" + ], "type": "object" }, "v1OpenStackMachines": { @@ -19414,7 +20130,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackNetwork": { @@ -19454,7 +20172,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackNic": { @@ -19474,7 +20194,9 @@ "type": "array" } }, - "required": ["networkName"], + "required": [ + "networkName" + ], "type": "object" }, "v1OpenStackProject": { @@ -19514,7 +20236,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1OpenStackRegion": { @@ -19555,7 +20279,10 @@ "uniqueItems": true } }, - "required": ["regions", "domains"], + "required": [ + "regions", + "domains" + ], "type": "object" }, "v1OpenStackResource": { @@ -19609,7 +20336,9 @@ "type": "integer" } }, - "required": ["name"] + "required": [ + "name" + ] }, "v1OrgState": { "description": "Org state", @@ -19689,7 +20418,10 @@ }, "v1OsType": { "default": "Linux", - "enum": ["Linux", "Windows"], + "enum": [ + "Linux", + "Windows" + ], "type": "string" }, "v1OverloadSpec": { @@ -19962,7 +20694,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackConfig": { @@ -20088,7 +20822,10 @@ "type": "string" } }, - "required": ["uid", "name"], + "required": [ + "uid", + "name" + ], "type": "object" }, "v1PackFilterSpec": { @@ -20219,7 +20956,14 @@ } }, "v1PackLayer": { - "enum": ["kernel", "os", "k8s", "cni", "csi", "addon"], + "enum": [ + "kernel", + "os", + "k8s", + "cni", + "csi", + "addon" + ], "type": "string" }, "v1PackManifestEntity": { @@ -20260,7 +21004,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1PackManifestImportEntity": { @@ -20336,7 +21082,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1PackManifests": { @@ -20350,7 +21098,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackManifestsSpec": { @@ -20471,7 +21221,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackMetadataSpec": { @@ -20591,7 +21343,14 @@ "type": "boolean" }, "layer": { - "enum": ["kernel", "os", "k8s", "cni", "csi", "addon"], + "enum": [ + "kernel", + "os", + "k8s", + "cni", + "csi", + "addon" + ], "type": "string" }, "logo": { @@ -20645,7 +21404,11 @@ }, "type": { "description": "type of the pack", - "enum": ["spectro", "helm", "manifest"], + "enum": [ + "spectro", + "helm", + "manifest" + ], "type": "string" }, "values": { @@ -20657,7 +21420,10 @@ "type": "string" } }, - "required": ["layer", "name"], + "required": [ + "layer", + "name" + ], "type": "object" }, "v1PackRefSummary": { @@ -20737,7 +21503,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackRegistriesSummary": { @@ -20754,7 +21522,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackRegistry": { @@ -20841,7 +21611,10 @@ "type": "string" } }, - "required": ["endpoint", "auth"], + "required": [ + "endpoint", + "auth" + ], "type": "object" }, "v1PackRegistrySpecSummary": { @@ -20951,7 +21724,13 @@ }, "v1PackSortFields": { "description": "Packs sort by fields", - "enum": ["name", "type", "layer", "addOnType", "displayName"], + "enum": [ + "name", + "type", + "layer", + "addOnType", + "displayName" + ], "type": "string", "x-nullable": true }, @@ -20981,7 +21760,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PackSummary": { @@ -21305,7 +22086,12 @@ }, "v1PackType": { "default": "spectro", - "enum": ["spectro", "helm", "manifest", "oci"], + "enum": [ + "spectro", + "helm", + "manifest", + "oci" + ], "type": "string" }, "v1PackUidValues": { @@ -21390,7 +22176,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1PacksFilterSpec": { @@ -21544,7 +22332,9 @@ "uniqueItems": true } }, - "required": ["stripePlanDetails"], + "required": [ + "stripePlanDetails" + ], "type": "object" }, "v1PaymentSecrets": { @@ -21619,7 +22409,9 @@ "type": "string" } }, - "required": ["kubectlCommands"], + "required": [ + "kubectlCommands" + ], "type": "object" }, "v1PcgsSummary": { @@ -21635,7 +22427,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1Permission": { @@ -21714,11 +22508,19 @@ "$ref": "#/definitions/v1TierPrice" }, "type": { - "enum": ["Trial", "MonthlyOnDemand", "AnnualSubscription"], + "enum": [ + "Trial", + "MonthlyOnDemand", + "AnnualSubscription" + ], "type": "string" } }, - "required": ["type", "start", "expiry"] + "required": [ + "type", + "start", + "expiry" + ] }, "v1PlanCost": { "description": "Plan Cost", @@ -21770,11 +22572,16 @@ "description": "credit start time" }, "type": { - "enum": ["Pure", "Alloy"], + "enum": [ + "Pure", + "Alloy" + ], "type": "string" } }, - "required": ["type"] + "required": [ + "type" + ] }, "v1PlanCreditEntity": { "description": "Plan Credit entity for create/update request", @@ -21794,11 +22601,16 @@ "$ref": "#/definitions/v1Time" }, "type": { - "enum": ["Pure", "Alloy"], + "enum": [ + "Pure", + "Alloy" + ], "type": "string" } }, - "required": ["type"] + "required": [ + "type" + ] }, "v1PlanCreditUpdate": { "description": "Plan credit update entity", @@ -21816,7 +22628,9 @@ "description": "plan expiry time" } }, - "required": ["expiry"] + "required": [ + "expiry" + ] }, "v1PlanLimit": { "description": "Monthly Plan Limit", @@ -21871,7 +22685,9 @@ "$ref": "#/definitions/v1PlanLimit" } }, - "required": ["planLimit"] + "required": [ + "planLimit" + ] }, "v1PlanMonthlyUsage": { "description": "Plan monthly usage entity", @@ -21891,7 +22707,11 @@ "$ref": "#/definitions/v1PlanLimit" }, "planType": { - "enum": ["Trial", "MonthlyOnDemand", "AnnualSubscription"], + "enum": [ + "Trial", + "MonthlyOnDemand", + "AnnualSubscription" + ], "type": "string" }, "planUid": { @@ -21928,11 +22748,19 @@ "description": "credit start time" }, "type": { - "enum": ["Trial", "MonthlyOnDemand", "AnnualSubscription"], + "enum": [ + "Trial", + "MonthlyOnDemand", + "AnnualSubscription" + ], "type": "string" } }, - "required": ["type", "start", "expiry"] + "required": [ + "type", + "start", + "expiry" + ] }, "v1PlanRenewalUpdate": { "description": "Plan add renawal update entity", @@ -21981,11 +22809,19 @@ "$ref": "#/definitions/v1TierPrice" }, "type": { - "enum": ["Trial", "MonthlyOnDemand", "AnnualSubscription"], + "enum": [ + "Trial", + "MonthlyOnDemand", + "AnnualSubscription" + ], "type": "string" } }, - "required": ["type", "start", "expiry"] + "required": [ + "type", + "start", + "expiry" + ] }, "v1PlanStatus": { "properties": { @@ -22012,7 +22848,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1PlansUsageComputeSpec": { @@ -22148,7 +22986,9 @@ "$ref": "#/definitions/v1ClusterProfileSpecEntity" } }, - "required": ["metadata"], + "required": [ + "metadata" + ], "type": "object" }, "v1ProfileResolvedValues": { @@ -22206,7 +23046,12 @@ }, "v1ProfileType": { "default": "cluster", - "enum": ["cluster", "infra", "add-on", "system"], + "enum": [ + "cluster", + "infra", + "add-on", + "system" + ], "type": "string" }, "v1Project": { @@ -22401,7 +23246,11 @@ } }, "v1ProjectFilterSortFields": { - "enum": ["name", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "name", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -22675,7 +23524,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ProjectsFilterSpec": { @@ -22703,7 +23554,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ProjectsSummary": { @@ -22719,7 +23572,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1ProjectsWorkspaces": { @@ -22800,7 +23655,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1RegistryAuth": { @@ -22818,7 +23675,11 @@ "type": "string" }, "type": { - "enum": ["noAuth", "basic", "token"], + "enum": [ + "noAuth", + "basic", + "token" + ], "type": "string" }, "username": { @@ -23137,7 +23998,14 @@ }, "groupBy": { "default": "namespace", - "enum": ["tenant", "project", "workspace", "cluster", "namespace", "cloud"], + "enum": [ + "tenant", + "project", + "workspace", + "cluster", + "namespace", + "cloud" + ], "type": "string" }, "period": { @@ -23288,7 +24156,15 @@ }, "groupBy": { "default": "cluster", - "enum": ["tenant", "project", "workspace", "cluster", "namespace", "deployment", "cloud"], + "enum": [ + "tenant", + "project", + "workspace", + "cluster", + "namespace", + "deployment", + "cloud" + ], "type": "string" }, "period": { @@ -23385,7 +24261,9 @@ "type": "string" } }, - "required": ["uid"], + "required": [ + "uid" + ], "type": "object" }, "v1ResourceRoles": { @@ -23688,7 +24566,12 @@ }, "type": { "default": "all", - "enum": ["deployment", "statefulset", "daemonset", "all"], + "enum": [ + "deployment", + "statefulset", + "daemonset", + "all" + ], "type": "string" } }, @@ -23839,7 +24722,10 @@ "$ref": "#/definitions/v1Scope" }, "type": { - "enum": ["system", "user"], + "enum": [ + "system", + "user" + ], "type": "string" } } @@ -23868,7 +24754,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1S3StorageConfig": { @@ -23904,7 +24792,11 @@ "type": "boolean" } }, - "required": ["bucketName", "region", "credentials"], + "required": [ + "bucketName", + "region", + "credentials" + ], "type": "object" }, "v1SchedulerJob": { @@ -23986,7 +24878,12 @@ "uniqueItems": true }, "v1Scope": { - "enum": ["system", "tenant", "project", "resource"], + "enum": [ + "system", + "tenant", + "project", + "resource" + ], "type": "string" }, "v1SearchFilterBoolCondition": { @@ -24019,7 +24916,10 @@ } }, "v1SearchFilterConjunctionOperator": { - "enum": ["and", "or"], + "enum": [ + "and", + "or" + ], "type": "string", "x-nullable": true }, @@ -24051,7 +24951,14 @@ } }, "v1SearchFilterDateOperator": { - "enum": ["eq", "gt", "gte", "lt", "lte", "range"], + "enum": [ + "eq", + "gt", + "gte", + "lt", + "lte", + "range" + ], "type": "string" }, "v1SearchFilterFloatCondition": { @@ -24124,7 +25031,13 @@ } }, "v1SearchFilterIntegerOperator": { - "enum": ["eq", "gt", "gte", "lt", "lte"], + "enum": [ + "eq", + "gt", + "gte", + "lt", + "lte" + ], "type": "string" }, "v1SearchFilterItem": { @@ -24174,11 +25087,20 @@ } }, "v1SearchFilterKeyValueOperator": { - "enum": ["eq"], + "enum": [ + "eq" + ], "type": "string" }, "v1SearchFilterPropertyType": { - "enum": ["string", "int", "float", "bool", "date", "keyValue"], + "enum": [ + "string", + "int", + "float", + "bool", + "date", + "keyValue" + ], "type": "string" }, "v1SearchFilterSchemaSpec": { @@ -24323,7 +25245,11 @@ } }, "v1SearchFilterStringOperator": { - "enum": ["eq", "contains", "beginsWith"], + "enum": [ + "eq", + "contains", + "beginsWith" + ], "type": "string" }, "v1SearchFilterSummarySpec": { @@ -24434,7 +25360,9 @@ "type": "string" } }, - "required": ["port"], + "required": [ + "port" + ], "type": "object" }, "v1ServiceSpec": { @@ -24500,11 +25428,20 @@ "type": "string" }, "status": { - "enum": ["Completed", "InProgress", "Failed", "Initiated"], + "enum": [ + "Completed", + "InProgress", + "Failed", + "Initiated" + ], "type": "string" } }, - "required": ["requestUid", "status", "reports"] + "required": [ + "requestUid", + "status", + "reports" + ] }, "v1SonobuoyLog": { "description": "Compliance Scan Sonobuoy Log", @@ -24612,13 +25549,19 @@ }, "v1SortOrder": { "default": "asc", - "enum": ["asc", "desc"], + "enum": [ + "asc", + "desc" + ], "type": "string" }, "v1SpcApply": { "properties": { "actionType": { - "enum": ["DownloadAndInstall", "DownloadAndInstallLater"], + "enum": [ + "DownloadAndInstall", + "DownloadAndInstallLater" + ], "type": "string" }, "canBeApplied": { @@ -24644,7 +25587,10 @@ "v1SpcApplySettings": { "properties": { "actionType": { - "enum": ["DownloadAndInstall", "DownloadAndInstallLater"], + "enum": [ + "DownloadAndInstall", + "DownloadAndInstallLater" + ], "type": "string" } }, @@ -24675,7 +25621,9 @@ "type": "string" } }, - "required": ["version"], + "required": [ + "version" + ], "type": "object" }, "v1SpectroAwsClusterEntity": { @@ -24713,7 +25661,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -24786,7 +25738,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -25025,7 +25981,12 @@ "properties": { "groupBy": { "default": "project", - "enum": ["tenant", "project", "cloud", "cluster"], + "enum": [ + "tenant", + "project", + "cloud", + "cluster" + ], "type": "string" }, "period": { @@ -25135,7 +26096,11 @@ }, "healthState": { "default": "all", - "enum": ["all", "Healthy", "UnHealthy"], + "enum": [ + "all", + "Healthy", + "UnHealthy" + ], "type": "string" }, "isDeleted": { @@ -25291,7 +26256,10 @@ "description": "Architecture type of the cluster", "items": { "default": "amd64", - "enum": ["arm64", "amd64"], + "enum": [ + "arm64", + "amd64" + ], "type": "string" }, "type": "array" @@ -25387,7 +26355,11 @@ "$ref": "#/definitions/v1SpectroClusterMetadataFilterSpec" }, "sort": { - "enum": ["environment", "state", "name"], + "enum": [ + "environment", + "state", + "name" + ], "type": "string", "x-nullable": true } @@ -25490,7 +26462,14 @@ "type": "string" }, "type": { - "enum": ["ReadyForInstall", "Installed", "Ready", "Error", "UpgradeAvailable", "WaitingForOtherLayers"], + "enum": [ + "ReadyForInstall", + "Installed", + "Ready", + "Error", + "UpgradeAvailable", + "WaitingForOtherLayers" + ], "type": "string" } }, @@ -25506,7 +26485,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1SpectroClusterPackDiff": { @@ -25647,7 +26628,9 @@ "type": "array" } }, - "required": ["profiles"], + "required": [ + "profiles" + ], "type": "object" }, "v1SpectroClusterProfileSpec": { @@ -25718,7 +26701,9 @@ "$ref": "#/definitions/v1SpcApplySettings" } }, - "required": ["profiles"], + "required": [ + "profiles" + ], "type": "object" }, "v1SpectroClusterProfilesDeleteEntity": { @@ -25743,7 +26728,9 @@ "type": "array" } }, - "required": ["profiles"], + "required": [ + "profiles" + ], "type": "object" }, "v1SpectroClusterProfilesParamReferenceEntity": { @@ -25935,7 +26922,13 @@ "type": "object" }, "v1SpectroClusterSortFields": { - "enum": ["environment", "clusterName", "healthState", "creationTimestamp", "lastModifiedTimestamp"], + "enum": [ + "environment", + "clusterName", + "healthState", + "creationTimestamp", + "lastModifiedTimestamp" + ], "type": "string", "x-nullable": true }, @@ -25971,7 +26964,12 @@ "type": "array" }, "clusterType": { - "enum": ["PureManage", "AlloyMonitor", "AlloyAssist", "AlloyExtend"], + "enum": [ + "PureManage", + "AlloyMonitor", + "AlloyAssist", + "AlloyExtend" + ], "type": "string" } }, @@ -26314,7 +27312,9 @@ "type": "string" } }, - "required": ["cloneName"], + "required": [ + "cloneName" + ], "type": "object" }, "v1SpectroClusterValidatorResponse": { @@ -26346,7 +27346,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1SpectroClustersAgentsNotifyEntity": { @@ -26415,7 +27417,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1SpectroClustersMetadataSearch": { @@ -26431,7 +27435,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1SpectroClustersSummary": { @@ -26447,7 +27453,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1SpectroClustersUsageComputeSpec": { @@ -26504,7 +27512,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -26557,7 +27569,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -26740,7 +27756,10 @@ "type": "array" } }, - "required": ["cloudAccountUid", "cloudConfig"], + "required": [ + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -26796,7 +27815,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -27032,7 +28055,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -27270,7 +28297,10 @@ "type": "array" } }, - "required": ["cloudAccountUid", "cloudConfig"], + "required": [ + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -27378,7 +28408,11 @@ "type": "array" } }, - "required": ["cloudType", "cloudAccountUid", "cloudConfig"], + "required": [ + "cloudType", + "cloudAccountUid", + "cloudConfig" + ], "type": "object" } }, @@ -27430,7 +28464,10 @@ "type": "array" } }, - "required": ["cloudType", "clusterConfig"], + "required": [ + "cloudType", + "clusterConfig" + ], "type": "object" } }, @@ -27475,7 +28512,9 @@ "type": "array" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" } }, @@ -27782,11 +28821,20 @@ "type": "string" }, "status": { - "enum": ["Completed", "InProgress", "Failed", "Initiated"], + "enum": [ + "Completed", + "InProgress", + "Failed", + "Initiated" + ], "type": "string" } }, - "required": ["requestUid", "status", "report"] + "required": [ + "requestUid", + "status", + "report" + ] }, "v1SyftImageContext": { "description": "Compliance Scan Syft Image Context", @@ -28283,7 +29331,10 @@ "x-omitempty": false } }, - "required": ["key", "value"], + "required": [ + "key", + "value" + ], "type": "object" }, "v1SystemCryptoData": { @@ -28715,11 +29766,16 @@ "description": "credit start time" }, "type": { - "enum": ["Pure", "Alloy"], + "enum": [ + "Pure", + "Alloy" + ], "type": "string" } }, - "required": ["type"] + "required": [ + "type" + ] }, "v1SystemPlanLimit": { "description": "System Monthly Plan Limit", @@ -28882,7 +29938,10 @@ "type": "integer" }, "protocol": { - "enum": ["http", "https"], + "enum": [ + "http", + "https" + ], "type": "string" }, "server": { @@ -29307,7 +30366,11 @@ "description": "Taint", "properties": { "effect": { - "enum": ["NoSchedule", "PreferNoSchedule", "NoExecute"], + "enum": [ + "NoSchedule", + "PreferNoSchedule", + "NoExecute" + ], "type": "string" }, "key": { @@ -29430,7 +30493,10 @@ "type": "object" }, "v1TeamSummarySortFields": { - "enum": ["name", "creationTimestamp"], + "enum": [ + "name", + "creationTimestamp" + ], "type": "string", "x-nullable": true }, @@ -29479,7 +30545,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TeamsBatch": { @@ -29507,7 +30575,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TeamsSummary": { @@ -29524,7 +30594,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TeamsSummaryList": { @@ -29538,7 +30610,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TeamsSummarySpec": { @@ -29645,7 +30719,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TenantBasicEntity": { @@ -29712,7 +30788,10 @@ "type": "boolean" } }, - "required": ["isRequired", "isAccepted"], + "required": [ + "isRequired", + "isAccepted" + ], "type": "object" }, "v1TenantDomains": { @@ -30111,7 +31190,10 @@ }, "loginMode": { "default": "devops", - "enum": ["dev", "devops"], + "enum": [ + "dev", + "devops" + ], "type": "string" }, "notifyTenantAdmin": { @@ -30121,7 +31203,12 @@ "type": "string" } }, - "required": ["firstName", "lastName", "emailId", "orgName"], + "required": [ + "firstName", + "lastName", + "emailId", + "orgName" + ], "type": "object" }, "v1TenantSpec": { @@ -30168,7 +31255,10 @@ }, "loginMode": { "default": "devops", - "enum": ["dev", "devops"], + "enum": [ + "dev", + "devops" + ], "type": "string" }, "orgEmailId": { @@ -30272,7 +31362,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TenantsAccountsNas": { @@ -30336,7 +31428,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TencentAvailabilityZone": { @@ -30367,7 +31461,9 @@ "type": "array" } }, - "required": ["zones"], + "required": [ + "zones" + ], "type": "object" }, "v1TencentCloudAccount": { @@ -30381,7 +31477,10 @@ "type": "string" } }, - "required": ["secretId", "secretKey"], + "required": [ + "secretId", + "secretKey" + ], "type": "object" }, "v1TencentCloudClusterConfigEntity": { @@ -30445,7 +31544,9 @@ "type": "string" } }, - "required": ["region"], + "required": [ + "region" + ], "type": "object" }, "v1TencentInstanceTypes": { @@ -30643,7 +31744,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1TencentMachineSpec": { @@ -30683,7 +31786,11 @@ "type": "string" } }, - "required": ["nics", "instanceType", "imageId"], + "required": [ + "nics", + "instanceType", + "imageId" + ], "type": "object" }, "v1TencentMachines": { @@ -30700,7 +31807,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1TencentNic": { @@ -30747,7 +31856,9 @@ "type": "array" } }, - "required": ["regions"], + "required": [ + "regions" + ], "type": "object" }, "v1TencentSecurityGroup": { @@ -30840,7 +31951,9 @@ "type": "string" } }, - "required": ["vpcId"], + "required": [ + "vpcId" + ], "type": "object" }, "v1TencentVpcs": { @@ -30853,7 +31966,9 @@ "type": "array" } }, - "required": ["vpcs"], + "required": [ + "vpcs" + ], "type": "object" }, "v1TierPrice": { @@ -31020,7 +32135,9 @@ "type": "string" } }, - "required": ["uid"], + "required": [ + "uid" + ], "type": "object" }, "v1UidRoleSummary": { @@ -31069,7 +32186,10 @@ "properties": { "type": { "description": "update strategy, either ScaleOut or ScaleIn if empty, will default to RollingUpdateScaleOut", - "enum": ["RollingUpdateScaleOut", "RollingUpdateScaleIn"], + "enum": [ + "RollingUpdateScaleOut", + "RollingUpdateScaleIn" + ], "type": "string" } }, @@ -31237,7 +32357,9 @@ "type": "string" } }, - "required": ["config"], + "required": [ + "config" + ], "type": "object" }, "v1UserAssetsLocationGcp": { @@ -31267,7 +32389,9 @@ "type": "string" } }, - "required": ["config"], + "required": [ + "config" + ], "type": "object" }, "v1UserAssetsLocationS3": { @@ -31297,7 +32421,9 @@ "type": "string" } }, - "required": ["config"], + "required": [ + "config" + ], "type": "object" }, "v1UserAssetsLocationSpec": { @@ -31326,7 +32452,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UserAssetsSsh": { @@ -31340,7 +32468,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UserAuthenticatedUrl": { @@ -31658,7 +32788,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UserRoleMap": { @@ -31830,7 +32962,10 @@ "v1UserStatusLoginMode": { "properties": { "loginMode": { - "enum": ["dev", "devops"], + "enum": [ + "dev", + "devops" + ], "type": "string" } }, @@ -31852,7 +32987,10 @@ "type": "object" }, "v1UserSummarySortFields": { - "enum": ["name", "creationTimestamp"], + "enum": [ + "name", + "creationTimestamp" + ], "type": "string", "x-nullable": true }, @@ -31929,7 +33067,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UsersFilterSpec": { @@ -31953,7 +33093,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UsersSummary": { @@ -31970,7 +33112,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UsersSummaryList": { @@ -31983,7 +33127,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1UsersSummarySpec": { @@ -32046,7 +33192,9 @@ "type": "boolean" } }, - "required": ["addVolumeOptions"], + "required": [ + "addVolumeOptions" + ], "type": "object" }, "v1VMCluster": { @@ -32095,7 +33243,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VMRemoveVolumeEntity": { @@ -32109,7 +33259,9 @@ "description": "Parameters required to remove volume from virtual machine/virtual machine instance" } }, - "required": ["removeVolumeOptions"], + "required": [ + "removeVolumeOptions" + ], "type": "object" }, "v1Virtual": { @@ -32190,7 +33342,11 @@ "type": "array" } }, - "required": ["clusterConfig", "hostClusterUid", "machinePoolConfig"], + "required": [ + "clusterConfig", + "hostClusterUid", + "machinePoolConfig" + ], "type": "object" }, "v1VirtualClusterConfig": { @@ -32244,7 +33400,9 @@ "$ref": "#/definitions/v1VirtualInstanceType" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1VirtualInstanceType": { @@ -32306,7 +33464,9 @@ "$ref": "#/definitions/v1VirtualInstanceType" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1VirtualMachinePoolConfig": { @@ -32387,7 +33547,9 @@ "type": "boolean" } }, - "required": ["instanceType"], + "required": [ + "instanceType" + ], "type": "object" }, "v1VirtualMachinePoolConfigEntity": { @@ -32396,7 +33558,9 @@ "$ref": "#/definitions/v1VirtualMachinePoolCloudConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1VirtualMachineSnapshot": { @@ -32420,7 +33584,9 @@ "$ref": "#/definitions/v1VirtualMachineSnapshotStatus" } }, - "required": ["spec"], + "required": [ + "spec" + ], "type": "object" }, "v1VirtualMachineSnapshotList": { @@ -32444,7 +33610,10 @@ "$ref": "#/definitions/v1VmListMeta" } }, - "required": ["metadata", "items"], + "required": [ + "metadata", + "items" + ], "type": "object" }, "v1VirtualMachineSnapshotSpec": { @@ -32460,7 +33629,9 @@ "$ref": "#/definitions/v1VmTypedLocalObjectReference" } }, - "required": ["source"], + "required": [ + "source" + ], "type": "object" }, "v1VirtualMachineSnapshotStatus": { @@ -32527,7 +33698,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VirtualNetwork": { @@ -32586,7 +33759,9 @@ "type": "string" } }, - "required": ["secretName"], + "required": [ + "secretName" + ], "type": "object" }, "v1VmAddVolumeOptions": { @@ -32611,7 +33786,11 @@ "$ref": "#/definitions/v1VmHotplugVolumeSource" } }, - "required": ["name", "disk", "volumeSource"], + "required": [ + "name", + "disk", + "volumeSource" + ], "type": "object" }, "v1VmAffinity": { @@ -32810,7 +33989,10 @@ "type": "string" } }, - "required": ["type", "status"], + "required": [ + "type", + "status" + ], "type": "object" }, "v1VmConfigDriveSshPublicKeyAccessCredentialPropagation": { @@ -32854,7 +34036,9 @@ "type": "string" } }, - "required": ["image"], + "required": [ + "image" + ], "type": "object" }, "v1VmCoreDataVolumeSource": { @@ -32868,7 +34052,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmCoreResourceRequirements": { @@ -32949,7 +34135,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmCustomBlockSize": { @@ -32964,7 +34152,10 @@ "type": "integer" } }, - "required": ["logical", "physical"], + "required": [ + "logical", + "physical" + ], "type": "object" }, "v1VmDHCPOptions": { @@ -33008,7 +34199,10 @@ "type": "string" } }, - "required": ["option", "value"], + "required": [ + "option", + "value" + ], "type": "object" }, "v1VmDataVolumeBlankImage": { @@ -33027,7 +34221,10 @@ "type": "string" } }, - "required": ["previous", "current"], + "required": [ + "previous", + "current" + ], "type": "object" }, "v1VmDataVolumeSource": { @@ -33090,7 +34287,9 @@ "type": "string" } }, - "required": ["url"], + "required": [ + "url" + ], "type": "object" }, "v1VmDataVolumeSourceImageIO": { @@ -33113,7 +34312,10 @@ "type": "string" } }, - "required": ["url", "diskId"], + "required": [ + "url", + "diskId" + ], "type": "object" }, "v1VmDataVolumeSourcePVC": { @@ -33128,7 +34330,10 @@ "type": "string" } }, - "required": ["namespace", "name"], + "required": [ + "namespace", + "name" + ], "type": "object" }, "v1VmDataVolumeSourceRef": { @@ -33147,7 +34352,10 @@ "type": "string" } }, - "required": ["kind", "name"], + "required": [ + "kind", + "name" + ], "type": "object" }, "v1VmDataVolumeSourceRegistry": { @@ -33192,7 +34400,9 @@ "type": "string" } }, - "required": ["url"], + "required": [ + "url" + ], "type": "object" }, "v1VmDataVolumeSourceUpload": { @@ -33287,7 +34497,9 @@ "$ref": "#/definitions/v1VmDataVolumeSpec" } }, - "required": ["spec"], + "required": [ + "spec" + ], "type": "object" }, "v1VmDevices": { @@ -33443,7 +34655,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmDiskTarget": { @@ -33500,7 +34714,9 @@ "$ref": "#/definitions/v1VmResourceRequirements" } }, - "required": ["devices"], + "required": [ + "devices" + ], "type": "object" }, "v1VmDownwardApiVolumeFile": { @@ -33522,7 +34738,9 @@ "$ref": "#/definitions/v1VmResourceFieldSelector" } }, - "required": ["path"], + "required": [ + "path" + ], "type": "object" }, "v1VmDownwardApiVolumeSource": { @@ -33567,7 +34785,9 @@ "$ref": "#/definitions/v1VmQuantity" } }, - "required": ["capacity"], + "required": [ + "capacity" + ], "type": "object" }, "v1VmEphemeralVolumeSource": { @@ -33756,7 +34976,10 @@ "$ref": "#/definitions/v1VmFilesystemVirtiofs" } }, - "required": ["name", "virtiofs"], + "required": [ + "name", + "virtiofs" + ], "type": "object" }, "v1VmFilesystemVirtiofs": { @@ -33798,7 +35021,10 @@ "$ref": "#/definitions/v1VmVGPUOptions" } }, - "required": ["name", "deviceName"], + "required": [ + "name", + "deviceName" + ], "type": "object" }, "v1VmGuestAgentPing": { @@ -33832,7 +35058,10 @@ "type": "string" } }, - "required": ["name", "deviceName"], + "required": [ + "name", + "deviceName" + ], "type": "object" }, "v1VmHostDisk": { @@ -33854,7 +35083,10 @@ "type": "string" } }, - "required": ["path", "type"], + "required": [ + "path", + "type" + ], "type": "object" }, "v1VmHotplugVolumeSource": { @@ -33889,14 +35121,19 @@ }, "port": { "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", - "type": ["string", "number"] + "type": [ + "string", + "number" + ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, - "required": ["port"], + "required": [ + "port" + ], "type": "object" }, "v1VmHttpHeader": { @@ -33911,7 +35148,10 @@ "type": "string" } }, - "required": ["name", "value"], + "required": [ + "name", + "value" + ], "type": "object" }, "v1VmHugepages": { @@ -33958,7 +35198,10 @@ "type": "string" } }, - "required": ["type", "name"], + "required": [ + "type", + "name" + ], "type": "object" }, "v1VmInstancetypeMatcher": { @@ -34044,7 +35287,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmInterfaceBridge": { @@ -34117,7 +35362,9 @@ "type": "string" } }, - "required": ["image"], + "required": [ + "image" + ], "type": "object" }, "v1VmLabelSelector": { @@ -34161,7 +35408,10 @@ "type": "array" } }, - "required": ["key", "operator"], + "required": [ + "key", + "operator" + ], "type": "object" }, "v1VmLaunchSecurity": { @@ -34286,7 +35536,9 @@ "type": "boolean" } }, - "required": ["claimName"], + "required": [ + "claimName" + ], "type": "object" }, "v1VmMultusNetwork": { @@ -34301,7 +35553,9 @@ "type": "string" } }, - "required": ["networkName"], + "required": [ + "networkName" + ], "type": "object" }, "v1VmNUMA": { @@ -34330,7 +35584,9 @@ "$ref": "#/definitions/v1VmPodNetwork" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmNodeAffinity": { @@ -34360,7 +35616,9 @@ "type": "array" } }, - "required": ["nodeSelectorTerms"], + "required": [ + "nodeSelectorTerms" + ], "type": "object" }, "v1VmNodeSelectorRequirement": { @@ -34382,7 +35640,10 @@ "type": "array" } }, - "required": ["key", "operator"], + "required": [ + "key", + "operator" + ], "type": "object" }, "v1VmNodeSelectorTerm": { @@ -34417,7 +35678,9 @@ "type": "string" } }, - "required": ["fieldPath"], + "required": [ + "fieldPath" + ], "type": "object" }, "v1VmObjectMeta": { @@ -34540,7 +35803,12 @@ "type": "string" } }, - "required": ["apiVersion", "kind", "name", "uid"], + "required": [ + "apiVersion", + "kind", + "name", + "uid" + ], "type": "object" }, "v1VmPITTimer": { @@ -34609,7 +35877,9 @@ "type": "boolean" } }, - "required": ["claimName"], + "required": [ + "claimName" + ], "type": "object" }, "v1VmPodAffinity": { @@ -34653,7 +35923,9 @@ "type": "string" } }, - "required": ["topologyKey"], + "required": [ + "topologyKey" + ], "type": "object" }, "v1VmPodDnsConfig": { @@ -34727,7 +35999,9 @@ "type": "string" } }, - "required": ["port"], + "required": [ + "port" + ], "type": "object" }, "v1VmPreferenceMatcher": { @@ -34764,7 +36038,10 @@ "type": "integer" } }, - "required": ["weight", "preference"], + "required": [ + "weight", + "preference" + ], "type": "object" }, "v1VmProbe": { @@ -34821,7 +36098,9 @@ "x-kubernetes-list-type": "set" } }, - "required": ["users"], + "required": [ + "users" + ], "type": "object" }, "v1VmQemuGuestAgentUserPasswordAccessCredentialPropagation": { @@ -34874,7 +36153,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmResourceFieldSelector": { @@ -34892,7 +36173,9 @@ "type": "string" } }, - "required": ["resource"], + "required": [ + "resource" + ], "type": "object" }, "v1VmResourceRequirements": { @@ -34979,7 +36262,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmSshPublicKeyAccessCredential": { @@ -34992,7 +36277,10 @@ "$ref": "#/definitions/v1VmSshPublicKeyAccessCredentialSource" } }, - "required": ["source", "propagationMethod"], + "required": [ + "source", + "propagationMethod" + ], "type": "object" }, "v1VmSshPublicKeyAccessCredentialPropagationMethod": { @@ -35085,10 +36373,15 @@ }, "port": { "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", - "type": ["string", "number"] + "type": [ + "string", + "number" + ] } }, - "required": ["port"], + "required": [ + "port" + ], "type": "object" }, "v1VmTimer": { @@ -35159,7 +36452,11 @@ "type": "string" } }, - "required": ["maxSkew", "topologyKey", "whenUnsatisfiable"], + "required": [ + "maxSkew", + "topologyKey", + "whenUnsatisfiable" + ], "type": "object" }, "v1VmTypedLocalObjectReference": { @@ -35178,7 +36475,10 @@ "type": "string" } }, - "required": ["kind", "name"], + "required": [ + "kind", + "name" + ], "type": "object" }, "v1VmUserPasswordAccessCredential": { @@ -35191,7 +36491,10 @@ "$ref": "#/definitions/v1VmUserPasswordAccessCredentialSource" } }, - "required": ["source", "propagationMethod"], + "required": [ + "source", + "propagationMethod" + ], "type": "object" }, "v1VmUserPasswordAccessCredentialPropagationMethod": { @@ -35254,7 +36557,10 @@ "type": "string" } }, - "required": ["type", "status"], + "required": [ + "type", + "status" + ], "type": "object" }, "v1VmVirtualMachineInstanceSpec": { @@ -35343,7 +36649,10 @@ "$ref": "#/definitions/v1VmTopologySpreadConstraint" }, "type": "array", - "x-kubernetes-list-map-keys": ["topologyKey", "whenUnsatisfiable"], + "x-kubernetes-list-map-keys": [ + "topologyKey", + "whenUnsatisfiable" + ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "topologyKey", "x-kubernetes-patch-strategy": "merge" @@ -35356,7 +36665,9 @@ "type": "array" } }, - "required": ["domain"], + "required": [ + "domain" + ], "type": "object" }, "v1VmVirtualMachineInstanceTemplateSpec": { @@ -35400,7 +36711,10 @@ "$ref": "#/definitions/v1Time" } }, - "required": ["claimName", "phase"], + "required": [ + "claimName", + "phase" + ], "type": "object" }, "v1VmVirtualMachineStartFailure": { @@ -35437,7 +36751,9 @@ "type": "string" } }, - "required": ["action"], + "required": [ + "action" + ], "type": "object" }, "v1VmVirtualMachineVolumeRequest": { @@ -35504,7 +36820,9 @@ "$ref": "#/definitions/v1VmSysprepSource" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmVolumeSnapshotStatus": { @@ -35522,7 +36840,10 @@ "type": "string" } }, - "required": ["name", "enabled"], + "required": [ + "name", + "enabled" + ], "type": "object" }, "v1VmWatchdog": { @@ -35536,7 +36857,9 @@ "type": "string" } }, - "required": ["name"], + "required": [ + "name" + ], "type": "object" }, "v1VmWeightedPodAffinityTerm": { @@ -35551,7 +36874,10 @@ "type": "integer" } }, - "required": ["weight", "podAffinityTerm"], + "required": [ + "weight", + "podAffinityTerm" + ], "type": "object" }, "v1VsphereAccount": { @@ -35586,7 +36912,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VsphereCloudAccount": { @@ -35607,7 +36935,11 @@ "type": "string" } }, - "required": ["vcenterServer", "username", "password"], + "required": [ + "vcenterServer", + "username", + "password" + ], "type": "object" }, "v1VsphereCloudClusterConfigEntity": { @@ -35659,7 +36991,10 @@ "type": "array" } }, - "required": ["clusterConfig", "machinePoolConfig"], + "required": [ + "clusterConfig", + "machinePoolConfig" + ], "type": "object" }, "v1VsphereCloudConfigStatus": { @@ -35759,7 +37094,9 @@ "type": "boolean" } }, - "required": ["placement"], + "required": [ + "placement" + ], "type": "object" }, "v1VsphereClusterConfigEntity": { @@ -35791,7 +37128,9 @@ "type": "boolean" } }, - "required": ["placement"], + "required": [ + "placement" + ], "type": "object" }, "v1VsphereComputeCluster": { @@ -35875,7 +37214,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VsphereDnsMapping": { @@ -35915,7 +37256,12 @@ "type": "string" } }, - "required": ["privateGatewayUid", "datacenter", "network", "dnsName"], + "required": [ + "privateGatewayUid", + "datacenter", + "network", + "dnsName" + ], "type": "object" }, "v1VsphereDnsMappings": { @@ -35929,7 +37275,9 @@ "uniqueItems": true } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VsphereEnv": { @@ -35973,7 +37321,11 @@ "type": "integer" } }, - "required": ["numCPUs", "memoryMiB", "diskGiB"], + "required": [ + "numCPUs", + "memoryMiB", + "diskGiB" + ], "type": "object" }, "v1VsphereMachine": { @@ -36091,7 +37443,10 @@ "x-omitempty": false } }, - "required": ["isControlPlane", "instanceType"], + "required": [ + "isControlPlane", + "instanceType" + ], "type": "object" }, "v1VsphereMachinePoolConfigEntity": { @@ -36103,7 +37458,9 @@ "$ref": "#/definitions/v1MachinePoolConfigEntity" } }, - "required": ["cloudConfig"], + "required": [ + "cloudConfig" + ], "type": "object" }, "v1VsphereMachineSpec": { @@ -36140,7 +37497,11 @@ "type": "string" } }, - "required": ["vcenterServer", "nics", "placement"], + "required": [ + "vcenterServer", + "nics", + "placement" + ], "type": "object" }, "v1VsphereMachines": { @@ -36157,7 +37518,9 @@ "$ref": "#/definitions/v1ListMetaData" } }, - "required": ["items"], + "required": [ + "items" + ], "type": "object" }, "v1VsphereNetworkConfig": { @@ -36179,7 +37542,9 @@ "type": "boolean" } }, - "required": ["networkName"], + "required": [ + "networkName" + ], "type": "object" }, "v1VsphereNetworkConfigEntity": { @@ -36197,7 +37562,9 @@ "type": "boolean" } }, - "required": ["networkName"], + "required": [ + "networkName" + ], "type": "object" }, "v1VsphereNic": { @@ -36220,7 +37587,9 @@ "type": "array" } }, - "required": ["networkName"], + "required": [ + "networkName" + ], "type": "object" }, "v1VsphereOverlordClusterConfigEntity": { @@ -37039,7 +38408,10 @@ "type": "string" } }, - "required": ["backupName", "sourceClusterUid"] + "required": [ + "backupName", + "sourceClusterUid" + ] }, "v1WorkspaceRestoreConfigEntity": { "description": "Cluster restore config", @@ -37055,7 +38427,9 @@ "uniqueItems": true } }, - "required": ["backupRequestUid"] + "required": [ + "backupRequestUid" + ] }, "v1WorkspaceRestoreSpec": { "description": "Workspace restore spec", @@ -37292,7 +38666,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -37316,7 +38692,9 @@ } ], "summary": "Returns the specified cluster's installer manifest file", - "tags": ["cluster"] + "tags": [ + "cluster" + ] }, "parameters": [ { @@ -37347,7 +38725,9 @@ } ], "summary": "Retrieves a list of API keys", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] }, "post": { "operationId": "v1ApiKeysCreate", @@ -37377,7 +38757,9 @@ } ], "summary": "Create an API key", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] } }, "/v1/apiKeys/{uid}": { @@ -37397,7 +38779,9 @@ } ], "summary": "Deletes the specified API key", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] }, "get": { "operationId": "v1ApiKeysUidGet", @@ -37418,7 +38802,9 @@ } ], "summary": "Returns the specified API key", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] }, "parameters": [ { @@ -37454,7 +38840,9 @@ } ], "summary": "Activate or de-active the specified API key", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] }, "put": { "operationId": "v1ApiKeysUidUpdate", @@ -37481,7 +38869,9 @@ } ], "summary": "Update the specified API key", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] } }, "/v1/apiKeys/{uid}/state": { @@ -37519,7 +38909,9 @@ } ], "summary": "Revoke or re-activate the API key access", - "tags": ["apiKeys"] + "tags": [ + "apiKeys" + ] } }, "/v1/appDeployments": { @@ -37563,7 +38955,9 @@ } ], "summary": "Creates a application deployment in the virtual cluster", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/clusterGroup": { @@ -37607,7 +39001,9 @@ } ], "summary": "Creates a application deployment in one of virtual clusters in the cluster group", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/{uid}": { @@ -37635,7 +39031,9 @@ } ], "summary": "Deletes the specified application deployment", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "get": { "operationId": "v1AppDeploymentsUidGet", @@ -37664,7 +39062,9 @@ } ], "summary": "Returns the specified application deployment", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -37704,7 +39104,9 @@ } ], "summary": "Returns profile of the specified application deployment", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -37746,7 +39148,9 @@ } ], "summary": "Updates the specified application deployment profile", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/{uid}/profile/apply": { @@ -37789,7 +39193,9 @@ } ], "summary": "Apply the application deployment profile updates", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/{uid}/profile/tiers/{tierUid}": { @@ -37820,7 +39226,9 @@ } ], "summary": "Returns the specified application deployment profile tier information", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -37869,7 +39277,9 @@ } ], "summary": "Updates the specified application deployment profile tier information", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/{uid}/profile/tiers/{tierUid}/manifests": { @@ -37900,7 +39310,9 @@ } ], "summary": "Retrieves a list of manifests of the specified application deployment profile tier", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -37947,7 +39359,9 @@ } ], "summary": "Returns the specified application deployment tier manifest information", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -38003,7 +39417,9 @@ } ], "summary": "Updates the specified application deployment tier manifest information", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] } }, "/v1/appDeployments/{uid}/profile/versions": { @@ -38034,7 +39450,9 @@ } ], "summary": "Retrieves a list of profile versions of the specified application deployment", - "tags": ["appDeployments"] + "tags": [ + "appDeployments" + ] }, "parameters": [ { @@ -38087,7 +39505,9 @@ } ], "summary": "Creates a application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/macros": { @@ -38118,7 +39538,9 @@ } ], "summary": "Retrieves a list of application profile macros", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}": { @@ -38146,7 +39568,9 @@ } ], "summary": "Deletes the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "get": { "operationId": "v1AppProfilesUidGet", @@ -38175,7 +39599,9 @@ } ], "summary": "Returns the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38216,7 +39642,9 @@ } ], "summary": "Updates the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/clone": { @@ -38269,7 +39697,9 @@ } ], "summary": "Clones the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/clone/validate": { @@ -38319,7 +39749,9 @@ } ], "summary": "Validates the specified application profile clone", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/metadata": { @@ -38363,7 +39795,9 @@ } ], "summary": "Updates the specified application profile metadata", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/tiers": { @@ -38394,7 +39828,9 @@ } ], "summary": "Retrieves a list of tiers of the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38445,7 +39881,9 @@ } ], "summary": "Updates app tier of the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "post": { "operationId": "v1AppProfilesUidTiersCreate", @@ -38487,7 +39925,9 @@ } ], "summary": "Adds tier to the specified application profile", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/tiers/{tierUid}": { @@ -38515,7 +39955,9 @@ } ], "summary": "Deletes the specified application profile tier", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "get": { "operationId": "v1AppProfilesUidTiersUidGet", @@ -38544,7 +39986,9 @@ } ], "summary": "Returns the specified application profile tier information", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38593,7 +40037,9 @@ } ], "summary": "Updates the specified application profile tier", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/tiers/{tierUid}/manifests": { @@ -38624,7 +40070,9 @@ } ], "summary": "Retrieves a list of manifests of the specified application profile tier", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38682,7 +40130,9 @@ } ], "summary": "Adds manifest to the specified application profile tier", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/tiers/{tierUid}/manifests/{manifestUid}": { @@ -38710,7 +40160,9 @@ } ], "summary": "Deletes the specified application profile tier manifest", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "get": { "operationId": "v1AppProfilesUidTiersUidManifestsUidGet", @@ -38739,7 +40191,9 @@ } ], "summary": "Returns the specified application profile tier manifest information", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38795,7 +40249,9 @@ } ], "summary": "Updates the specified application profile tier manifest information", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] } }, "/v1/appProfiles/{uid}/tiers/{tierUid}/resolvedValues": { @@ -38826,7 +40282,9 @@ } ], "summary": "Returns the specified application profile tier resolved values", - "tags": ["appProfiles"] + "tags": [ + "appProfiles" + ] }, "parameters": [ { @@ -38894,7 +40352,13 @@ "type": "string" }, { - "enum": ["create", "update", "delete", "publish", "deploy"], + "enum": [ + "create", + "update", + "delete", + "publish", + "deploy" + ], "in": "query", "name": "actionType", "type": "string" @@ -38944,7 +40408,9 @@ } ], "summary": "Retrieves the list of audit logs", - "tags": ["audits"] + "tags": [ + "audits" + ] } }, "/v1/audits/{uid}": { @@ -38975,7 +40441,9 @@ } ], "summary": "Returns the specified audit log", - "tags": ["audits"] + "tags": [ + "audits" + ] }, "parameters": [ { @@ -39015,7 +40483,9 @@ } ], "summary": "Returns the specified system audit message", - "tags": ["audits"] + "tags": [ + "audits" + ] }, "parameters": [ { @@ -39068,7 +40538,9 @@ } ], "summary": "Updates the specified user message for the specified audit", - "tags": ["audits"] + "tags": [ + "audits" + ] } }, "/v1/auth/authenticate": { @@ -39102,7 +40574,9 @@ } }, "summary": "Authenticates the user for the specified crendentials", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/login": { @@ -39128,7 +40602,9 @@ } }, "summary": "Deprecated. Returns the authentication type for the specified user email id", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/org": { @@ -39151,7 +40627,9 @@ } }, "summary": "Returns the user organization details", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/org/{orgName}/switch": { @@ -39183,7 +40661,9 @@ } }, "summary": "Creates a request to switch organization", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/org/{org}/oidc/callback": { @@ -39199,7 +40679,9 @@ } }, "summary": "Idp authorization code callback", - "tags": ["auth"] + "tags": [ + "auth" + ] }, "parameters": [ { @@ -39251,7 +40733,9 @@ } }, "summary": "Identity provider logout url for the Oidc", - "tags": ["auth"] + "tags": [ + "auth" + ] }, "parameters": [ { @@ -39286,7 +40770,9 @@ } ], "post": { - "consumes": ["application/x-www-form-urlencoded"], + "consumes": [ + "application/x-www-form-urlencoded" + ], "description": "Returns the Authorization token for the palette. This is called by the SAML based IDP as a callback url after IDP authenticates the user with its server.", "operationId": "V1SamlCallback", "parameters": [ @@ -39312,7 +40798,9 @@ } }, "summary": "Identity provider callback url for the SMAL authentication", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/org/{org}/saml/logout": { @@ -39332,7 +40820,9 @@ } ], "post": { - "consumes": ["application/x-www-form-urlencoded"], + "consumes": [ + "application/x-www-form-urlencoded" + ], "description": "Returns No Content. Works as a callback url after the IDP logout from their server.", "operationId": "V1SamlLogout", "parameters": [ @@ -39355,7 +40845,9 @@ } }, "summary": "Identity provider logout url for the SMAL", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/orgs": { @@ -39371,7 +40863,9 @@ } }, "summary": "Returns a list of user's organizations", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/password/{passwordToken}/activate": { @@ -39400,7 +40894,9 @@ "type": "string" } }, - "required": ["password"], + "required": [ + "password" + ], "type": "object" } } @@ -39411,7 +40907,9 @@ } }, "summary": "Updates and Activates the specified user password using the password token", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/password/{passwordToken}/reset": { @@ -39440,7 +40938,9 @@ "type": "string" } }, - "required": ["password"], + "required": [ + "password" + ], "type": "object" } } @@ -39451,7 +40951,9 @@ } }, "summary": "Resets the user password using the password token", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/refresh/{token}": { @@ -39467,7 +40969,9 @@ } }, "summary": "Refreshes authentication token", - "tags": ["auth"] + "tags": [ + "auth" + ] }, "parameters": [ { @@ -39499,7 +41003,9 @@ } }, "summary": "Returns a list of predefined Identity Provider (IDP)", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/sso/logins": { @@ -39522,7 +41028,9 @@ } }, "summary": "Returns a list of supported sso logins", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/sso/providers": { @@ -39538,7 +41046,9 @@ } }, "summary": "Returns a list of supported sso auth providers", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/sso/{ssoApp}/callback": { @@ -39554,7 +41064,9 @@ } }, "summary": "Returns Authorization token. Works as a callback url for the system defined sso apps", - "tags": ["auth"] + "tags": [ + "auth" + ] }, "parameters": [ { @@ -39615,7 +41127,9 @@ } }, "summary": "Returns No Content. Sends the user organization information via email", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/auth/user/password/reset": { @@ -39634,7 +41148,9 @@ "type": "string" } }, - "required": ["emailId"], + "required": [ + "emailId" + ], "type": "object" } } @@ -39651,7 +41167,9 @@ } }, "summary": "Creates request to reset password via email", - "tags": ["auth"] + "tags": [ + "auth" + ] } }, "/v1/cloudaccounts/aws": { @@ -39721,7 +41239,9 @@ } ], "summary": "Retrieves a list of AWS cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsAwsCreate", @@ -39764,7 +41284,9 @@ } ], "summary": "Creates an AWS cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/aws/{uid}": { @@ -39792,7 +41314,9 @@ } ], "summary": "Deletes the specified AWS account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsAwsGet", @@ -39827,7 +41351,9 @@ } ], "summary": "Returns the specified AWS account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -39869,7 +41395,9 @@ } ], "summary": "Updates the specified AWS account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/azure": { @@ -39939,7 +41467,9 @@ } ], "summary": "Retrieves a list of azure cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsAzureCreate", @@ -39982,7 +41512,9 @@ } ], "summary": "Create azure cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/azure/{uid}": { @@ -40010,7 +41542,9 @@ } ], "summary": "Deletes the specified azure account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsAzureGet", @@ -40039,7 +41573,9 @@ } ], "summary": "Returns the specified azure cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40081,7 +41617,9 @@ } ], "summary": "Updates the specified azure account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/cloudTypes/{cloudType}": { @@ -40151,7 +41689,9 @@ } ], "summary": "Retrieves a list of cloud accounts by cloud type", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40203,7 +41743,9 @@ } ], "summary": "Creates an cloud account of specific cloud type", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/cloudTypes/{cloudType}/{uid}": { @@ -40231,7 +41773,9 @@ } ], "summary": "Deletes the specified account by cloud type", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsCustomGet", @@ -40260,7 +41804,9 @@ } ], "summary": "Returns the specified account by cloud type", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40309,7 +41855,9 @@ } ], "summary": "Updates the specified account by cloud type", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/coxedge": { @@ -40379,7 +41927,9 @@ } ], "summary": "Retrieves a list of CoxEdge cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsCoxEdgeCreate", @@ -40422,7 +41972,9 @@ } ], "summary": "Creates an CoxEdge cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/coxedge/{uid}": { @@ -40450,7 +42002,9 @@ } ], "summary": "Deletes the specified CoxEdge account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsCoxEdgeGet", @@ -40479,7 +42033,9 @@ } ], "summary": "Returns the specified CoxEdge account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40521,7 +42077,9 @@ } ], "summary": "Updates the specified CoxEdge account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/gcp": { @@ -40591,7 +42149,9 @@ } ], "summary": "Retrieves a list of gcp cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsGcpCreate", @@ -40634,7 +42194,9 @@ } ], "summary": "Creates a GCP cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/gcp/{uid}": { @@ -40662,7 +42224,9 @@ } ], "summary": "Deletes the specified GCP account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsGcpGet", @@ -40691,7 +42255,9 @@ } ], "summary": "Returns the specified GCP cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40734,7 +42300,9 @@ } ], "summary": "Updates the specified GCP account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/maas": { @@ -40804,7 +42372,9 @@ } ], "summary": "Retrieves a list of Maas cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsMaasCreate", @@ -40847,7 +42417,9 @@ } ], "summary": "Creates an Maas cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/maas/{uid}": { @@ -40875,7 +42447,9 @@ } ], "summary": "Deletes the specified Maas account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsMaasGet", @@ -40904,7 +42478,9 @@ } ], "summary": "Returns the specified Maas account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -40947,7 +42523,9 @@ } ], "summary": "Patches the specified CloudAccount Maas", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "put": { "operationId": "v1CloudAccountsMaasUpdate", @@ -40980,7 +42558,9 @@ } ], "summary": "Updates the specified Maas account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/maas/{uid}/properties/azs": { @@ -41011,7 +42591,9 @@ } ], "summary": "Get the maas azs for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41050,7 +42632,9 @@ } ], "summary": "Get the maas domains for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41089,7 +42673,9 @@ } ], "summary": "Get the maas pools for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41128,7 +42714,9 @@ } ], "summary": "Get the maas subnets for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41167,7 +42755,9 @@ } ], "summary": "Get the maas tags for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41245,7 +42835,9 @@ } ], "summary": "Retrieves a list of OpenStack cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsOpenStackCreate", @@ -41288,7 +42880,9 @@ } ], "summary": "Creates a OpenStack cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/openstack/{uid}": { @@ -41316,7 +42910,9 @@ } ], "summary": "Deletes the specified OpenStack account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsOpenStackGet", @@ -41345,7 +42941,9 @@ } ], "summary": "Returns the specified OpenStack account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41387,7 +42985,9 @@ } ], "summary": "Updates the specified OpenStack account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/openstack/{uid}/properties/azs": { @@ -41433,7 +43033,9 @@ } ], "summary": "Get the openstack azs for a given account and region", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41487,7 +43089,9 @@ } ], "summary": "Get the openstack keypairs for a given account and scope", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41541,7 +43145,9 @@ } ], "summary": "Get the openstack keypairs for a given account and scope", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41595,7 +43201,9 @@ } ], "summary": "Get the openstack networks for a given account and scope", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41634,7 +43242,9 @@ } ], "summary": "Get the openstack projects for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41673,7 +43283,9 @@ } ], "summary": "Get the openstack regions for a given account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41745,7 +43357,9 @@ } ], "summary": "Retrieves a list of cloud accounts summary", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/tencent": { @@ -41815,7 +43429,9 @@ } ], "summary": "Retrieves a list of Tencent cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsTencentCreate", @@ -41858,7 +43474,9 @@ } ], "summary": "Creates an Tencent cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/tencent/{uid}": { @@ -41886,7 +43504,9 @@ } ], "summary": "Deletes the specified Tencent account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsTencentGet", @@ -41915,7 +43535,9 @@ } ], "summary": "Returns the specified Tencent account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -41957,7 +43579,9 @@ } ], "summary": "Updates the specified Tencent account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/vsphere": { @@ -42027,7 +43651,9 @@ } ], "summary": "Retrieves a list of vSphere cloud accounts", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "post": { "operationId": "v1CloudAccountsVsphereCreate", @@ -42070,7 +43696,9 @@ } ], "summary": "Creates a vSphere cloud account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/vsphere/{uid}": { @@ -42098,7 +43726,9 @@ } ], "summary": "Deletes the specified vSphere account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "get": { "operationId": "v1CloudAccountsVsphereGet", @@ -42127,7 +43757,9 @@ } ], "summary": "Returns the specified vSphere account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -42170,7 +43802,9 @@ } ], "summary": "Updates the specified VSphere account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudaccounts/vsphere/{uid}/properties/computecluster/resources": { @@ -42201,7 +43835,9 @@ } ], "summary": "Get the vSphere computecluster resources for the given overlord account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -42257,7 +43893,9 @@ } ], "summary": "Get the vSphere datacenters & datacluster for the given overlord account", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] }, "parameters": [ { @@ -42309,7 +43947,9 @@ } ], "summary": "Update the geolocation annotation", - "tags": ["cloudaccounts"] + "tags": [ + "cloudaccounts" + ] } }, "/v1/cloudconfigs/aks/{configUid}": { @@ -42340,7 +43980,9 @@ } ], "summary": "Returns the specified AKS cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42393,7 +44035,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aks/{configUid}/machinePools": { @@ -42446,7 +44090,9 @@ } ], "summary": "Creates an AKS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aks/{configUid}/machinePools/{machinePoolName}": { @@ -42474,7 +44120,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42523,7 +44171,9 @@ } ], "summary": "Updates the specified AKS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aks/{configUid}/machinePools/{machinePoolName}/machines": { @@ -42593,7 +44243,9 @@ } ], "summary": "Retrieves a list of AKS machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42651,7 +44303,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aks/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -42679,7 +44333,9 @@ } ], "summary": "Deletes the specified Azure machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsAksPoolMachinesUidGet", @@ -42708,7 +44364,9 @@ } ], "summary": "Returns the specified AKS machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42764,7 +44422,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aws/{configUid}": { @@ -42795,7 +44455,9 @@ } ], "summary": "Returns the specified AWS cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42848,7 +44510,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aws/{configUid}/machinePools": { @@ -42901,7 +44565,9 @@ } ], "summary": "Creates an AWS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aws/{configUid}/machinePools/{machinePoolName}": { @@ -42929,7 +44595,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -42978,7 +44646,9 @@ } ], "summary": "Updates the specified AWS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aws/{configUid}/machinePools/{machinePoolName}/machines": { @@ -43048,7 +44718,9 @@ } ], "summary": "Retrieves a list of AWS machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43106,7 +44778,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/aws/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -43134,7 +44808,9 @@ } ], "summary": "Deletes the specified AWS machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsAwsPoolMachinesUidGet", @@ -43163,7 +44839,9 @@ } ], "summary": "Returns the specified AWS machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43219,7 +44897,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/azure/{configUid}": { @@ -43250,7 +44930,9 @@ } ], "summary": "Returns the specified Azure cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43303,7 +44985,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/azure/{configUid}/machinePools": { @@ -43356,7 +45040,9 @@ } ], "summary": "Creates an Azure cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/azure/{configUid}/machinePools/{machinePoolName}": { @@ -43384,7 +45070,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43433,7 +45121,9 @@ } ], "summary": "Updates the specified Azure cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/azure/{configUid}/machinePools/{machinePoolName}/machines": { @@ -43504,7 +45194,9 @@ } ], "summary": "Retrieves a list of Azure machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43562,7 +45254,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/azure/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -43590,7 +45284,9 @@ } ], "summary": "Deletes the specified Azure machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "description": "Returns a Azure machine for the specified uid.", @@ -43620,7 +45316,9 @@ } ], "summary": "Returns the specified Azure machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43676,7 +45374,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/cloudTypes/{cloudType}/{configUid}": { @@ -43707,7 +45407,9 @@ } ], "summary": "Returns the specified Custom cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43774,7 +45476,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/cloudTypes/{cloudType}/{configUid}/machinePools": { @@ -43834,7 +45538,9 @@ } ], "summary": "Creates an Custom cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/cloudTypes/{cloudType}/{configUid}/machinePools/{machinePoolName}": { @@ -43862,7 +45568,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -43918,7 +45626,9 @@ } ], "summary": "Updates the specified Custom cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/cloudTypes/{cloudType}/{configUid}/machinePools/{machinePoolName}/machines": { @@ -43988,7 +45698,9 @@ } ], "summary": "Retrieves a list of Custom machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44053,7 +45765,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/cloudTypes/{cloudType}/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -44081,7 +45795,9 @@ } ], "summary": "Deletes the specified Custom machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsCustomPoolMachinesUidGet", @@ -44110,7 +45826,9 @@ } ], "summary": "Returns the specified Custom machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44173,7 +45891,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/coxedge/{configUid}": { @@ -44204,7 +45924,9 @@ } ], "summary": "Returns the specified CoxEdge cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44257,7 +45979,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/coxedge/{configUid}/machinePools": { @@ -44310,7 +46034,9 @@ } ], "summary": "Creates a CoxEdge cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/coxedge/{configUid}/machinePools/{machinePoolName}": { @@ -44338,7 +46064,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44387,7 +46115,9 @@ } ], "summary": "Updates the specified CoxEdge cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/coxedge/{configUid}/machinePools/{machinePoolName}/machines": { @@ -44457,7 +46187,9 @@ } ], "summary": "Retrieves a list of CoxEdge machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44515,7 +46247,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/coxedge/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -44543,7 +46277,9 @@ } ], "summary": "Deletes the specified CoxEdge machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsCoxEdgePoolMachinesUidGet", @@ -44572,7 +46308,9 @@ } ], "summary": "Returns the specified CoxEdge machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44628,7 +46366,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge-native/{configUid}": { @@ -44659,7 +46399,9 @@ } ], "summary": "Returns the specified edge-native cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44712,7 +46454,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge-native/{configUid}/machinePools": { @@ -44765,7 +46509,9 @@ } ], "summary": "Creates a edge-native cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge-native/{configUid}/machinePools/{machinePoolName}": { @@ -44793,7 +46539,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44842,7 +46590,9 @@ } ], "summary": "Updates the specified edge-native cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge-native/{configUid}/machinePools/{machinePoolName}/machines": { @@ -44873,7 +46623,9 @@ } ], "summary": "Retrieves a list of edge-native machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -44931,7 +46683,9 @@ } ], "summary": "Adds the edge-native machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge-native/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -44959,7 +46713,9 @@ } ], "summary": "Deletes the specified edge-native machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsEdgeNativePoolMachinesUidGet", @@ -44988,7 +46744,9 @@ } ], "summary": "Returns the specified edge-native machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45044,7 +46802,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge/{configUid}": { @@ -45075,7 +46835,9 @@ } ], "summary": "Returns the specified edge cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45128,7 +46890,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge/{configUid}/machinePools": { @@ -45181,7 +46945,9 @@ } ], "summary": "Creates a edge cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge/{configUid}/machinePools/{machinePoolName}": { @@ -45209,7 +46975,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45258,7 +47026,9 @@ } ], "summary": "Updates the specified Edge cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge/{configUid}/machinePools/{machinePoolName}/machines": { @@ -45289,7 +47059,9 @@ } ], "summary": "Retrieves a list of Edge machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45347,7 +47119,9 @@ } ], "summary": "Adds the Edge machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/edge/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -45375,7 +47149,9 @@ } ], "summary": "Deletes the specified Edge machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsEdgePoolMachinesUidGet", @@ -45404,7 +47180,9 @@ } ], "summary": "Returns the specified Edge machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45460,7 +47238,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}": { @@ -45491,7 +47271,9 @@ } ], "summary": "Returns the specified EKS cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45544,7 +47326,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}/fargateProfiles": { @@ -45588,7 +47372,9 @@ } ], "summary": "Updates EKS cloud config's fargate profiles", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}/machinePools": { @@ -45641,7 +47427,9 @@ } ], "summary": "Creates an EKS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}/machinePools/{machinePoolName}": { @@ -45669,7 +47457,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45718,7 +47508,9 @@ } ], "summary": "Updates the specified EKS cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}/machinePools/{machinePoolName}/machines": { @@ -45788,7 +47580,9 @@ } ], "summary": "Retrieves a list of EKS machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45846,7 +47640,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/eks/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -45874,7 +47670,9 @@ } ], "summary": "Deletes the specified EKS machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsEksPoolMachinesUidGet", @@ -45903,7 +47701,9 @@ } ], "summary": "Returns the specified EKS machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -45959,7 +47759,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gcp/{configUid}": { @@ -45990,7 +47792,9 @@ } ], "summary": "Returns the specified GCP cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46043,7 +47847,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gcp/{configUid}/machinePools": { @@ -46096,7 +47902,9 @@ } ], "summary": "Creates a Gcp cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gcp/{configUid}/machinePools/{machinePoolName}": { @@ -46124,7 +47932,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46173,7 +47983,9 @@ } ], "summary": "Updates the specified GCP cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gcp/{configUid}/machinePools/{machinePoolName}/machines": { @@ -46243,7 +48055,9 @@ } ], "summary": "Retrieves a list of GCP machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46301,7 +48115,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gcp/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -46329,7 +48145,9 @@ } ], "summary": "Deletes the specified GCP machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsGcpPoolMachinesUidGet", @@ -46358,7 +48176,9 @@ } ], "summary": "Returns the specified GCP machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46414,7 +48234,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/generic/{configUid}": { @@ -46445,7 +48267,9 @@ } ], "summary": "Returns the specified Generic cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46498,7 +48322,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/generic/{configUid}/machinePools": { @@ -46551,7 +48377,9 @@ } ], "summary": "Creates a generic cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/generic/{configUid}/machinePools/{machinePoolName}": { @@ -46579,7 +48407,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46628,7 +48458,9 @@ } ], "summary": "Updates the specified generic cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/generic/{configUid}/machinePools/{machinePoolName}/machines": { @@ -46698,7 +48530,9 @@ } ], "summary": "Retrieves a list of Generic machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46756,7 +48590,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/generic/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -46784,7 +48620,9 @@ } ], "summary": "Deletes the specified machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsGenericPoolMachinesUidGet", @@ -46813,7 +48651,9 @@ } ], "summary": "Returns the specified generic machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46869,7 +48709,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gke/{configUid}": { @@ -46900,7 +48742,9 @@ } ], "summary": "Returns the specified GKE cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -46953,7 +48797,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gke/{configUid}/machinePools": { @@ -47006,7 +48852,9 @@ } ], "summary": "Creates an GKE cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gke/{configUid}/machinePools/{machinePoolName}": { @@ -47034,7 +48882,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47083,7 +48933,9 @@ } ], "summary": "Updates the specified GKE cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gke/{configUid}/machinePools/{machinePoolName}/machines": { @@ -47153,7 +49005,9 @@ } ], "summary": "Retrieves a list of GKE machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47211,7 +49065,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/gke/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -47239,7 +49095,9 @@ } ], "summary": "Deletes the specified Gcp machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsGkePoolMachinesUidGet", @@ -47268,7 +49126,9 @@ } ], "summary": "Returns the specified GKE machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47324,7 +49184,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/libvirt/{configUid}": { @@ -47355,7 +49217,9 @@ } ], "summary": "Returns the specified libvirt cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47408,7 +49272,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/libvirt/{configUid}/machinePools": { @@ -47461,7 +49327,9 @@ } ], "summary": "Creates a libvirt cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/libvirt/{configUid}/machinePools/{machinePoolName}": { @@ -47489,7 +49357,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47538,7 +49408,9 @@ } ], "summary": "Updates the specified Libvirt cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/libvirt/{configUid}/machinePools/{machinePoolName}/machines": { @@ -47569,7 +49441,9 @@ } ], "summary": "Retrieves a list of Libvirt machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47627,7 +49501,9 @@ } ], "summary": "Adds the Libvirt machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/libvirt/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -47655,7 +49531,9 @@ } ], "summary": "Deletes the specified Libvirt machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsLibvirtPoolMachinesUidGet", @@ -47684,7 +49562,9 @@ } ], "summary": "Returns the specified Libvirt machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47740,7 +49620,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/maas/{configUid}": { @@ -47771,7 +49653,9 @@ } ], "summary": "Returns the specified Maas cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47824,7 +49708,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/maas/{configUid}/machinePools": { @@ -47877,7 +49763,9 @@ } ], "summary": "Creates an Maas cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/maas/{configUid}/machinePools/{machinePoolName}": { @@ -47905,7 +49793,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -47954,7 +49844,9 @@ } ], "summary": "Updates the specified Maas cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/maas/{configUid}/machinePools/{machinePoolName}/machines": { @@ -48024,7 +49916,9 @@ } ], "summary": "Retrieves a list of Maas machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48082,7 +49976,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/maas/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -48110,7 +50006,9 @@ } ], "summary": "Deletes the specified Maas machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsMaasPoolMachinesUidGet", @@ -48139,7 +50037,9 @@ } ], "summary": "Returns the specified Maas machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48195,7 +50095,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/openstack/{configUid}": { @@ -48226,7 +50128,9 @@ } ], "summary": "Returns the specified OpenStack cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48279,7 +50183,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/openstack/{configUid}/machinePools": { @@ -48332,7 +50238,9 @@ } ], "summary": "Creates a OpenStack cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/openstack/{configUid}/machinePools/{machinePoolName}": { @@ -48360,7 +50268,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48409,7 +50319,9 @@ } ], "summary": "Updates the specified OpenStack cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/openstack/{configUid}/machinePools/{machinePoolName}/machines": { @@ -48440,7 +50352,9 @@ } ], "summary": "Retrieves a list of OpenStack machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48498,7 +50412,9 @@ } ], "summary": "Adds the OpenStack machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/openstack/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -48526,7 +50442,9 @@ } ], "summary": "Deletes the specified OpenStack machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsOpenStackPoolMachinesUidGet", @@ -48555,7 +50473,9 @@ } ], "summary": "Returns the specified OpenStack machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48611,7 +50531,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/tke/{configUid}": { @@ -48642,7 +50564,9 @@ } ], "summary": "Returns the specified TKE cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48695,7 +50619,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/tke/{configUid}/machinePools": { @@ -48748,7 +50674,9 @@ } ], "summary": "Creates an TKE cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/tke/{configUid}/machinePools/{machinePoolName}": { @@ -48776,7 +50704,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48825,7 +50755,9 @@ } ], "summary": "Updates the specified TKE cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/tke/{configUid}/machinePools/{machinePoolName}/machines": { @@ -48895,7 +50827,9 @@ } ], "summary": "Retrieves a list of TKE machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -48953,7 +50887,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/tke/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -48981,7 +50917,9 @@ } ], "summary": "Deletes the specified Tencent machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsTkePoolMachinesUidGet", @@ -49010,7 +50948,9 @@ } ], "summary": "Returns the specified Tke machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49066,7 +51006,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}": { @@ -49097,7 +51039,9 @@ } ], "summary": "Returns the specified Virtual cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49150,7 +51094,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}/machinePools": { @@ -49203,7 +51149,9 @@ } ], "summary": "Creates a virtual cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}/machinePools/{machinePoolName}": { @@ -49231,7 +51179,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49280,7 +51230,9 @@ } ], "summary": "Updates the specified virtual cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}/machinePools/{machinePoolName}/machines": { @@ -49350,7 +51302,9 @@ } ], "summary": "Retrieves a list of virtual machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49408,7 +51362,9 @@ } ], "summary": "Adds the machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -49436,7 +51392,9 @@ } ], "summary": "Deletes the specified virtual machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsVirtualPoolMachinesUidGet", @@ -49465,7 +51423,9 @@ } ], "summary": "Returns the specified virtual machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49521,7 +51481,9 @@ } ], "summary": "Updates the specified machine to the cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/virtual/{configUid}/resize": { @@ -49565,7 +51527,9 @@ } ], "summary": "Updates and resizes the virtual cluster", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/vsphere/{configUid}": { @@ -49596,7 +51560,9 @@ } ], "summary": "Returns the specified vSphere cloud config", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49649,7 +51615,9 @@ } ], "summary": "Updates the cluster configuration information", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/vsphere/{configUid}/machinePools": { @@ -49702,7 +51670,9 @@ } ], "summary": "Creates a vSphere cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/vsphere/{configUid}/machinePools/{machinePoolName}": { @@ -49730,7 +51700,9 @@ } ], "summary": "Deletes the specified machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49779,7 +51751,9 @@ } ], "summary": "Updates the specified vSphere cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/vsphere/{configUid}/machinePools/{machinePoolName}/machines": { @@ -49849,7 +51823,9 @@ } ], "summary": "Retrieves a list of vSphere machines", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -49907,7 +51883,9 @@ } ], "summary": "Adds the vSphere machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/vsphere/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}": { @@ -49935,7 +51913,9 @@ } ], "summary": "Deletes the specified vSphere machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "get": { "operationId": "v1CloudConfigsVspherePoolMachinesUidGet", @@ -49964,7 +51944,9 @@ } ], "summary": "Returns the specified vSphere machine", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -50020,7 +52002,9 @@ } ], "summary": "Updates the specified machine to cloud config's machine pool", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/{cloudType}/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}/maintenance": { @@ -50085,7 +52069,9 @@ } ], "summary": "Updates the specified machine maintenance", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/{cloudType}/{configUid}/machinePools/{machinePoolName}/machines/{machineUid}/maintenance/status": { @@ -50150,7 +52136,9 @@ } ], "summary": "Updates the specified machine maintenance", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] } }, "/v1/cloudconfigs/{configUid}/machinePools/machineUids": { @@ -50181,7 +52169,9 @@ } ], "summary": "Returns the specified cloud config's machine pools and machine uid", - "tags": ["cloudconfigs"] + "tags": [ + "cloudconfigs" + ] }, "parameters": [ { @@ -50200,7 +52190,10 @@ { "default": "aws", "description": "AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values", - "enum": ["aws", "aws-us-gov"], + "enum": [ + "aws", + "aws-us-gov" + ], "in": "query", "name": "partition", "type": "string" @@ -50229,7 +52222,9 @@ } ], "summary": "Retrieves AWS external id and account id", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/account/validate": { @@ -50272,7 +52267,9 @@ } ], "summary": "Validate the specified AWS account credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/cloudwatch/validate": { @@ -50316,7 +52313,9 @@ } ], "summary": "validates aws cloud watch credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/cost": { @@ -50356,7 +52355,9 @@ } ], "summary": "Retrieves AWS cloud account usage cost from cost explorer.", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/imageIds/{imageId}/volumeSize": { @@ -50409,7 +52410,9 @@ } ], "summary": "Get AWS Volume Size", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/policies": { @@ -50455,7 +52458,9 @@ } ], "summary": "Retrieves a list of AWS policies for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/policyArns/validate": { @@ -50504,7 +52509,9 @@ } ], "summary": "Validate the aws policy arns validate", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/properties/validate": { @@ -50547,7 +52554,9 @@ } ], "summary": "Validate AWS properties", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions": { @@ -50585,7 +52594,9 @@ } ], "summary": "Retrieves a list of AWS regions for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/availabilityzones": { @@ -50630,7 +52641,9 @@ } ], "summary": "Retrieves a list of AWS availability zones for the specified region", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/copydefaultimages": { @@ -50676,7 +52689,9 @@ } ], "summary": "Copies the specified image from one region to another region", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/eksClusters/name/validate": { @@ -50732,7 +52747,9 @@ } ], "summary": "Check if Aws cluster name is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/images": { @@ -50778,7 +52795,9 @@ } ], "summary": "Returns AWS image for the specified AMI name", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/instancetypes": { @@ -50843,7 +52862,9 @@ } ], "summary": "Retrieves a list of AWS instance types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/keypairs": { @@ -50888,7 +52909,9 @@ } ], "summary": "Retrieves a list of AWS keypairs", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/keypairs/{keypair}/validate": { @@ -50943,7 +52966,9 @@ } ], "summary": "Validate the specified AWS keypair", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/kms/{keyId}": { @@ -50995,7 +53020,9 @@ } ], "summary": "Get AWS KMS key by Id", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/kmskeys": { @@ -51040,7 +53067,9 @@ } ], "summary": "Retrieves a list of AWS KMS keys for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/kmskeys/validate": { @@ -51095,7 +53124,9 @@ } ], "summary": "Validate an Aws KMS key for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/storagetypes": { @@ -51133,7 +53164,9 @@ } ], "summary": "Retrieves a list of AWS storage types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/regions/{region}/vpcs": { @@ -51178,7 +53211,9 @@ } ], "summary": "Retrieves a list of VPCs for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/s3/validate": { @@ -51221,7 +53256,9 @@ } ], "summary": "Validate the AWS S3 bucket", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/securitygroups": { @@ -51272,7 +53309,9 @@ } ], "summary": "Retrieves a list of AWS security groups for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/aws/volumeTypes": { @@ -51311,7 +53350,9 @@ } ], "summary": "Get all AWS Volume Types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/account/validate": { @@ -51355,7 +53396,9 @@ } ], "summary": "Check if Azure account is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/groups": { @@ -51392,7 +53435,9 @@ } ], "summary": "Retrieves a list of Azure groups", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions": { @@ -51435,7 +53480,9 @@ } ], "summary": "Retrieves a list of Azure regions", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/instancetypes": { @@ -51494,7 +53541,9 @@ } ], "summary": "Retrieves a list of Azure instance types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/storagetypes": { @@ -51532,7 +53581,9 @@ } ], "summary": "Retrieves a list of Azure storage types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/subscriptions/{subscriptionId}/aksClusters/name/validate": { @@ -51602,7 +53653,9 @@ } ], "summary": "Check if Azure cluster name is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/subscriptions/{subscriptionId}/networks": { @@ -51660,7 +53713,9 @@ } ], "summary": "Retrieves a list of Azure virtual network list for the sepcified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/subscriptions/{subscriptionId}/resourceGroups": { @@ -51712,7 +53767,9 @@ } ], "summary": "Retrieves a list of Azure resource group for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/regions/{region}/zones": { @@ -51762,7 +53819,9 @@ } ], "summary": "Retrieves a list of Azure zones for the specified region", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/resourceGroups/{resourceGroup}/privateDnsZones": { @@ -51815,7 +53874,9 @@ } ], "summary": "Get Azure private DNS zones for the given resource group", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/resourceGroups/{resourceGroup}/storageAccounts": { @@ -51867,7 +53928,9 @@ } ], "summary": "Get Azure storage accounts", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/resourceGroups/{resourceGroup}/storageAccounts/{storageAccountName}/containers": { @@ -51926,7 +53989,9 @@ } ], "summary": "Get Azure storage containers", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/storageaccounttypes": { @@ -51964,7 +54029,9 @@ } ], "summary": "Get Azure storage account types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/subscriptions": { @@ -52003,7 +54070,9 @@ } ], "summary": "Retrieves a list of Azure subscription list for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/azure/vhds/{vhd}/url": { @@ -52041,7 +54110,9 @@ } ], "summary": "Returns the Azure vhd url for the specified vhd location", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes": { @@ -52072,7 +54143,9 @@ } ], "summary": "Returns the custom cloud types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/register": { @@ -52117,7 +54190,9 @@ } ], "summary": "Registers the custom cloud type", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}": { @@ -52152,7 +54227,9 @@ } ], "summary": "Deletes the custom cloud type", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/cloudAccountKeys": { @@ -52183,7 +54260,9 @@ } ], "summary": "Returns valid keys for the cloud account used for custom cloud type", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52233,7 +54312,9 @@ } ], "summary": "Update the custom cloud type cloud account keys", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/bootstrap": { @@ -52261,7 +54342,9 @@ } ], "summary": "Delete the custom cloud type bootstrap", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeBootstrapGet", @@ -52290,7 +54373,9 @@ } ], "summary": "Returns the custom cloud type bootstrap", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52302,7 +54387,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeBootstrapUpdate", "parameters": [ { @@ -52337,7 +54424,9 @@ } ], "summary": "Update the custom cloud type bootstrap", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/cloudProvider": { @@ -52365,7 +54454,9 @@ } ], "summary": "Delete the custom cloud type cloud provider", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeCloudProviderGet", @@ -52394,7 +54485,9 @@ } ], "summary": "Returns the custom cloud type cloud provider", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52406,7 +54499,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeCloudProviderUpdate", "parameters": [ { @@ -52441,7 +54536,9 @@ } ], "summary": "Update the custom cloud type cloud provider", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/controlPlane": { @@ -52469,7 +54566,9 @@ } ], "summary": "Delete the custom cloud type control plane", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeControlPlaneGet", @@ -52498,7 +54597,9 @@ } ], "summary": "Returns the custom cloud type control plane", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52510,7 +54611,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeControlPlaneUpdate", "parameters": [ { @@ -52545,7 +54648,9 @@ } ], "summary": "Update the custom cloud type control plane", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/templates/clusterTemplate": { @@ -52573,7 +54678,9 @@ } ], "summary": "Delete the custom cloud type cluster template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeClusterTemplateGet", @@ -52602,7 +54709,9 @@ } ], "summary": "Returns the custom cloud type cluster template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52614,7 +54723,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeClusterTemplateUpdate", "parameters": [ { @@ -52649,7 +54760,9 @@ } ], "summary": "Update the custom cloud type cluster template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/templates/controlPlanePoolTemplate": { @@ -52677,7 +54790,9 @@ } ], "summary": "Delete the custom cloud type controlPlane pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeControlPlanePoolTemplateGet", @@ -52706,7 +54821,9 @@ } ], "summary": "Returns the custom cloud type controlPlane pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52718,7 +54835,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeControlPlanePoolTemplateUpdate", "parameters": [ { @@ -52753,7 +54872,9 @@ } ], "summary": "Update the custom cloud type controlPlane pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/content/templates/workerPoolTemplate": { @@ -52781,7 +54902,9 @@ } ], "summary": "Delete the custom cloud type worker pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "get": { "operationId": "V1CustomCloudTypeWorkerPoolTemplateGet", @@ -52810,7 +54933,9 @@ } ], "summary": "Returns the custom cloud type worker pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52822,7 +54947,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeWorkerPoolTemplateUpdate", "parameters": [ { @@ -52857,7 +54984,9 @@ } ], "summary": "Update the custom cloud type worker pool template", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/logo": { @@ -52871,7 +55000,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "Download the logo", @@ -52895,7 +55026,9 @@ } ], "summary": "Returns the custom cloud type logo", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -52907,7 +55040,9 @@ } ], "put": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "V1CustomCloudTypeLogoUpdate", "parameters": [ { @@ -52942,7 +55077,9 @@ } ], "summary": "Update the custom cloud type logo", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/cloudTypes/{cloudType}/meta": { @@ -52973,7 +55110,9 @@ } ], "summary": "Returns the custom cloud type meta", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "parameters": [ { @@ -53017,7 +55156,9 @@ } ], "summary": "Update the custom cloud type meta", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/account/validate": { @@ -53060,7 +55201,9 @@ } ], "summary": "Validate the specified CoxEdge account credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/default/baseurls": { @@ -53091,7 +55234,9 @@ } ], "summary": "Retrieves a list of default base urls", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/environments": { @@ -53135,7 +55280,9 @@ } ], "summary": "Retrieves a list of environments for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "post": { "operationId": "V1CoxEdgeEnvironments", @@ -53173,7 +55320,9 @@ } ], "summary": "Retrieves a list of environments for baseUrl and apiKey", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/organizations": { @@ -53211,7 +55360,9 @@ } ], "summary": "Retrieves a list of organizations for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "post": { "operationId": "V1CoxEdgeOrganizations", @@ -53249,7 +55400,9 @@ } ], "summary": "Retrieves a list of organizations for baseUrl and apiKey", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/regions": { @@ -53304,7 +55457,9 @@ } ], "summary": "Retrieves a list of CoxEdge regions for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/regions/{region}/instancetypes": { @@ -53356,7 +55511,9 @@ } ], "summary": "Retrieves a list of CoxEdge instance types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/coxedge/services": { @@ -53400,7 +55557,9 @@ } ], "summary": "Retrieves a list of services for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] }, "post": { "operationId": "V1CoxEdgeServices", @@ -53438,7 +55597,9 @@ } ], "summary": "Retrieves a list of services for baseUrl and apiKey", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/eks/properties/validate": { @@ -53481,7 +55642,9 @@ } ], "summary": "Validate EKS properties", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/account/validate": { @@ -53524,7 +55687,9 @@ } ], "summary": "Validate the specified GCP account credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/azs/validate": { @@ -53567,7 +55732,9 @@ } ], "summary": "Validate the specified GCP az", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/bucketname/validate": { @@ -53610,7 +55777,9 @@ } ], "summary": "Validate the specified GCP bucket name credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/image/container/validate": { @@ -53658,7 +55827,9 @@ } ], "summary": "Validates the image with tag", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/images/{imageName}/url": { @@ -53696,7 +55867,9 @@ } ], "summary": "Returns the Gcp image url for the specified image location", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects": { @@ -53734,7 +55907,9 @@ } ], "summary": "Retrieves a list of GCP projects for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects/{project}/regions": { @@ -53779,7 +55954,9 @@ } ], "summary": "Retrieves a list of GCP regions", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects/{project}/regions/{region}/networks": { @@ -53831,7 +56008,9 @@ } ], "summary": "Retrieves a list of GCP networks for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects/{project}/regions/{region}/zones": { @@ -53883,7 +56062,9 @@ } ], "summary": "Retrieves a list of GCP zones for the specified account and region", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects/{project}/validate": { @@ -53933,7 +56114,9 @@ } ], "summary": "Validate the specified GCP project", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/projects/{project}/zones": { @@ -53978,7 +56161,9 @@ } ], "summary": "Retrieves a list of GCP zones for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/properties/validate": { @@ -54021,7 +56206,9 @@ } ], "summary": "Validate GCP properties", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/regions/{region}/instancetypes": { @@ -54080,7 +56267,9 @@ } ], "summary": "Retrieves a list of GCP instance types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/gcp/regions/{region}/storagetypes": { @@ -54118,7 +56307,9 @@ } ], "summary": "Retrieves a list of Gcp storage types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/account/validate": { @@ -54162,7 +56353,9 @@ } ], "summary": "Check if Maas account is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/azs": { @@ -54199,7 +56392,9 @@ } ], "summary": "Retrieves a list of Maas zones for a particular account uid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/domains": { @@ -54236,7 +56431,9 @@ } ], "summary": "Retrieves a list of Maas domains", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/resourcePools": { @@ -54273,7 +56470,9 @@ } ], "summary": "Retrieves a list of Maas pools for a particular account uid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/subnets": { @@ -54310,7 +56509,9 @@ } ], "summary": "Retrieves a list of Maas subnets for a particular account uid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/maas/tags": { @@ -54347,7 +56548,9 @@ } ], "summary": "Retrieves a list of Maas tags for a particular account uid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/account/validate": { @@ -54391,7 +56594,9 @@ } ], "summary": "Check if OpenStack account is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/azs": { @@ -54446,7 +56651,9 @@ } ], "summary": "Retrieves a list of OpenStack azs for a particular account uid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/flavors": { @@ -54501,7 +56708,9 @@ } ], "summary": "Returns the OpenStack flavors", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/keypairs": { @@ -54556,7 +56765,9 @@ } ], "summary": "Returns the OpenStack keypair", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/networks": { @@ -54611,7 +56822,9 @@ } ], "summary": "Returns the OpenStack networks", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/projects": { @@ -54648,7 +56861,9 @@ } ], "summary": "Returns the OpenStack projects", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/openstack/regions": { @@ -54685,7 +56900,9 @@ } ], "summary": "Returns the OpenStack regions", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/account/validate": { @@ -54728,7 +56945,9 @@ } ], "summary": "Validate the specified Tencent account credentials", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions": { @@ -54766,7 +56985,9 @@ } ], "summary": "Retrieves a list of Tencent regions for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/instancetypes": { @@ -54832,7 +57053,9 @@ } ], "summary": "Retrieves a list of Tencent instance types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/keypairs": { @@ -54877,7 +57100,9 @@ } ], "summary": "Retrieves a list of keypairs for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/securitygroups": { @@ -54922,7 +57147,9 @@ } ], "summary": "Retrieves a list of secutity groups for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/storagetypes": { @@ -54974,7 +57201,9 @@ } ], "summary": "Retrieves a list of Tencent storage types", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/vpcs": { @@ -55019,7 +57248,9 @@ } ], "summary": "Retrieves a list of VPCs for the specified account", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/tencent/regions/{region}/zones": { @@ -55064,7 +57295,9 @@ } ], "summary": "Retrieves a list of Tencent availability zones for the specified region", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/vsphere/account/validate": { @@ -55108,7 +57341,9 @@ } ], "summary": "Check if Vsphere account is valid", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/vsphere/datacenters": { @@ -55145,7 +57380,9 @@ } ], "summary": "Returns the vsphere data centers", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/vsphere/datacenters/{uid}/computeclusters/{computecluster}": { @@ -55197,7 +57434,9 @@ } ], "summary": "Returns the resources for vsphere compute cluster", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/vsphere/env": { @@ -55237,7 +57476,9 @@ } ], "summary": "Retrieves vsphere env", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/{cloudType}/instance/spotprice": { @@ -55296,7 +57537,9 @@ } ], "summary": "Retrieves the cloud instance spot price based on zone and timestamp for a specific cloud", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/{cloud}/compute/{type}/rate": { @@ -55348,7 +57591,9 @@ } ], "summary": "Returns the cloud compute rate", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clouds/{cloud}/storage/{type}/rate": { @@ -55406,7 +57651,9 @@ } ], "summary": "Returns the cloud storage rate", - "tags": ["clouds"] + "tags": [ + "clouds" + ] } }, "/v1/clustergroups": { @@ -55450,7 +57697,9 @@ } ], "summary": "Create cluster groups", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/developerCredit/usage/{scope}": { @@ -55481,7 +57730,9 @@ } ], "summary": "Get cluster group developer credit usage by scope", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] }, "parameters": [ { @@ -55520,7 +57771,9 @@ } ], "summary": "Retrieves a list of cluster groups host cluster summary", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/hostCluster/metadata": { @@ -55551,7 +57804,9 @@ } ], "summary": "Retrieves a list of cluster groups host cluster metadata", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/validate/name": { @@ -55591,7 +57846,9 @@ } ], "summary": "Validates the cluster groups name", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/{uid}": { @@ -55619,7 +57876,9 @@ } ], "summary": "Deletes the specified cluster group", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] }, "get": { "operationId": "v1ClusterGroupsUidGet", @@ -55648,7 +57907,9 @@ } ], "summary": "Returns the specified cluster groups", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] }, "parameters": [ { @@ -55700,7 +57961,9 @@ } ], "summary": "Updates the specified cluster groups clusters", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/{uid}/hostCluster": { @@ -55743,7 +58006,9 @@ } ], "summary": "Updates cluster reference and host cluster config", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/{uid}/hostCluster/config": { @@ -55787,7 +58052,9 @@ } ], "summary": "Updates the host cluster config in cluster group", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/{uid}/meta": { @@ -55830,7 +58097,9 @@ } ], "summary": "Updates the specified cluster groups meta", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clustergroups/{uid}/packs/resolvedValues": { @@ -55861,7 +58130,9 @@ } ], "summary": "Returns the specified clustergroup's profile packs resolved values", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] }, "parameters": [ { @@ -55914,7 +58185,9 @@ } ], "summary": "Returns the associated profiles of a specified cluster group", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] }, "parameters": [ { @@ -55956,7 +58229,9 @@ } ], "summary": "Updates the specified cluster groups profiles", - "tags": ["clustergroups"] + "tags": [ + "clustergroups" + ] } }, "/v1/clusterprofiles": { @@ -56027,7 +58302,9 @@ } ], "summary": "Retrieves a list of cluster profiles", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "post": { "operationId": "v1ClusterProfilesCreate", @@ -56069,7 +58346,9 @@ } ], "summary": "Creates a cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/bulk": { @@ -56107,7 +58386,9 @@ } ], "summary": "Deletes list of cluster profiles", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/import": { @@ -56157,12 +58438,16 @@ } ], "summary": "Imports a cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/import/file": { "post": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "v1ClusterProfilesImportFile", "parameters": [ { @@ -56180,7 +58465,10 @@ { "default": "json", "description": "Cluster profile import file format [\"yaml\", \"json\"]", - "enum": ["yaml", "json"], + "enum": [ + "yaml", + "json" + ], "in": "query", "name": "format", "type": "string" @@ -56215,7 +58503,9 @@ } ], "summary": "Imports a cluster profile via file", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/import/validate": { @@ -56253,7 +58543,9 @@ } ], "summary": "Validates cluster profile import", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/macros": { @@ -56284,7 +58576,9 @@ } ], "summary": "Retrieves a list of macros", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/validate/name": { @@ -56331,7 +58625,9 @@ } ], "summary": "Validates the cluster profile metadata", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/validate/packs": { @@ -56369,7 +58665,9 @@ } ], "summary": "Validates cluster profile packs", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/clone": { @@ -56422,7 +58720,9 @@ } ], "summary": "Creates a clone of the specified cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/clone/validate": { @@ -56473,7 +58773,9 @@ } ], "summary": "Validates the cluster profile clone", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/export": { @@ -56487,7 +58789,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "Exports cluster profile as a file", @@ -56511,7 +58815,9 @@ } ], "summary": "Export the specified cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56524,7 +58830,10 @@ { "default": "json", "description": "Cluster profile export file format [ \"yaml\", \"json\" ]", - "enum": ["yaml", "json"], + "enum": [ + "yaml", + "json" + ], "in": "query", "name": "format", "type": "string" @@ -56542,7 +58851,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "Downloads cluster profile export file", @@ -56566,7 +58877,9 @@ } ], "summary": "Downloads the specified cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56579,7 +58892,10 @@ { "default": "yaml", "description": "Cluster profile export file format [ \"yaml\", \"json\" ]", - "enum": ["yaml", "json"], + "enum": [ + "yaml", + "json" + ], "in": "query", "name": "format", "type": "string" @@ -56627,7 +58943,9 @@ } ], "summary": "Updates the specified cluster profile metadata", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packRefs": { @@ -56677,7 +58995,9 @@ } ], "summary": "Updates cluster profile packs ref", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packs": { @@ -56708,7 +59028,9 @@ } ], "summary": "Returns the specified cluster profile packs", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56765,7 +59087,9 @@ } ], "summary": "Adds a new pack to the specified cluster profile and returns the created pack uid", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packs/manifests": { @@ -56796,7 +59120,9 @@ } ], "summary": "Returns the specified cluster profile pack manifests", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56842,7 +59168,9 @@ } ], "summary": "Returns the specified cluster profile packs resolved values", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56886,7 +59214,9 @@ } ], "summary": "Deletes the specified pack information in the cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "get": { "operationId": "V1ClusterProfilesUidPacksNameGet", @@ -56915,7 +59245,9 @@ } ], "summary": "Returns the specified cluster profile pack", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -56964,7 +59296,9 @@ } ], "summary": "Updates the specified pack information in the cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packs/{packName}/config": { @@ -57016,7 +59350,9 @@ } ], "summary": "Returns the specified cluster profile pack configuration", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packs/{packName}/manifests": { @@ -57047,7 +59383,9 @@ } ], "summary": "Returns the associated manifests for the specified profile's pack", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -57105,7 +59443,9 @@ } ], "summary": "Adds manifest to the profiles packs and returns the added manifests uid", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/packs/{packName}/manifests/{manifestUid}": { @@ -57133,7 +59473,9 @@ } ], "summary": "Deletes the specified cluster profile pack manifest", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "get": { "operationId": "v1ClusterProfilesUidPacksNameManifestsUidGet", @@ -57162,7 +59504,9 @@ } ], "summary": "Returns the specified cluster profile pack manifest", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -57218,7 +59562,9 @@ } ], "summary": "Updates the specified manifest of the profile's pack", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/publish": { @@ -57256,7 +59602,9 @@ } ], "summary": "Publishes the specified cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/clusterprofiles/{uid}/spc/download": { @@ -57270,7 +59618,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "Download cluster profile archive file", @@ -57294,7 +59644,9 @@ } ], "summary": "Downloads the specified cluster profile", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] }, "parameters": [ { @@ -57348,7 +59700,9 @@ } ], "summary": "Validates specified cluster profile packs", - "tags": ["clusterprofiles"] + "tags": [ + "clusterprofiles" + ] } }, "/v1/dashboard/appDeployments": { @@ -57407,7 +59761,9 @@ } ], "summary": "Retrieves a list of application deployments filter summary Supported filter fields - [\"appDeploymentName\", \"clusterUid\", \"tags\"] Supported sort fields - [\"appDeploymentName\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/appProfiles": { @@ -57466,7 +59822,9 @@ } ], "summary": "Retrieves a list of application profiles filter summary Supported filter fields - [\"profileName\", \"tags\"] Supported sort fields - [\"profileName\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/appProfiles/metadata": { @@ -57497,7 +59855,9 @@ } ], "summary": "Retrieves a list of application profile metadata", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/appliances/metadata": { @@ -57535,7 +59895,9 @@ } ], "summary": "Retrieves a list of edgehosts summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/cloudaccounts/metadata": { @@ -57571,7 +59933,9 @@ } ], "summary": "Retrieves a list of cloud accounts metadata", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/clustergroups/{uid}/hostClusters": { @@ -57636,7 +60000,9 @@ } ], "summary": "Retrieves a list of cluster summary for a given cluster group", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/clustergroups/{uid}/virtualClusters": { @@ -57701,7 +60067,9 @@ } ], "summary": "Retrieves a list of cluster summary for a given cluster group", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/clusterprofiles": { @@ -57760,7 +60128,9 @@ } ], "summary": "Retrieves a list of cluster profiles filter summary Supported filter fields - [\"profileName\", \"tags\", \"profileType\", \"environment\"] Supported sort fields - [\"profileName\", \"environment\", \"profileType\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/clusterprofiles/metadata": { @@ -57791,7 +60161,9 @@ } ], "summary": "Retrieves a list of cluster profiles metadata", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/clusterprofiles/{uid}": { @@ -57822,7 +60194,9 @@ } ], "summary": "Retrieves a specified cluster profile summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "parameters": [ { @@ -57889,7 +60263,9 @@ } ], "summary": "Retrieves a list of Edgehosts summary with provided search filter. Supported fields as per schema /v1/dashboard/edgehosts/search/schema", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/edgehosts/search/schema": { @@ -57920,7 +60296,9 @@ } ], "summary": "Retrieves a schema for the Edgehost search filter", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/pcgs/search": { @@ -57979,7 +60357,9 @@ } ], "summary": "Retrieves a list of PCG summary with provided search filter. Supported fields as per schema /v1/dashboard/pcgs/search/schema", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/pcgs/search/schema": { @@ -58010,7 +60390,9 @@ } ], "summary": "Retrieves a schema for the PCG search filter", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/projects": { @@ -58071,7 +60453,9 @@ } ], "summary": "Retrieves a list of project summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "post": { "operationId": "v1ProjectsFilterSummary", @@ -58127,7 +60511,9 @@ "Authorization": [] } ], - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/projects/metadata": { @@ -58164,7 +60550,9 @@ } ], "summary": "Retrieves a list of projects metadata", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters": { @@ -58224,7 +60612,9 @@ } ], "summary": "Retrieves a list of cluster summary with provided filter spec Supported filter fields - [\"cpuUsage\", \"memoryUsage\", \"clusterName\", \"tags\", \"healthState\", \"clusterStates\", \"isDeleted\", \"environments\", \"metricPeriod\"] Supported sort fields - [\"environment\", \"clusterName\", \"memoryUsage\", \"healthState\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/cost": { @@ -58262,7 +60652,9 @@ } ], "summary": "Retrieves spectro clusters cloud cost summary information", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/filters/workspace": { @@ -58314,7 +60706,9 @@ } ], "summary": "Retrieves a list of running, non rbac configured clusters in a workspace", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/metadata": { @@ -58322,7 +60716,10 @@ "operationId": "v1SpectroClustersMetadataGet", "parameters": [ { - "enum": ["hostclusters", "strictHostclusters"], + "enum": [ + "hostclusters", + "strictHostclusters" + ], "in": "query", "name": "quickFilter", "type": "string" @@ -58351,7 +60748,9 @@ } ], "summary": "Retrieves a list of cluster summary metadata", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "post": { "operationId": "v1SpectroClustersMetadata", @@ -58387,7 +60786,9 @@ } ], "summary": "Retrieves a list of cluster summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/metadata/search": { @@ -58425,7 +60826,9 @@ } ], "summary": "Retrieves a list of cluster metadata with provided search filter spec Supported sort fields - [\"environment\", \"clusterName\", \"clusterState\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/metadata/search/schema": { @@ -58456,7 +60859,9 @@ } ], "summary": "Retrieves a schema for the cluster metadata search filter", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/repaveStatus": { @@ -58486,7 +60891,12 @@ }, { "default": "Pending", - "enum": ["Pending", "Approved", "InProgress", "Completed"], + "enum": [ + "Pending", + "Approved", + "InProgress", + "Completed" + ], "in": "query", "name": "repaveState", "type": "string" @@ -58515,7 +60925,9 @@ } ], "summary": "Retrieves a list of clusters with the desired repave state", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/resources/consumption": { @@ -58553,7 +60965,9 @@ } ], "summary": "Retrieves spectro clusters resource consumption", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/resources/cost": { @@ -58591,7 +61005,9 @@ } ], "summary": "Retrieves spectro clusters resources cost summary information", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/resources/usage": { @@ -58629,7 +61045,9 @@ } ], "summary": "Retrieves spectro clusters resources usage summary information", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/search": { @@ -58688,7 +61106,9 @@ } ], "summary": "Retrieves a list of cluster summary with provided search filter spec Supported sort fields - [\"environment\", \"clusterName\", \"memoryUsage\", \"healthState\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/search/export": { @@ -58702,7 +61122,9 @@ }, { "default": "csv", - "enum": ["csv"], + "enum": [ + "csv" + ], "in": "query", "name": "format", "type": "string" @@ -58714,7 +61136,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -58740,14 +61164,18 @@ } ], "summary": "Export and download the list of cluster summary with matching search filter and download as a file(csv)", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "post": { "operationId": "v1DashboardClustersSearchSummaryExport", "parameters": [ { "default": "csv", - "enum": ["csv"], + "enum": [ + "csv" + ], "in": "query", "name": "format", "type": "string" @@ -58766,7 +61194,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -58790,7 +61220,9 @@ } ], "summary": "Export the list of cluster summary with matching search filter and download as a file(csv) Supported sort fields - [\"environment\", \"clusterName\", \"healthState\", \"creationTimestamp\", \"lastModifiedTimestamp\"]", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/search/input": { @@ -58821,7 +61253,9 @@ } ], "summary": "Retrieves a supported input values for the cluster search filter", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/search/schema": { @@ -58852,7 +61286,9 @@ } ], "summary": "Retrieves a schema for the cluster search filter", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/vms": { @@ -58883,7 +61319,9 @@ } ], "summary": "Retrieves a list of Virtual machine enabled clusters", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}": { @@ -58914,7 +61352,9 @@ } ], "summary": "Returns the specified cluster summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "parameters": [ { @@ -58975,7 +61415,9 @@ } ], "summary": "Retrieves the specified cluster cost summary", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "parameters": [ { @@ -59014,7 +61456,9 @@ } ], "summary": "Returns the specified cluster summary overview", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] }, "parameters": [ { @@ -59068,7 +61512,9 @@ } ], "summary": "Retrieves specified spectro cluster resource consumption", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads": { @@ -59114,7 +61560,9 @@ } ], "summary": "Retrieves specified cluster workloads", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/clusterrolebinding": { @@ -59160,7 +61608,9 @@ } ], "summary": "Retrieves specified cluster workload clusterrolebindings", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/cronjob": { @@ -59206,7 +61656,9 @@ } ], "summary": "Retrieves specified cluster workload cronjobs", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/daemonset": { @@ -59252,7 +61704,9 @@ } ], "summary": "Retrieves specified cluster workload daemonsets", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/deployment": { @@ -59298,7 +61752,9 @@ } ], "summary": "Retrieves specified cluster workload deployments", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/job": { @@ -59344,7 +61800,9 @@ } ], "summary": "Retrieves specified cluster workload jobs", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/namespace": { @@ -59390,7 +61848,9 @@ } ], "summary": "Retrieves specified cluster workload namespaces", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/pod": { @@ -59436,7 +61896,9 @@ } ], "summary": "Retrieves specified cluster workload pods", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/rolebinding": { @@ -59482,7 +61944,9 @@ } ], "summary": "Retrieves specified cluster workload rolebindings", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/spectroclusters/{uid}/workloads/statefulset": { @@ -59528,7 +61992,9 @@ } ], "summary": "Retrieves specified cluster workload statefulsets", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces": { @@ -59559,7 +62025,9 @@ } ], "summary": "Retrieves a list of workspace", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/clusterrolebinding": { @@ -59605,7 +62073,9 @@ } ], "summary": "Retrieves specified workspace clusters workload clusterrolebindings", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/cronjob": { @@ -59651,7 +62121,9 @@ } ], "summary": "Retrieves specified workspace clusters workload cronjobs", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/daemonset": { @@ -59697,7 +62169,9 @@ } ], "summary": "Retrieves specified workspace clusters workload daemonsets", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/deployment": { @@ -59743,7 +62217,9 @@ } ], "summary": "Retrieves specified workspace clusters workload deployments", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/job": { @@ -59789,7 +62265,9 @@ } ], "summary": "Retrieves specified workspace clusters workload jobs", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/namespace": { @@ -59835,7 +62313,9 @@ } ], "summary": "Retrieves specified workspace clusters workload namespaces", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/pod": { @@ -59881,7 +62361,9 @@ } ], "summary": "Retrieves specified workspace clusters workload pods", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/rolebinding": { @@ -59927,7 +62409,9 @@ } ], "summary": "Retrieves specified workspace clusters workload rolebindings", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/dashboard/workspaces/{uid}/spectroclusters/workloads/statefulset": { @@ -59973,7 +62457,9 @@ } ], "summary": "Retrieves specified workspace clusters workload statefulsets", - "tags": ["dashboard"] + "tags": [ + "dashboard" + ] } }, "/v1/datasinks/cloudwatch": { @@ -60017,7 +62503,9 @@ } ], "summary": "sync data to cloud watch", - "tags": ["datasinks"] + "tags": [ + "datasinks" + ] } }, "/v1/edgehosts": { @@ -60026,7 +62514,11 @@ "operationId": "v1EdgeHostDevicesList", "parameters": [ { - "enum": ["libvirt", "edge-native", "vsphere"], + "enum": [ + "libvirt", + "edge-native", + "vsphere" + ], "in": "query", "name": "type", "type": "string" @@ -60055,7 +62547,9 @@ } ], "summary": "Retrieve the Complete Edgehost Metadata List", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "post": { "operationId": "v1EdgeHostDevicesCreate", @@ -60097,7 +62591,9 @@ } ], "summary": "Create the edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/metadata": { @@ -60105,13 +62601,19 @@ "operationId": "v1EdgeHostsMetadataQuickFilterGet", "parameters": [ { - "enum": ["libvirt", "edge-native", "vsphere"], + "enum": [ + "libvirt", + "edge-native", + "vsphere" + ], "in": "query", "name": "type", "type": "string" }, { - "enum": ["unusedEdgeHosts"], + "enum": [ + "unusedEdgeHosts" + ], "in": "query", "name": "quickFilter", "type": "string" @@ -60140,7 +62642,9 @@ } ], "summary": "Retrieves a list of edge hosts metadata matching the filter condition", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/register": { @@ -60178,7 +62682,9 @@ } ], "summary": "Registers the edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/tokens": { @@ -60209,7 +62715,9 @@ } ], "summary": "Retrieves a list of edge tokens", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "post": { "operationId": "v1EdgeTokensCreate", @@ -60251,7 +62759,9 @@ } ], "summary": "Create the edge token", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/tokens/{uid}": { @@ -60279,7 +62789,9 @@ } ], "summary": "Deletes the specified edge token", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "get": { "operationId": "v1EdgeTokensUidGet", @@ -60308,7 +62820,9 @@ } ], "summary": "Returns the specified edge token", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "parameters": [ { @@ -60350,7 +62864,9 @@ } ], "summary": "Updates the specified edge token", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/tokens/{uid}/state": { @@ -60394,7 +62910,9 @@ } ], "summary": "Revoke or re-activate the edge token access", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}": { @@ -60422,7 +62940,9 @@ } ], "summary": "Deletes the specified edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "get": { "operationId": "v1EdgeHostDevicesUidGet", @@ -60458,7 +62978,9 @@ } ], "summary": "Returns the specified edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "parameters": [ { @@ -60499,7 +63021,9 @@ } ], "summary": "Updates the specified edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/cluster/associate": { @@ -60527,7 +63051,9 @@ } ], "summary": "Deassociate the clusters to the edge host", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "parameters": [ { @@ -60568,7 +63094,9 @@ } ], "summary": "Associate the clusters to the edge host", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/health": { @@ -60611,7 +63139,9 @@ } ], "summary": "Updates the edge host health", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/hostCheckSum": { @@ -60654,7 +63184,9 @@ } ], "summary": "Update the specified edge host device host check sum", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/hostPairingKey": { @@ -60697,7 +63229,9 @@ } ], "summary": "Update the specified edge host device host pairing key", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/meta": { @@ -60740,7 +63274,9 @@ } ], "summary": "Updates the specified edge host device meta", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/pack/manifests/{manifestUid}": { @@ -60792,7 +63328,9 @@ } ], "summary": "Returns the specified edge host's manifest", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/packs/status": { @@ -60835,7 +63373,9 @@ } ], "summary": "Patch update specified edge host's packs status", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/profiles": { @@ -60872,7 +63412,9 @@ } ], "summary": "Returns the associated profiles of a specified edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "parameters": [ { @@ -60913,7 +63455,9 @@ } ], "summary": "Associate cluster profiles to the specified edge host device", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/reset": { @@ -60956,7 +63500,9 @@ } ], "summary": "Reset the cluster through edge host", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/edgehosts/{uid}/spc/download": { @@ -60970,7 +63516,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download spc archive file", @@ -60994,7 +63542,9 @@ } ], "summary": "Download the specified edge host device spc", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] }, "parameters": [ { @@ -61045,7 +63595,9 @@ } ], "summary": "Updates the specified edge host device vsphere properties", - "tags": ["edgehosts"] + "tags": [ + "edgehosts" + ] } }, "/v1/events/components": { @@ -61116,7 +63668,9 @@ } ], "summary": "Returns a paginated list of component events based on request parameters", - "tags": ["events"] + "tags": [ + "events" + ] }, "post": { "description": "Creates a component event", @@ -61159,7 +63713,9 @@ } ], "summary": "Creates a component event", - "tags": ["events"] + "tags": [ + "events" + ] } }, "/v1/events/components/bulk": { @@ -61198,7 +63754,9 @@ } ], "summary": "Creates the component events in bulk", - "tags": ["events"] + "tags": [ + "events" + ] } }, "/v1/events/components/{objectKind}/{objectUid}": { @@ -61226,7 +63784,9 @@ } ], "summary": "Delete all the components events for the specified related object", - "tags": ["events"] + "tags": [ + "events" + ] }, "get": { "description": "Returns a list of components events for the specified related object", @@ -61295,12 +63855,17 @@ } ], "summary": "Returns a list of components events for the specified related object", - "tags": ["events"] + "tags": [ + "events" + ] }, "parameters": [ { "description": "Describes the related object uid for which events has to be fetched", - "enum": ["spectrocluster", "edgehost"], + "enum": [ + "spectrocluster", + "edgehost" + ], "in": "path", "name": "objectKind", "required": true, @@ -61364,7 +63929,9 @@ } ], "summary": "Returns a list of Filters", - "tags": ["filters"] + "tags": [ + "filters" + ] } }, "/v1/filters/metadata": { @@ -61401,7 +63968,9 @@ } ], "summary": "Returns a list of Filters metadata", - "tags": ["filters"] + "tags": [ + "filters" + ] } }, "/v1/filters/tag": { @@ -61445,7 +64014,9 @@ } ], "summary": "Creates a Tag filter", - "tags": ["filters"] + "tags": [ + "filters" + ] } }, "/v1/filters/tag/{uid}": { @@ -61473,7 +64044,9 @@ } ], "summary": "Delete the specified Filter object", - "tags": ["filters"] + "tags": [ + "filters" + ] }, "get": { "operationId": "v1TagFilterUidGet", @@ -61502,7 +64075,9 @@ } ], "summary": "Returns the specified Filter object", - "tags": ["filters"] + "tags": [ + "filters" + ] }, "parameters": [ { @@ -61543,7 +64118,9 @@ } ], "summary": "Updates a Tag filter", - "tags": ["filters"] + "tags": [ + "filters" + ] } }, "/v1/installers/spectro/vsphere/{uid}": { @@ -61572,7 +64149,9 @@ } ], "summary": "Deletes the spectroinstaller entity", - "tags": ["installers"] + "tags": [ + "installers" + ] }, "parameters": [ { @@ -61589,7 +64168,13 @@ "operationId": "v1MetricsList", "parameters": [ { - "enum": ["pod", "namespace", "spectrocluster", "machine", "project"], + "enum": [ + "pod", + "namespace", + "spectrocluster", + "machine", + "project" + ], "in": "path", "name": "resourceKind", "required": true, @@ -61665,7 +64250,9 @@ } ], "summary": "Retrieves the list of metrics for a specified resource kind", - "tags": ["metrics"] + "tags": [ + "metrics" + ] } }, "/v1/metrics/{resourceKind}/{resourceUid}/values": { @@ -61673,7 +64260,13 @@ "operationId": "v1MetricsUidDelete", "parameters": [ { - "enum": ["pod", "namespace", "spectrocluster", "machine", "project"], + "enum": [ + "pod", + "namespace", + "spectrocluster", + "machine", + "project" + ], "in": "path", "name": "resourceKind", "required": true, @@ -61706,13 +64299,21 @@ } ], "summary": "Deletes the metrics of the specified resource", - "tags": ["metrics"] + "tags": [ + "metrics" + ] }, "get": { "operationId": "v1MetricsUidList", "parameters": [ { - "enum": ["pod", "namespace", "spectrocluster", "machine", "project"], + "enum": [ + "pod", + "namespace", + "spectrocluster", + "machine", + "project" + ], "in": "path", "name": "resourceKind", "required": true, @@ -61791,7 +64392,9 @@ } ], "summary": "Returns the metrics for a specified resource uid", - "tags": ["metrics"] + "tags": [ + "metrics" + ] } }, "/v1/notifications/": { @@ -61856,7 +64459,9 @@ } ], "summary": "Returns a paginated list of notifications based on request parameters", - "tags": ["notifications"] + "tags": [ + "notifications" + ] } }, "/v1/notifications/events": { @@ -61895,7 +64500,9 @@ } ], "summary": "Creates a notification event", - "tags": ["notifications"] + "tags": [ + "notifications" + ] } }, "/v1/notifications/{objectKind}/{objectUid}": { @@ -61960,12 +64567,18 @@ } ], "summary": "Returns a list of notifications for the specified related object", - "tags": ["notifications"] + "tags": [ + "notifications" + ] }, "parameters": [ { "description": "Describes the related object kind for which notifications have to be fetched", - "enum": ["spectrocluster", "clusterprofile", "appdeployment"], + "enum": [ + "spectrocluster", + "clusterprofile", + "appdeployment" + ], "in": "path", "name": "objectKind", "required": true, @@ -62013,7 +64626,9 @@ } ], "summary": "Updates the specified notification for the acknowledgment", - "tags": ["notifications"] + "tags": [ + "notifications" + ] } }, "/v1/notifications/{uid}/done": { @@ -62043,7 +64658,9 @@ } ], "summary": "Updates the specified notification action as done", - "tags": ["notifications"] + "tags": [ + "notifications" + ] } }, "/v1/overlords": { @@ -62079,7 +64696,9 @@ } ], "summary": "Retrieves a list of overlords owned by the tenant", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/maas/manifest": { @@ -62110,7 +64729,9 @@ } ], "summary": "Returns the manifests required for the private gateway installation", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -62170,7 +64791,9 @@ } ], "summary": "create the maas cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "v1OverlordsUidMaasAccountUpdate", @@ -62203,7 +64826,9 @@ } ], "summary": "update the maas cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/maas/{uid}/account/validate": { @@ -62256,7 +64881,9 @@ } ], "summary": "validate the maas cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/maas/{uid}/cloudconfig": { @@ -62308,7 +64935,9 @@ } ], "summary": "create the maas cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "V1OverlordsUidMaasCloudConfigUpdate", @@ -62341,7 +64970,9 @@ } ], "summary": "update the maas cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/maas/{uid}/clusterprofile": { @@ -62372,7 +65003,9 @@ } ], "summary": "Returns the specified maas private gateway cluster profile", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -62415,7 +65048,9 @@ } ], "summary": "migrate all the clusters from source overlord to target overlord", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/openstack/manifest": { @@ -62446,7 +65081,9 @@ } ], "summary": "Returns the manifests required for the private gateway installation", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -62506,7 +65143,9 @@ } ], "summary": "create the OpenStack cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "v1OverlordsUidOpenStackAccountUpdate", @@ -62539,7 +65178,9 @@ } ], "summary": "update the OpenStack cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/openstack/{uid}/account/validate": { @@ -62592,7 +65233,9 @@ } ], "summary": "validate the OpenStack cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/openstack/{uid}/cloudconfig": { @@ -62644,7 +65287,9 @@ } ], "summary": "create the OpenStack cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "v1OverlordsUidOpenStackCloudConfigUpdate", @@ -62677,7 +65322,9 @@ } ], "summary": "update the OpenStack cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/openstack/{uid}/clusterprofile": { @@ -62708,7 +65355,9 @@ } ], "summary": "Returns the specified OpenStack private gateway cluster profile", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -62724,7 +65373,11 @@ "operationId": "v1OverlordsPairingCode", "parameters": [ { - "enum": ["vsphere", "openstack", "maas"], + "enum": [ + "vsphere", + "openstack", + "maas" + ], "in": "query", "name": "cloudType", "type": "string" @@ -62753,7 +65406,9 @@ } ], "summary": "Returns the pairing code for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/manifest": { @@ -62784,7 +65439,9 @@ } ], "summary": "Returns the manifests required for the private gateway installation", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -62823,7 +65480,9 @@ } ], "summary": "Returns overlord's ova information", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/account": { @@ -62875,7 +65534,9 @@ } ], "summary": "create the vSphere cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "v1OverlordsUidVsphereAccountUpdate", @@ -62908,7 +65569,9 @@ } ], "summary": "update the vSphere cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/account/validate": { @@ -62961,7 +65624,9 @@ } ], "summary": "validate the vSphere cloudaccount for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/cloudconfig": { @@ -63013,7 +65678,9 @@ } ], "summary": "create the vSphere cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "put": { "operationId": "v1OverlordsUidVsphereCloudConfigUpdate", @@ -63046,7 +65713,9 @@ } ], "summary": "update the vSphere cloud config for the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/clusterprofile": { @@ -63077,7 +65746,9 @@ } ], "summary": "Returns the specified vsphere private gateway cluster profile", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63116,7 +65787,9 @@ } ], "summary": "Retrieves a list of IP Pools for the specified private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63166,7 +65839,9 @@ } ], "summary": "Creates an IP pool defintion for the sepcified private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/pools/{poolUid}": { @@ -63194,7 +65869,9 @@ } ], "summary": "Deletes the private gateways's specified IP Pool data", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63241,7 +65918,9 @@ } ], "summary": "Updates the private gateways's specified IP Pool data", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/vsphere/{uid}/properties/computecluster/resources": { @@ -63272,7 +65951,9 @@ } ], "summary": "Retrieves the vSphere computecluster resources for the specified private gateway's account", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63323,7 +66004,9 @@ } ], "summary": "Retrieves the vSphere datacenters & datacluster for the specified private gateway's account", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63362,7 +66045,9 @@ } ], "summary": "delete the private gateway", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "get": { "operationId": "v1OverlordsUidGet", @@ -63391,7 +66076,9 @@ } ], "summary": "Returns the specified private gateway's for the given uid", - "tags": ["overlords"] + "tags": [ + "overlords" + ] }, "parameters": [ { @@ -63442,7 +66129,9 @@ } ], "summary": "update the private gateway's metadata", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/overlords/{uid}/reset": { @@ -63481,7 +66170,9 @@ } ], "summary": "reset the private gateway by disaaociating the private gateway's resources", - "tags": ["overlords"] + "tags": [ + "overlords" + ] } }, "/v1/packs": { @@ -63518,7 +66209,9 @@ } ], "summary": "Deletes the packs", - "tags": ["packs"] + "tags": [ + "packs" + ] }, "get": { "operationId": "v1PacksSummaryList", @@ -63586,7 +66279,9 @@ } ], "summary": "Retrieves a list of packs", - "tags": ["packs"] + "tags": [ + "packs" + ] } }, "/v1/packs/search": { @@ -63645,7 +66340,9 @@ } ], "summary": "Retrieves a list of packs based on filter", - "tags": ["packs"] + "tags": [ + "packs" + ] } }, "/v1/packs/{packName}/registries/{registryUid}": { @@ -63676,7 +66373,9 @@ } ], "summary": "Retrieves a list of packs", - "tags": ["packs"] + "tags": [ + "packs" + ] }, "parameters": [ { @@ -63725,7 +66424,11 @@ "type": "string" } ], - "produces": ["image/png", "image/gif", "image/jpeg"], + "produces": [ + "image/png", + "image/gif", + "image/jpeg" + ], "responses": { "200": { "description": "OK", @@ -63753,7 +66456,9 @@ } ], "summary": "Returns the logo for a specified pack", - "tags": ["packs"] + "tags": [ + "packs" + ] }, "parameters": [ { @@ -63793,7 +66498,9 @@ } ], "summary": "Returns the specified pack", - "tags": ["packs"] + "tags": [ + "packs" + ] }, "parameters": [ { @@ -63833,7 +66540,9 @@ } ], "summary": "Returns the readme of a specified pack", - "tags": ["packs"] + "tags": [ + "packs" + ] }, "parameters": [ { @@ -63880,7 +66589,9 @@ } ], "summary": "Returns the private gateway manifest link", - "tags": ["pcg"] + "tags": [ + "pcg" + ] } }, "/v1/pcg/{uid}/register": { @@ -63927,7 +66638,9 @@ } ], "summary": "Registers the pcg", - "tags": ["pcg"] + "tags": [ + "pcg" + ] } }, "/v1/pcg/{uid}/services/ally/manifest": { @@ -63941,7 +66654,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -63965,7 +66680,9 @@ } ], "summary": "Returns the pcg ally manifest", - "tags": ["pcg"] + "tags": [ + "pcg" + ] }, "parameters": [ { @@ -63987,7 +66704,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -64011,7 +66730,9 @@ } ], "summary": "Returns the pcg jet manifest", - "tags": ["pcg"] + "tags": [ + "pcg" + ] }, "parameters": [ { @@ -64027,7 +66748,12 @@ "operationId": "v1PermissionsList", "parameters": [ { - "enum": ["system", "tenant", "project", "resource"], + "enum": [ + "system", + "tenant", + "project", + "resource" + ], "in": "query", "name": "scope", "type": "string" @@ -64056,7 +66782,9 @@ } ], "summary": "Retrieves a list of permissions", - "tags": ["permissions"] + "tags": [ + "permissions" + ] } }, "/v1/projects": { @@ -64127,7 +66855,9 @@ } ], "summary": "Retrieves a list of projects", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "post": { "operationId": "v1ProjectsCreate", @@ -64169,7 +66899,9 @@ } ], "summary": "Creates a project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/alerts": { @@ -64192,7 +66924,9 @@ } ], "summary": "Retrieves a list of supported alerts for a project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}": { @@ -64226,7 +66960,9 @@ } ], "summary": "Deletes the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "get": { "operationId": "v1ProjectsUidGet", @@ -64247,7 +66983,9 @@ } ], "summary": "Returns the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64282,7 +67020,9 @@ } ], "summary": "Updates the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/alerts/{component}": { @@ -64302,7 +67042,9 @@ } ], "summary": "Deletes the specified alert to the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64352,7 +67094,9 @@ } ], "summary": "Create the specified alert to the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "put": { "operationId": "v1ProjectsUidAlertUpdate", @@ -64379,7 +67123,9 @@ } ], "summary": "Upsert the specified alert to the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/alerts/{component}/{alertUid}": { @@ -64399,7 +67145,9 @@ } ], "summary": "Deletes the specified alert of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "get": { "operationId": "v1ProjectsUidAlertsUidGet", @@ -64420,7 +67168,9 @@ } ], "summary": "Get the specified alert of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64467,7 +67217,9 @@ } ], "summary": "Update the specified alert of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/macros": { @@ -64496,7 +67248,9 @@ } ], "summary": "Delete the macros for the specified project by macro name", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "get": { "operationId": "v1ProjectsUidMacrosList", @@ -64517,7 +67271,9 @@ } ], "summary": "List the macros of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64552,7 +67308,9 @@ } ], "summary": "Update the macros for the specified project by macro name", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "post": { "operationId": "v1ProjectsUidMacrosCreate", @@ -64579,7 +67337,9 @@ } ], "summary": "Create or add new macros for the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "put": { "operationId": "v1ProjectsUidMacrosUpdate", @@ -64606,7 +67366,9 @@ } ], "summary": "Update the macros of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/meta": { @@ -64643,7 +67405,9 @@ } ], "summary": "Update the metadata of the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/preferences/clusterSettings": { @@ -64666,7 +67430,9 @@ } ], "summary": "Get project cluster settings", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64717,7 +67483,9 @@ } ], "summary": "Update project clusters nodes auto remediation setting", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/teams": { @@ -64754,7 +67522,9 @@ } ], "summary": "Update the teams association to the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/users": { @@ -64791,7 +67561,9 @@ } ], "summary": "Update the users association to the specified project", - "tags": ["projects"] + "tags": [ + "projects" + ] } }, "/v1/projects/{uid}/validate": { @@ -64814,7 +67586,9 @@ } ], "summary": "Validate and returns active resource of project before delete", - "tags": ["projects"] + "tags": [ + "projects" + ] }, "parameters": [ { @@ -64892,12 +67666,18 @@ } ], "summary": "Retrieves a list of Helm registries", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { "default": "all", - "enum": ["system", "tenant", "all"], + "enum": [ + "system", + "tenant", + "all" + ], "in": "query", "name": "scope", "type": "string" @@ -64943,7 +67723,9 @@ } ], "summary": "Creates a helm registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/helm/summary": { @@ -65013,12 +67795,18 @@ } ], "summary": "Retrieves a list of helm registries as summary", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { "default": "all", - "enum": ["system", "tenant", "all"], + "enum": [ + "system", + "tenant", + "all" + ], "in": "query", "name": "scope", "type": "string" @@ -65065,7 +67853,9 @@ } ], "summary": "Check if helm registry is valid", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/helm/{uid}": { @@ -65093,7 +67883,9 @@ } ], "summary": "Deletes the specified helm registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "get": { "operationId": "v1RegistriesHelmUidGet", @@ -65122,7 +67914,9 @@ } ], "summary": "Returns the specified Helm registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65163,7 +67957,9 @@ } ], "summary": "Updates the specified helm registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/helm/{uid}/sync": { @@ -65212,7 +68008,9 @@ } ], "summary": "Sync Helm registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/helm/{uid}/sync/status": { @@ -65244,7 +68042,9 @@ } ], "summary": "Get helm registry sync status", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65283,12 +68083,18 @@ } ], "summary": "Retrieves a list of registries metadata", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { "default": "all", - "enum": ["system", "tenant", "all"], + "enum": [ + "system", + "tenant", + "all" + ], "in": "query", "name": "scope", "type": "string" @@ -65342,7 +68148,9 @@ } ], "summary": "Creates a basic oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/basic/validate": { @@ -65385,7 +68193,9 @@ } ], "summary": "Check if oci registry is valid", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/ecr": { @@ -65435,7 +68245,9 @@ } ], "summary": "Creates a ecr registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/ecr/validate": { @@ -65478,7 +68290,9 @@ } ], "summary": "Check if ecr registry is valid", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/image": { @@ -65509,7 +68323,9 @@ } ], "summary": "Creates a image registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/summary": { @@ -65540,7 +68356,9 @@ } ], "summary": "Retrieves a oci registries summary", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/{uid}": { @@ -65571,7 +68389,9 @@ } ], "summary": "Returns the information of specified oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65612,7 +68432,9 @@ } ], "summary": "Deletes the specified basic oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "get": { "operationId": "v1BasicOciRegistriesUidGet", @@ -65641,7 +68463,9 @@ } ], "summary": "Returns the basic oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65682,7 +68506,9 @@ } ], "summary": "Updates the specified basic oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/{uid}/basic/sync": { @@ -65731,7 +68557,9 @@ } ], "summary": "Sync oci registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/{uid}/basic/sync/status": { @@ -65763,7 +68591,9 @@ } ], "summary": "Get oci registry sync status", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65799,7 +68629,9 @@ } ], "summary": "Deletes the specified ecr registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "get": { "operationId": "v1EcrRegistriesUidGet", @@ -65828,7 +68660,9 @@ } ], "summary": "Returns the specified ecr registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -65869,7 +68703,9 @@ } ], "summary": "Updates the specified ecr registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/{uid}/ecr/sync": { @@ -65918,7 +68754,9 @@ } ], "summary": "Sync ecr registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/oci/{uid}/ecr/sync/status": { @@ -65950,7 +68788,9 @@ } ], "summary": "Get ecr registry sync status", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -66028,12 +68868,18 @@ } ], "summary": "Retrieves a list of Pack registries", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { "default": "all", - "enum": ["system", "tenant", "all"], + "enum": [ + "system", + "tenant", + "all" + ], "in": "query", "name": "scope", "type": "string" @@ -66085,7 +68931,9 @@ } ], "summary": "Creates a pack registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/pack/summary": { @@ -66155,12 +69003,18 @@ } ], "summary": "Retrieves a list of pack registries as summary", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { "default": "all", - "enum": ["system", "tenant", "all"], + "enum": [ + "system", + "tenant", + "all" + ], "in": "query", "name": "scope", "type": "string" @@ -66207,7 +69061,9 @@ } ], "summary": "Check if pack registry is valid", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/pack/{uid}": { @@ -66235,7 +69091,9 @@ } ], "summary": "Deletes the specified pack registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "get": { "operationId": "v1RegistriesPackUidGet", @@ -66264,7 +69122,9 @@ } ], "summary": "Returns the specified Pack registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -66305,7 +69165,9 @@ } ], "summary": "Updates the specified pack registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/pack/{uid}/sync": { @@ -66354,7 +69216,9 @@ } ], "summary": "Sync Pack registry", - "tags": ["registries"] + "tags": [ + "registries" + ] } }, "/v1/registries/pack/{uid}/sync/status": { @@ -66386,7 +69250,9 @@ } ], "summary": "Get pack registry sync status", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -66425,7 +69291,9 @@ } ], "summary": "Returns the specified system scope registry configuration", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -66461,7 +69329,9 @@ } ], "summary": "Deletes the specified registry", - "tags": ["registries"] + "tags": [ + "registries" + ] }, "parameters": [ { @@ -66539,7 +69409,9 @@ } ], "summary": "Retrieves a list of roles", - "tags": ["roles"] + "tags": [ + "roles" + ] }, "post": { "operationId": "v1RolesCreate", @@ -66581,7 +69453,9 @@ } ], "summary": "Creates a role with specified permissions", - "tags": ["roles"] + "tags": [ + "roles" + ] } }, "/v1/roles/{uid}": { @@ -66601,7 +69475,9 @@ } ], "summary": "Deletes the specified role", - "tags": ["roles"] + "tags": [ + "roles" + ] }, "get": { "operationId": "v1RolesUidGet", @@ -66622,7 +69498,9 @@ } ], "summary": "Returns the specified role", - "tags": ["roles"] + "tags": [ + "roles" + ] }, "parameters": [ { @@ -66657,7 +69535,9 @@ } ], "summary": "Updates the specified role", - "tags": ["roles"] + "tags": [ + "roles" + ] } }, "/v1/roles/{uid}/clone": { @@ -66703,7 +69583,9 @@ } ], "summary": "Clone the role", - "tags": ["roles"] + "tags": [ + "roles" + ] } }, "/v1/services/{serviceName}/version": { @@ -66769,7 +69651,9 @@ } ], "summary": "Returns a latest version for a given service name", - "tags": ["services"] + "tags": [ + "services" + ] } }, "/v1/services/{serviceName}/versions/{version}/manifest": { @@ -66808,7 +69692,11 @@ }, { "description": "action type", - "enum": ["apply", "delete", "resources"], + "enum": [ + "apply", + "delete", + "resources" + ], "in": "query", "name": "action", "required": true, @@ -66856,7 +69744,9 @@ } ], "summary": "Returns a service manifest for a given service name and version", - "tags": ["services"] + "tags": [ + "services" + ] } }, "/v1/spectroclusters": { @@ -66927,7 +69817,9 @@ } ], "summary": "Retrieves a list of clusters", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/agents/{messageKey}/notify": { @@ -66973,7 +69865,9 @@ "Authorization": [] } ], - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aks": { @@ -67017,7 +69911,9 @@ } ], "summary": "Creates an AKS cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aks/rate": { @@ -67026,7 +69922,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -67062,7 +69962,9 @@ } ], "summary": "Get AKS cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aks/validate": { @@ -67100,7 +70002,9 @@ } ], "summary": "Validates AKS cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aws": { @@ -67144,7 +70048,9 @@ } ], "summary": "Creates an AWS cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aws/import": { @@ -67188,7 +70094,9 @@ } ], "summary": "Imports an AWS cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aws/rate": { @@ -67197,7 +70105,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -67233,7 +70145,9 @@ } ], "summary": "Get AWS cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/aws/validate": { @@ -67271,7 +70185,9 @@ } ], "summary": "Validates AWS cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/azure": { @@ -67315,7 +70231,9 @@ } ], "summary": "Creates an Azure cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/azure/import": { @@ -67359,7 +70277,9 @@ } ], "summary": "Imports an Azure cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/azure/rate": { @@ -67368,7 +70288,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -67404,7 +70328,9 @@ } ], "summary": "Get Azure cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/azure/validate": { @@ -67442,7 +70368,9 @@ } ], "summary": "Validates Azure cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/cloudTypes/{cloudType}": { @@ -67495,7 +70423,9 @@ } ], "summary": "Creates a Custom cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/cloudTypes/{cloudType}/validate": { @@ -67542,7 +70472,9 @@ } ], "summary": "Validates Custom cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/config/edgeInstaller": { @@ -67573,7 +70505,9 @@ } ], "summary": "Cluster configuration for the edge installer", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/coxedge": { @@ -67617,7 +70551,9 @@ } ], "summary": "Creates a CoxEdge cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/coxedge/rate": { @@ -67626,7 +70562,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -67662,7 +70602,9 @@ } ], "summary": "Get Cox Edge cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/coxedge/validate": { @@ -67700,7 +70642,9 @@ } ], "summary": "Validates Cox Edge cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge": { @@ -67744,7 +70688,9 @@ } ], "summary": "Creates a Edge cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge-native": { @@ -67788,7 +70734,9 @@ } ], "summary": "Creates an EdgeNative cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge-native/import": { @@ -67832,7 +70780,9 @@ } ], "summary": "Imports an EdgeNative cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge-native/rate": { @@ -67841,7 +70791,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -67877,7 +70831,9 @@ } ], "summary": "Get edge-native cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge-native/validate": { @@ -67915,7 +70871,9 @@ } ], "summary": "Validates edge-native cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge/import": { @@ -67959,7 +70917,9 @@ } ], "summary": "Imports an Edge cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge/rate": { @@ -67968,7 +70928,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68004,7 +70968,9 @@ } ], "summary": "Get edge cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/edge/validate": { @@ -68042,7 +71008,9 @@ } ], "summary": "Validates edge cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/eks": { @@ -68086,7 +71054,9 @@ } ], "summary": "Creates an EKS cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/eks/rate": { @@ -68095,7 +71065,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68131,7 +71105,9 @@ } ], "summary": "Get EKS cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/eks/validate": { @@ -68169,7 +71145,9 @@ } ], "summary": "Validates EKS cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/features/backup/locations/{uid}": { @@ -68200,7 +71178,9 @@ } ], "summary": "Returns the cluster object references based on locationUid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -68241,7 +71221,9 @@ } ], "summary": "Change cluster backup location", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/features/logFetcher/{uid}/download": { @@ -68260,7 +71242,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -68286,7 +71270,9 @@ } ], "summary": "Download log fetcher logs for cluster by log fetcher uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -68309,7 +71295,9 @@ } ], "post": { - "consumes": ["multipart/form-data"], + "consumes": [ + "multipart/form-data" + ], "operationId": "v1ClusterFeatureLogFetcherLogUpdate", "parameters": [ { @@ -68351,7 +71339,9 @@ } ], "summary": "Update log fetcher logs by log fetcher uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gcp": { @@ -68395,7 +71385,9 @@ } ], "summary": "Creates a GCP cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gcp/import": { @@ -68439,7 +71431,9 @@ } ], "summary": "Imports a GCP cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gcp/rate": { @@ -68448,7 +71442,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68484,7 +71482,9 @@ } ], "summary": "Get GCP cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gcp/validate": { @@ -68522,7 +71522,9 @@ } ], "summary": "Validates GCP cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/generic/import": { @@ -68567,7 +71569,9 @@ } ], "summary": "Imports a cluster of any cloud type in generic way", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/generic/rate": { @@ -68576,7 +71580,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68612,7 +71620,9 @@ } ], "summary": "Get generic cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gke": { @@ -68656,7 +71666,9 @@ } ], "summary": "Creates an GKE cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gke/rate": { @@ -68665,7 +71677,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68701,7 +71717,9 @@ } ], "summary": "Get GKE cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/gke/validate": { @@ -68739,7 +71757,9 @@ } ], "summary": "Validates GKE cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/libvirt": { @@ -68783,7 +71803,9 @@ } ], "summary": "Creates a Libvirt cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/libvirt/import": { @@ -68827,7 +71849,9 @@ } ], "summary": "Imports a libvirt cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/libvirt/rate": { @@ -68836,7 +71860,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -68872,7 +71900,9 @@ } ], "summary": "Get libvirt cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/libvirt/validate": { @@ -68910,7 +71940,9 @@ } ], "summary": "Validates libvirt cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/maas": { @@ -68954,7 +71986,9 @@ } ], "summary": "Creates a MAAS cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/maas/import": { @@ -68998,7 +72032,9 @@ } ], "summary": "Imports a Maas cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/maas/rate": { @@ -69007,7 +72043,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -69043,7 +72083,9 @@ } ], "summary": "Get maas cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/maas/validate": { @@ -69081,7 +72123,9 @@ } ], "summary": "Validates MAAS cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/openstack": { @@ -69125,7 +72169,9 @@ } ], "summary": "Creates a OpenStack cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/openstack/import": { @@ -69169,7 +72215,9 @@ } ], "summary": "Imports an OpenStack cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/openstack/rate": { @@ -69178,7 +72226,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -69214,7 +72266,9 @@ } ], "summary": "Get openstack cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/openstack/validate": { @@ -69252,7 +72306,9 @@ } ], "summary": "Validates OpenStack cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/tke": { @@ -69296,7 +72352,9 @@ } ], "summary": "Creates a Tke cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/tke/rate": { @@ -69305,7 +72363,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -69341,7 +72403,9 @@ } ], "summary": "Get TKE cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/tke/validate": { @@ -69379,7 +72443,9 @@ } ], "summary": "Validates TKE cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/upgrade/settings": { @@ -69410,7 +72476,9 @@ } ], "summary": "Get cluster settings by context", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/validate/name": { @@ -69450,7 +72518,9 @@ } ], "summary": "Validates the cluster name", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/validate/packs": { @@ -69488,7 +72558,9 @@ } ], "summary": "Validates spectro cluster packs", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/virtual": { @@ -69532,7 +72604,9 @@ } ], "summary": "Creates a virtual cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/virtual/packs/values": { @@ -69542,7 +72616,10 @@ { "default": "k3s", "description": "Kubernetes distribution type", - "enum": ["k3s", "cncf_k8s"], + "enum": [ + "k3s", + "cncf_k8s" + ], "in": "query", "name": "kubernetesDistroType", "type": "string" @@ -69571,7 +72648,9 @@ } ], "summary": "Get the cluster pack values yaml", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/virtual/validate": { @@ -69609,7 +72688,9 @@ } ], "summary": "Validates virtual cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/virtual/values": { @@ -69640,7 +72721,9 @@ } ], "summary": "Deprecated. Get the default values yaml", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/vsphere": { @@ -69684,7 +72767,9 @@ } ], "summary": "Creates a vSphere cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/vsphere/import": { @@ -69728,7 +72813,9 @@ } ], "summary": "Imports a vSphere cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/vsphere/rate": { @@ -69737,7 +72824,11 @@ "parameters": [ { "default": "hourly", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -69773,7 +72864,9 @@ } ], "summary": "Get vSphere cluster estimated rate information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/vsphere/validate": { @@ -69811,7 +72904,9 @@ } ], "summary": "Validates vSphere cluster create operation", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}": { @@ -69845,7 +72940,9 @@ } ], "summary": "Deletes the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1SpectroClustersGet", @@ -69906,7 +73003,9 @@ } ], "summary": "Returns the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -69946,7 +73045,9 @@ } ], "summary": "Get the cluster asset doc", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -69993,7 +73094,9 @@ } ], "summary": "Associate the assets for the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/assets/adminKubeconfig": { @@ -70007,7 +73110,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -70031,7 +73136,9 @@ } ], "summary": "Returns the specified cluster's kube config file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70068,7 +73175,9 @@ } ], "summary": "Deletes the cluster's frp kube config client data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1SpectroClustersUidFrpKubeConfigGet", @@ -70080,7 +73189,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -70104,7 +73215,9 @@ } ], "summary": "Returns the specified cluster's frp kube config file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70146,7 +73259,9 @@ } ], "summary": "Updates the cluster's frp kube config data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/assets/kubeconfig": { @@ -70167,7 +73282,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -70191,7 +73308,9 @@ } ], "summary": "Returns the specified cluster's kube config file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70233,7 +73352,9 @@ } ], "summary": "Updates the cluster's manifest data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/assets/kubeconfigclient": { @@ -70261,7 +73382,9 @@ } ], "summary": "Deletes the cluster's kube config client data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1SpectroClustersUidKubeConfigClientGet", @@ -70273,7 +73396,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -70297,7 +73422,9 @@ } ], "summary": "Returns the specified cluster's kube config client file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70339,7 +73466,9 @@ } ], "summary": "Updates the cluster's kube config client data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/assets/manifest": { @@ -70370,7 +73499,9 @@ } ], "summary": "Returns the specified cluster's manifest data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70412,7 +73543,9 @@ } ], "summary": "Updates the specified cluster's manifest data", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/clusterMetaAttribute": { @@ -70456,7 +73589,9 @@ } ], "summary": "Updates the specified cluster meta attribute", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/clusterRbac": { @@ -70500,7 +73635,9 @@ } ], "summary": "Deprecated. Updates the specified cluster's Cluster Role bindings", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/controlPlaneHealthCheckTimeout": { @@ -70544,7 +73681,9 @@ } ], "summary": "Updates the specified cluster controlPlane health check timeout", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/hostCluster": { @@ -70588,7 +73727,9 @@ } ], "summary": "Updates the specified cluster host config", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/lifecycleConfig": { @@ -70632,7 +73773,9 @@ } ], "summary": "Updates the specified cluster Life cycle configuration", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterConfig/osPatch": { @@ -70676,7 +73819,9 @@ } ], "summary": "Updates the specified cluster OS patch configuration", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/clusterrbac": { @@ -70707,7 +73852,9 @@ } ], "summary": "Deprecated. Get the cluster RBAC information associated with a cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70747,7 +73894,9 @@ } ], "summary": "Retrieves namespaces for the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70789,7 +73938,9 @@ } ], "summary": "Updates namespaces for the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/config/namespaces/{namespaceUid}": { @@ -70820,7 +73971,9 @@ } ], "summary": "Retrieves the specified namespace of the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70869,7 +74022,9 @@ } ], "summary": "Updates the specified namespace of the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/config/rbacs": { @@ -70900,7 +74055,9 @@ } ], "summary": "Retrieves RBAC information for the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -70942,7 +74099,9 @@ } ], "summary": "Updates RBAC information for the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/config/rbacs/{rbacUid}": { @@ -70973,7 +74132,9 @@ } ], "summary": "Retrieves the specified RBAC of the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71022,7 +74183,9 @@ } ], "summary": "Updates the specified RBAC of the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/download": { @@ -71036,7 +74199,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download cluster archive file", @@ -71060,7 +74225,9 @@ } ], "summary": "Download the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71100,7 +74267,9 @@ } ], "summary": "Retrieves a list of edge host of edge-native cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71140,7 +74309,9 @@ } ], "summary": "Retrieves a list of edge host of libvirt cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71177,7 +74348,9 @@ } ], "summary": "Reset cluster backup schedule settings", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1ClusterFeatureBackupGet", @@ -71211,7 +74384,9 @@ } ], "summary": "Returns the cluster backup result", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71261,7 +74436,9 @@ } ], "summary": "Create cluster backup settings", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "put": { "operationId": "v1ClusterFeatureBackupUpdate", @@ -71294,7 +74471,9 @@ } ], "summary": "Update cluster backup settings", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/backup/onDemand": { @@ -71346,7 +74525,9 @@ } ], "summary": "Create on demand cluster backup", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/backup/{backupName}/request/{requestUid}": { @@ -71374,7 +74555,9 @@ } ], "summary": "Delete cluster backup", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71425,7 +74608,9 @@ } ], "summary": "Returns the compliance scan of cluster, if driverType is provided then specific status of driverType will be returned", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71475,7 +74660,9 @@ } ], "summary": "Create cluster compliance scan", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "put": { "operationId": "v1ClusterFeatureComplianceScanUpdate", @@ -71508,7 +74695,9 @@ } ], "summary": "Update cluster compliance scan settings", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/complianceScan/logs/drivers": { @@ -71539,7 +74728,9 @@ } ], "summary": "Returns the compliance scan log by cluster uid and driver type", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71590,7 +74781,9 @@ } ], "summary": "Update the KubeBench compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/complianceScan/logs/drivers/kubeHunter": { @@ -71633,7 +74826,9 @@ } ], "summary": "Update the KubeHunter compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/complianceScan/logs/drivers/sonobuoy": { @@ -71676,7 +74871,9 @@ } ], "summary": "Update the Sonobuoy compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/complianceScan/logs/drivers/syft": { @@ -71719,7 +74916,9 @@ } ], "summary": "Update the Syft compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/complianceScan/logs/{logUid}": { @@ -71747,7 +74946,9 @@ } ], "summary": "Delete the compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71792,7 +74993,9 @@ } ], "summary": "Returns the KubeBench compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71842,7 +75045,9 @@ } ], "summary": "Returns the KubeHunter compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71892,7 +75097,9 @@ } ], "summary": "Returns the Sonobuoy compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71942,7 +75149,9 @@ } ], "summary": "Returns the Syft compliance scan log by uid", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -71970,7 +75179,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -71994,7 +75205,9 @@ } ], "summary": "Returns the image sbom of syft scan log of cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72027,7 +75240,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -72053,7 +75268,9 @@ } ], "summary": "Downloads the driver cluster logs", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72069,7 +75286,12 @@ "type": "string" }, { - "enum": ["kubeBench", "kubeHunter", "sonobuoy", "syft"], + "enum": [ + "kubeBench", + "kubeHunter", + "sonobuoy", + "syft" + ], "in": "path", "name": "driver", "required": true, @@ -72132,7 +75354,9 @@ } ], "summary": "Create on demand cluster compliance scan", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/helmCharts": { @@ -72163,7 +75387,9 @@ } ], "summary": "Get the installed helm charts of a specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72207,7 +75433,9 @@ } ], "summary": "Get the log fetcher for cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72258,7 +75486,9 @@ } ], "summary": "Create the log fetcher for cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/features/manifests": { @@ -72289,7 +75519,9 @@ } ], "summary": "Get the installed manifests of a specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72333,7 +75565,9 @@ } ], "summary": "Returns the cluster restore of cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72393,7 +75627,9 @@ } ], "summary": "Create on demand cluster restore", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/import/manifest": { @@ -72407,7 +75643,9 @@ "type": "string" } ], - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "download file", @@ -72431,7 +75669,9 @@ } ], "summary": "Returns the specified cluster's import manifest file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72476,7 +75716,9 @@ } ], "summary": "Upgrade the specified imported read only cluster with full permissions", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/k8certificates": { @@ -72507,7 +75749,9 @@ } ], "summary": "Get K8Certificate for spectro cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72553,7 +75797,9 @@ } ], "summary": "Sets the cluster master nodes Kubernetes certificates for renewal", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/kubectl/redirect": { @@ -72584,7 +75830,9 @@ } ], "summary": "Returns the specified cluster's kube config file", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72624,7 +75872,9 @@ } ], "summary": "Retrieves a list of edge hosts of the libvirt cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72683,7 +75933,9 @@ } ], "summary": "Associate the assets for the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/metadata": { @@ -72727,7 +75979,9 @@ } ], "summary": "Update the specified spectro cluster metadata", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/namespaces": { @@ -72758,7 +76012,9 @@ } ], "summary": "Returns available namespaces for the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -72810,7 +76066,9 @@ } ], "summary": "Returns k8s spectrocluster oidc", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/oidc/dashboard/url": { @@ -72848,7 +76106,9 @@ } ], "summary": "Returns k8s dashboard url", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/pack/manifests/{manifestUid}": { @@ -72900,7 +76160,9 @@ } ], "summary": "Returns the specified cluster's manifest", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/pack/properties": { @@ -72965,7 +76227,9 @@ } ], "summary": "Get specified cluster pack properties", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/packRefs": { @@ -73013,7 +76277,9 @@ } ], "summary": "Updates the cluster's pack references", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/packs/resolvedValues": { @@ -73044,7 +76310,9 @@ } ], "summary": "Returns the specified cluster's packs resolved values", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73104,7 +76372,9 @@ } ], "summary": "Patch update specified cluster's packs status", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/packs/{packName}/config": { @@ -73150,7 +76420,9 @@ } ], "summary": "Returns the specified cluster's pack configuration", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/profile": { @@ -73186,7 +76458,9 @@ } ], "summary": "Replaces the specified cluster profile for the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/profileUpdates": { @@ -73217,7 +76491,9 @@ } ], "summary": "Returns the profile updates of a specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73261,7 +76537,9 @@ } ], "summary": "Remove cluster profiles from the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1SpectroClustersGetProfiles", @@ -73296,7 +76574,9 @@ } ], "summary": "Returns the associated profiles of a specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73345,7 +76625,9 @@ } ], "summary": "Patch cluster profiles to the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "put": { "operationId": "v1SpectroClustersUpdateProfiles", @@ -73385,7 +76667,9 @@ } ], "summary": "Associate cluster profiles to the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/profiles/packs/manifests": { @@ -73429,7 +76713,9 @@ } ], "summary": "Returns the associated profile's pack manifests of a specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73490,7 +76776,9 @@ } ], "summary": "Returns the specified cluster's profile pack configuration", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/profiles/{profileUid}/packs/{packName}/manifests": { @@ -73521,7 +76809,9 @@ } ], "summary": "Returns the associated profiles pack manifests of the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73577,7 +76867,9 @@ } ], "summary": "Updates cluster profiles pack manifests to the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/rate": { @@ -73608,7 +76900,9 @@ } ], "summary": "Returns the estimated rate of the specified cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -73621,7 +76915,11 @@ { "default": "hourly", "description": "Period type [hourly, monthly, yearly]", - "enum": ["hourly", "monthly", "yearly"], + "enum": [ + "hourly", + "monthly", + "yearly" + ], "in": "query", "name": "periodType", "type": "string" @@ -73660,7 +76958,9 @@ } ], "summary": "Returns the spectrocluster repave approve update", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/repave/status": { @@ -73698,7 +76998,9 @@ } ], "summary": "Returns the spectrocluster repave", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/reset": { @@ -73741,7 +77043,9 @@ } ], "summary": "reset the cluster s by deleting machine pools and condtions", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/condition": { @@ -73784,7 +77088,9 @@ } ], "summary": "Updates the specified cluster status condition", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/conditions": { @@ -73830,7 +77136,9 @@ } ], "summary": "Updates the specified cluster status conditions", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/endpoints": { @@ -73876,7 +77184,9 @@ } ], "summary": "Updates the specified cluster's service endpoints information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/imported": { @@ -73912,7 +77222,9 @@ } ], "summary": "Updates the specified cluster status as imported", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/services": { @@ -73958,7 +77270,9 @@ } ], "summary": "Updates the specified cluster's services information", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/spcApply": { @@ -73989,7 +77303,9 @@ } ], "summary": "Returns the SPC apply information for the agent", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -74029,7 +77345,9 @@ } ], "summary": "Set the CanBeApplied to true on the spcApply status. CanBeApplied indicates the agent to orchestrate the spc changes", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/spcApply/patchTime": { @@ -74072,7 +77390,9 @@ } ], "summary": "Updates the agent patch time for the SPC changes", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/status/upgrades": { @@ -74115,7 +77435,9 @@ } ], "summary": "Updates the cluster's upgrade status", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/validate/packs": { @@ -74160,7 +77482,9 @@ } ], "summary": "Validates cluster packs", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/validate/repave": { @@ -74205,7 +77529,9 @@ } ], "summary": "Validates if cluster gets repaved for the specified packs", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms": { @@ -74260,7 +77586,9 @@ } ], "summary": "Returns the list of virtual machines", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -74312,7 +77640,9 @@ } ], "summary": "Create virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/snapshot": { @@ -74377,7 +77707,9 @@ } ], "summary": "Returns the list of snapshots of given namespaces", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -74414,7 +77746,9 @@ } ], "summary": "Deletes the virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1SpectroClustersVMGet", @@ -74443,7 +77777,9 @@ } ], "summary": "Get virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -74502,7 +77838,9 @@ } ], "summary": "Updates the specified virtual machine of the cluster", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/addVolume": { @@ -74566,7 +77904,9 @@ } ], "summary": "Add volume to the virtual machine instance", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/clone": { @@ -74627,7 +77967,9 @@ } ], "summary": "Clone virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/migrate": { @@ -74684,7 +78026,9 @@ } ], "summary": "Migrate the virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/pause": { @@ -74741,7 +78085,9 @@ } ], "summary": "Pause the virtual machine instance", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/removeVolume": { @@ -74805,7 +78151,9 @@ } ], "summary": "Remove volume from the virtual machine instance", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/restart": { @@ -74862,7 +78210,9 @@ } ], "summary": "Restart the virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/resume": { @@ -74919,7 +78269,9 @@ } ], "summary": "Resume the virtual machine instance", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/snapshot": { @@ -74980,7 +78332,9 @@ } ], "summary": "Create snapshot of virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/snapshot/{snapshotName}": { @@ -75008,7 +78362,9 @@ } ], "summary": "Delete the snapshot of virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "get": { "operationId": "v1VMSnapshotGet", @@ -75037,7 +78393,9 @@ } ], "summary": "Get virtual machine snapshot", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] }, "parameters": [ { @@ -75103,7 +78461,9 @@ } ], "summary": "Updates the specified snapshot of a virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/start": { @@ -75160,7 +78520,9 @@ } ], "summary": "Start the virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/vms/{vmName}/stop": { @@ -75217,7 +78579,9 @@ } ], "summary": "Stop the virtual machine", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/workloads/sync": { @@ -75260,7 +78624,9 @@ } ], "summary": "Sync specified cluster workload", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/spectroclusters/{uid}/workloads/{workloadKind}/sync": { @@ -75321,7 +78687,9 @@ } ], "summary": "Sync specified cluster workload", - "tags": ["spectroclusters"] + "tags": [ + "spectroclusters" + ] } }, "/v1/system/users/email/verify/resend": { @@ -75342,7 +78710,9 @@ } ], "summary": "Re-send the email to the user to be able to verify the email", - "tags": ["system"] + "tags": [ + "system" + ] } }, "/v1/system/users/email/{emailToken}/verify": { @@ -75363,7 +78733,9 @@ } ], "summary": "Verifies the system user email using the email token", - "tags": ["system"] + "tags": [ + "system" + ] }, "parameters": [ { @@ -75396,7 +78768,9 @@ } ], "summary": "Verifies the system user email using the email token", - "tags": ["system"] + "tags": [ + "system" + ] } }, "/v1/system/users/password/reset": { @@ -75415,7 +78789,9 @@ "type": "string" } }, - "required": ["emailId"], + "required": [ + "emailId" + ], "type": "object" } } @@ -75440,7 +78816,9 @@ } ], "summary": "Creates request to reset system password via email", - "tags": ["system"] + "tags": [ + "system" + ] } }, "/v1/system/users/password/{passwordToken}/reset": { @@ -75469,7 +78847,9 @@ "type": "string" } }, - "required": ["password"], + "required": [ + "password" + ], "type": "object" } } @@ -75488,7 +78868,9 @@ } ], "summary": "Resets the system user password using the password token", - "tags": ["system"] + "tags": [ + "system" + ] } }, "/v1/teams": { @@ -75558,7 +78940,9 @@ } ], "summary": "Retrieves a list of teams", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "post": { "operationId": "v1TeamsCreate", @@ -75600,7 +78984,9 @@ } ], "summary": "Creates a team with the specified users and roles", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/summary": { @@ -75665,7 +79051,9 @@ } ], "summary": "Retrieves a list of team summary", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "post": { "operationId": "v1TeamsSummaryGet", @@ -75695,7 +79083,9 @@ } ], "summary": "Retrieves a list of teams summary with provided filter spec", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/{uid}": { @@ -75715,7 +79105,9 @@ } ], "summary": "Deletes the specified team", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "get": { "operationId": "v1TeamsUidGet", @@ -75736,7 +79128,9 @@ } ], "summary": "Returns the sepcified team", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "parameters": [ { @@ -75772,7 +79166,9 @@ } ], "summary": "Patches the specified team", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "put": { "operationId": "v1TeamsUidUpdate", @@ -75799,7 +79195,9 @@ } ], "summary": "Updates the sepcified team", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/{uid}/projects": { @@ -75822,7 +79220,9 @@ } ], "summary": "Returns the specified team's project and roles data", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "parameters": [ { @@ -75858,7 +79258,9 @@ } ], "summary": "Updates the projects and roles for the specified team", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/{uid}/resourceRoles": { @@ -75882,7 +79284,9 @@ } ], "summary": "Returns the specified individual and resource roles for a team", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "parameters": [ { @@ -75919,7 +79323,9 @@ } ], "summary": "Add resource roles for team", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/{uid}/resourceRoles/{resourceRoleUid}": { @@ -75939,7 +79345,9 @@ } ], "summary": "Deleted the resource roles from team", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "parameters": [ { @@ -75982,7 +79390,9 @@ } ], "summary": "Updates the resource roles for team", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/teams/{uid}/roles": { @@ -76005,7 +79415,9 @@ } ], "summary": "Returns the specified team's tenant roles", - "tags": ["teams"] + "tags": [ + "teams" + ] }, "parameters": [ { @@ -76041,7 +79453,9 @@ } ], "summary": "Updates the tenant roles of the specified team", - "tags": ["teams"] + "tags": [ + "teams" + ] } }, "/v1/tenants/{tenantUid}/address": { @@ -76078,7 +79492,9 @@ } ], "summary": "Update tenant address", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/assets/certs": { @@ -76101,7 +79517,9 @@ } ], "summary": "lists the certificates for the tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76145,7 +79563,9 @@ } ], "summary": "create the tenant certificate", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/assets/certs/{certificateUid}": { @@ -76165,7 +79585,9 @@ } ], "summary": "deletes the tenant certificate", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "get": { "operationId": "V1TenantUidAssetsCertsUidGet", @@ -76186,7 +79608,9 @@ } ], "summary": "Returns the ca certificate for the tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76227,7 +79651,9 @@ } ], "summary": "updates the tenant certificate", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/assets/dataSinks": { @@ -76247,7 +79673,9 @@ } ], "summary": "deletes the tenant data sink config", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "get": { "operationId": "V1TenantUidAssetsDataSinksGet", @@ -76268,7 +79696,9 @@ } ], "summary": "Returns data sink config of tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76312,7 +79742,9 @@ } ], "summary": "create data sink config", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "put": { "operationId": "V1TenantUidAssetsDataSinksUpdate", @@ -76339,7 +79771,9 @@ } ], "summary": "updates the tenant data sink config", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/authTokenSettings": { @@ -76362,7 +79796,9 @@ } ], "summary": "Get tenant auth token settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76403,7 +79839,9 @@ } ], "summary": "Update tenant auth token settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/contract/accept": { @@ -76437,7 +79875,9 @@ } ], "summary": "Tenant to accept the contract agreement", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/creditAccount/aws": { @@ -76465,7 +79905,9 @@ } ], "summary": "Deletes the aws credit account for tenants", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "get": { "operationId": "v1TenantsCreditAccountGet", @@ -76486,7 +79928,9 @@ } ], "summary": "Get the credit accounts for the tenants with free tier access", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76517,7 +79961,9 @@ } ], "summary": "retrieves the domains for tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76552,7 +79998,9 @@ } ], "summary": "creates or updates domains for tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/emailId": { @@ -76589,7 +80037,9 @@ } ], "summary": "Update tenant emailId", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/freemium": { @@ -76612,7 +80062,9 @@ } ], "summary": "Get tenant level freemium configuration", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76647,7 +80099,9 @@ } ], "summary": "Update tenant freemium configuration", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/freemiumUsage": { @@ -76670,7 +80124,9 @@ } ], "summary": "Get tenant freemium usage", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76701,7 +80157,9 @@ } ], "summary": "Returns a specified invoice", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76723,7 +80181,9 @@ "/v1/tenants/{tenantUid}/invoices/{invoiceUid}/report/invoice/pdf": { "get": { "operationId": "V1InvoiceUidReportInvoicePdf", - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -76749,7 +80209,9 @@ } ], "summary": "Downloads the specified invoice report", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76771,7 +80233,9 @@ "/v1/tenants/{tenantUid}/invoices/{invoiceUid}/report/pdf": { "get": { "operationId": "V1InvoiceUidReportPdf", - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -76797,7 +80261,9 @@ } ], "summary": "Downloads the specified monthly invoice report", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76819,7 +80285,9 @@ "/v1/tenants/{tenantUid}/invoices/{invoiceUid}/report/usage/pdf": { "get": { "operationId": "V1InvoiceUidReportUsagePdf", - "produces": ["application/octet-stream"], + "produces": [ + "application/octet-stream" + ], "responses": { "200": { "description": "OK", @@ -76845,7 +80313,9 @@ } ], "summary": "Downloads the specified tenant usage", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76884,7 +80354,9 @@ } ], "summary": "Get tenant login banner settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -76925,7 +80397,9 @@ } ], "summary": "Update tenant login banner settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/macros": { @@ -76954,7 +80428,9 @@ } ], "summary": "Delete the macros for the specified tenant by given macro name", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "get": { "operationId": "v1TenantsUidMacrosList", @@ -76975,7 +80451,9 @@ } ], "summary": "List the macros of the specified tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77010,7 +80488,9 @@ } ], "summary": "Update the macros for the specified tenant by given macro name", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "post": { "operationId": "v1TenantsUidMacrosCreate", @@ -77037,7 +80517,9 @@ } ], "summary": "Create or add new macros for the specified tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "put": { "operationId": "v1TenantsUidMacrosUpdate", @@ -77064,7 +80546,9 @@ } ], "summary": "Update the macros of the specified tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/oidc/config": { @@ -77087,7 +80571,9 @@ } ], "summary": "Returns the oidc Spec for tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77122,7 +80608,9 @@ } ], "summary": "Associates the oidc Spec for the tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/password/policy": { @@ -77159,7 +80647,9 @@ } ], "summary": "creates or updates a password policy for tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/preferences/clusterGroup": { @@ -77182,7 +80672,9 @@ } ], "summary": "Get is cluster group enabled for a specific tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77217,7 +80709,9 @@ } ], "summary": "Enable or Disable cluster group for a specific tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/preferences/clusterSettings": { @@ -77240,7 +80734,9 @@ } ], "summary": "Get tenant cluster settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77291,7 +80787,9 @@ } ], "summary": "Update tenant clusters nodes auto remediation setting", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/preferences/developerCredit": { @@ -77314,7 +80812,9 @@ } ], "summary": "Get developer credit enabled for a specific tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77349,7 +80849,9 @@ } ], "summary": "update developer credit for a specific tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/preferences/fips": { @@ -77372,7 +80874,9 @@ } ], "summary": "Get tenant fips settings", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77413,7 +80917,9 @@ } ], "summary": "Update tenant fips setting", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/rateConfig": { @@ -77436,7 +80942,9 @@ } ], "summary": "Get all rate config for public and private cloud", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77471,7 +80979,9 @@ } ], "summary": "updates the rate config for public and private cloud", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/resourceLimits": { @@ -77494,7 +81004,9 @@ } ], "summary": "Get tenant level resource limits configuration", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77529,7 +81041,9 @@ } ], "summary": "Update tenant resource limits configuration", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/saml/config": { @@ -77552,7 +81066,9 @@ } ], "summary": "Returns the specified service provider metadata and Saml Spec for tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77587,7 +81103,9 @@ } ], "summary": "Associates the specified federation metadata for the tenant", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/tenants/{tenantUid}/sso/auth/providers": { @@ -77610,7 +81128,9 @@ } ], "summary": "get sso logins for the tenants", - "tags": ["tenants"] + "tags": [ + "tenants" + ] }, "parameters": [ { @@ -77645,7 +81165,9 @@ } ], "summary": "enable sso logins for the tenants", - "tags": ["tenants"] + "tags": [ + "tenants" + ] } }, "/v1/users": { @@ -77716,7 +81238,9 @@ } ], "summary": "Lists users", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "description": "A user is created for the given user context", @@ -77759,7 +81283,9 @@ } ], "summary": "Create User", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations": { @@ -77796,7 +81322,9 @@ } ], "summary": "Returns the specified users location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/azure": { @@ -77834,7 +81362,9 @@ } ], "summary": "Create a Azure location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/azure/{uid}": { @@ -77857,7 +81387,9 @@ } ], "summary": "Returns the specified Azure location", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -77893,7 +81425,9 @@ } ], "summary": "Updates the specified Azure location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/gcp": { @@ -77931,7 +81465,9 @@ } ], "summary": "Create a GCP location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/gcp/{uid}": { @@ -77954,7 +81490,9 @@ } ], "summary": "Returns the specified GCP location", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -77990,7 +81528,9 @@ } ], "summary": "Updates the specified GCP location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/minio": { @@ -78028,7 +81568,9 @@ } ], "summary": "Create a MinIO location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/minio/{uid}": { @@ -78051,7 +81593,9 @@ } ], "summary": "Returns the specified MinIO location", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -78087,7 +81631,9 @@ } ], "summary": "Updates the specified MinIO location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/s3": { @@ -78125,7 +81671,9 @@ } ], "summary": "Create a S3 location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/s3/{uid}": { @@ -78145,7 +81693,9 @@ } ], "summary": "Returns the specified S3 location", - "tags": ["users"] + "tags": [ + "users" + ] }, "get": { "operationId": "v1UsersAssetsLocationS3Get", @@ -78166,7 +81716,9 @@ } ], "summary": "Returns the specified S3 location", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -78202,7 +81754,9 @@ } ], "summary": "Updates the specified S3 location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/{type}/{uid}/default": { @@ -78238,7 +81792,9 @@ } ], "summary": "Update the default backup location", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/locations/{uid}": { @@ -78258,7 +81814,9 @@ } ], "summary": "Deletes the specified location", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -78304,7 +81862,9 @@ } ], "summary": "Returns the SSH keys", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "operationId": "v1UserAssetsSshCreate", @@ -78340,7 +81900,9 @@ } ], "summary": "Creates a SSH key", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/sshkeys/{uid}": { @@ -78360,7 +81922,9 @@ } ], "summary": "Returns the specified user ssh key", - "tags": ["users"] + "tags": [ + "users" + ] }, "get": { "operationId": "v1UsersAssetSshGetUid", @@ -78381,7 +81945,9 @@ } ], "summary": "Returns the specified user ssh key", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -78417,7 +81983,9 @@ } ], "summary": "Updates the specified user ssh key", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/vsphere/dnsMapping": { @@ -78463,7 +82031,9 @@ } ], "summary": "Returns the specified vSphere DNS mapping", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/vsphere/dnsMappings": { @@ -78500,7 +82070,9 @@ } ], "summary": "Returns the specified vSphere DNS mappings", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "operationId": "v1VsphereDnsMappingCreate", @@ -78536,7 +82108,9 @@ } ], "summary": "Create a vSphere DNS mapping", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/assets/vsphere/dnsMappings/{uid}": { @@ -78556,7 +82130,9 @@ } ], "summary": "Deletes the specified vSphere DNS mapping", - "tags": ["users"] + "tags": [ + "users" + ] }, "get": { "operationId": "v1VsphereDnsMappingGet", @@ -78577,7 +82153,9 @@ } ], "summary": "Returns the specified vSphere DNS mapping", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -78613,7 +82191,9 @@ } ], "summary": "Updates the specified vSphere DNS mapping", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/auth/tokens/revoke": { @@ -78642,7 +82222,9 @@ } ], "summary": "Revoke access of specific token(s)", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/config/scar": { @@ -78665,7 +82247,9 @@ } ], "summary": "Get the system Spectro repository. Restricted to edge services", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/kubectl/session/{sessionUid}": { @@ -78697,7 +82281,9 @@ } ], "summary": "gets users kubectl session", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/meta": { @@ -78720,7 +82306,9 @@ } ], "summary": "Retrieves a list of users metadata", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/password/change": { @@ -78744,7 +82332,11 @@ "type": "string" } }, - "required": ["newPassword", "emailId", "currentPassword"], + "required": [ + "newPassword", + "emailId", + "currentPassword" + ], "type": "object" } } @@ -78769,7 +82361,9 @@ } ], "summary": "User password change request using the user emailId", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/password/reset": { @@ -78787,7 +82381,9 @@ "type": "string" } }, - "required": ["emailId"], + "required": [ + "emailId" + ], "type": "object" } } @@ -78812,7 +82408,9 @@ } ], "summary": "User password reset request using the email id", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/summary": { @@ -78859,7 +82457,9 @@ } ], "summary": "Returns the specified user summary list", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "operationId": "v1UsersSummaryGet", @@ -78889,7 +82489,9 @@ } ], "summary": "Retrieves a list of users summary with provided filter spec", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/system/macros": { @@ -78918,7 +82520,9 @@ } ], "summary": "Delete the macros for the system user by macro name", - "tags": ["users"] + "tags": [ + "users" + ] }, "get": { "operationId": "v1UsersSystemMacrosList", @@ -78939,7 +82543,9 @@ } ], "summary": "List the macros of the system", - "tags": ["users"] + "tags": [ + "users" + ] }, "patch": { "operationId": "v1UsersSystemMacrosUpdateByMacroName", @@ -78966,7 +82572,9 @@ } ], "summary": "Update the macros for the system user by macro name", - "tags": ["users"] + "tags": [ + "users" + ] }, "post": { "operationId": "v1UsersSystemMacrosCreate", @@ -78993,7 +82601,9 @@ } ], "summary": "Create or add new macros for the system user", - "tags": ["users"] + "tags": [ + "users" + ] }, "put": { "operationId": "v1UsersSystemMacrosUpdate", @@ -79020,7 +82630,9 @@ } ], "summary": "Update the macros of the system", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}": { @@ -79041,7 +82653,9 @@ } ], "summary": "Deletes the specified User", - "tags": ["users"] + "tags": [ + "users" + ] }, "get": { "description": "Returns a User for the specified uid.", @@ -79063,7 +82677,9 @@ } ], "summary": "Returns the specified User", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -79100,7 +82716,9 @@ } ], "summary": "Patches the specified User", - "tags": ["users"] + "tags": [ + "users" + ] }, "put": { "description": "A user is created for the given user context", @@ -79128,7 +82746,9 @@ } ], "summary": "Update User", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/password/change": { @@ -79157,7 +82777,9 @@ "type": "string" } }, - "required": ["newPassword"], + "required": [ + "newPassword" + ], "type": "object" } } @@ -79182,7 +82804,9 @@ } ], "summary": "User password change request using the user uid", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/password/reset": { @@ -79217,7 +82841,9 @@ } ], "summary": "User password reset request using the user uid", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/projects": { @@ -79241,7 +82867,9 @@ } ], "summary": "Returns the specified User Projects and Roles information", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -79278,7 +82906,9 @@ } ], "summary": "Updates the projects and roles for user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/resourceRoles": { @@ -79302,7 +82932,9 @@ } ], "summary": "Returns the specified individual and resource roles for a user", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -79339,7 +82971,9 @@ } ], "summary": "Add resource roles for user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/resourceRoles/{resourceRoleUid}": { @@ -79359,7 +82993,9 @@ } ], "summary": "Deleted the resource roles from user", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -79402,7 +83038,9 @@ } ], "summary": "Updates the resource roles for user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/roles": { @@ -79426,7 +83064,9 @@ } ], "summary": "Returns the specified individual and team roles for a user", - "tags": ["users"] + "tags": [ + "users" + ] }, "parameters": [ { @@ -79463,7 +83103,9 @@ } ], "summary": "Updates the roles for user", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/users/{uid}/status/loginMode": { @@ -79500,7 +83142,9 @@ } ], "summary": "Users status login mode", - "tags": ["users"] + "tags": [ + "users" + ] } }, "/v1/workspaces": { @@ -79544,7 +83188,9 @@ } ], "summary": "Create workspace", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/teams/{teamUid}/roles": { @@ -79575,7 +83221,9 @@ } ], "summary": "Returns the specified team's workspaces and roles data", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -79617,7 +83265,9 @@ } ], "summary": "Updates the workspace roles for the specified team", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/users/{userUid}/roles": { @@ -79649,7 +83299,9 @@ } ], "summary": "Returns the specified User workspaces and Roles information", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -79692,7 +83344,9 @@ } ], "summary": "Updates the workspace roles for user", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/validate/name": { @@ -79732,7 +83386,9 @@ } ], "summary": "Validates the workspace name", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}": { @@ -79760,7 +83416,9 @@ } ], "summary": "Deletes the specified workspace", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "get": { "operationId": "v1WorkspacesUidGet", @@ -79789,7 +83447,9 @@ } ], "summary": "Returns the specified workspace", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -79832,7 +83492,9 @@ } ], "summary": "Delete workspace backup", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "get": { "operationId": "v1WorkspaceOpsBackupGet", @@ -79866,7 +83528,9 @@ } ], "summary": "Returns the workspace backup result", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -79916,7 +83580,9 @@ } ], "summary": "Create workspace backup settings", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "put": { "operationId": "v1WorkspaceOpsBackupUpdate", @@ -79949,7 +83615,9 @@ } ], "summary": "Update workspace backup settings", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/backup/onDemand": { @@ -80001,7 +83669,9 @@ } ], "summary": "Create On demand Workspace Backup", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/clusterNamespaces": { @@ -80044,7 +83714,9 @@ } ], "summary": "Updates the specified workspace namespaces", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/clusterRbacs": { @@ -80096,7 +83768,9 @@ } ], "summary": "Create cluster rbac in workspace", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/clusterRbacs/{clusterRbacUid}": { @@ -80124,7 +83798,9 @@ } ], "summary": "Deletes the specified workspace cluster rbac", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -80171,7 +83847,9 @@ } ], "summary": "Updates the specified workspace cluster rbac", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/meta": { @@ -80214,7 +83892,9 @@ } ], "summary": "Updates the specified workspace meta", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/resourceAllocations": { @@ -80258,7 +83938,9 @@ } ], "summary": "Updates the specified workspace resource allocations", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } }, "/v1/workspaces/{uid}/restore": { @@ -80294,7 +83976,9 @@ } ], "summary": "Returns the workspace restore result", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] }, "parameters": [ { @@ -80354,12 +84038,19 @@ } ], "summary": "Create On demand Workspace Restore", - "tags": ["workspaces"] + "tags": [ + "workspaces" + ] } } }, - "produces": ["application/json"], - "schemes": ["http", "https"], + "produces": [ + "application/json" + ], + "schemes": [ + "http", + "https" + ], "securityDefinitions": { "ApiKey": { "description": "API key authorization where API key can be generated from Palette console under Profile > My API Keys", @@ -80514,4 +84205,4 @@ "url": "https://api.spectrocloud.com" } ] -} +} \ No newline at end of file