Query Catalog Issues

Query Catalog Issues

Returns any issues of the Catalog. This can range from distribution issues caused by a misconfiguration of the Catalog's Storage Policy, an underlying infrastructure issue that results in the catalog not being in sync with its peers, or issues related to the items within the Catalog such as failed creation.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/catalogs/{catalogUrn}/issues
COPY
Path Parameters
string
catalogUrn
Required

catalogUrn

string
catalogUrn
Required

catalogUrn

Query Parameters
integer
page
Required

Page to fetch, zero offset.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CatalogIssues of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineCatalogIssues1
{
    "0": "P",
    "1": "a",
    "2": "g",
    "3": "e",
    "4": " ",
    "5": "O",
    "6": "b",
    "7": "j",
    "8": "e",
    "9": "c",
    "10": "t",
    "values": [
        "CatalogIssue Object"
    ]
}