Update Repo Details
Api to update the repo details
Request
URI
PUT
https://{api_host}/tca/caas/api/v1/orgs/{orgId}/repodetails/{id}
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
string
id
Required
id
Request Body
update repo detail
repoDetail of type(s) application/json
Required
{
"id": "string",
"name": "string",
"kernel": "string",
"repoPath": "string",
"repoFqdn": "string",
"artifactName": "string",
"artifactVersion": "string"
}
string
id
Optional
id
string
name
Required
name
string
kernel
Required
kernel
string
repoPath
Required
repoPath
string
repoFqdn
Required
repoFqdn
string
artifactName
Required
artifactName
string
artifactVersion
Required
artifactVersion
Responses
200
Successfully updated repo detail
Returns repoDetail of type(s) application/json
{
"id": "string",
"name": "string",
"kernel": "string",
"repoPath": "string",
"repoFqdn": "string",
"artifactName": "string",
"artifactVersion": "string"
}
string
id
Optional
id
string
name
Required
name
string
kernel
Required
kernel
string
repoPath
Required
repoPath
string
repoFqdn
Required
repoFqdn
string
artifactName
Required
artifactName
string
artifactVersion
Required
artifactVersion
400
Returns BadRequest of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
On This Page
Infra Operations
POST
Abort Cluster Operation
POST
Add Repo Details
PUT
Change Cluster Password
POST
Create Cluster Node Pool
DELETE
Delete Node Pool
POST
Deploy Cluster
PUT
Edit Cluster
PUT
Edit Cluster Config
PUT
Edit Node Pool
POST
Genereate Spec
GET
Get Cluster Config
GET
Get Clusters
GET
Get Clusters Node Pools
GET
Get K8 Cluster Node Pool
GET
Get Node Pool Customization
GET
Get Repo Details
POST
Kuberenetes Version Upgrade Matrix
PUT
Pause Node Pool
DELETE
Remove Repo Details
POST
Retry Cluster Operation
GET
Supported Kubernetes Versions
PUT
Sync Esx Info
PUT
Transform Cluster
PUT
Unpause Node Pool
PUT
Update Repo Details
PUT
Upgrade Cluster
PUT
Upgrade Cluster Addon
GET
Upgrade History
GET
Validate Upgrade Cluster
GET
Vsphere Csi Zone Support