Get Repo Details

Get Repo Details

Api to get the repo details

Request
URI
GET
https://{api_host}/tca/caas/api/v1/orgs/{orgId}/repodetails
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant

Query Parameters
string
kernel
Optional

kernel


Authentication
This operation uses the following authentication methods.
Responses
200

returns repo details

Returns Array of repoDetail of type(s) application/json
[
    {
        "id": "string",
        "name": "string",
        "kernel": "string",
        "repoPath": "string",
        "repoFqdn": "string",
        "artifactName": "string",
        "artifactVersion": "string"
    }
]

400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors