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
Query Parameters
integer
page
Required
Constraints:
minimum: 1
default: 1
Page to fetch, zero offset.
integer
pageSize
Required
Constraints:
minimum: 0
maximum: 128
default: 25
Results per page to fetch.
Responses
200
OK
Returns
CatalogIssues
of type(s)
application/json;version=39.1
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"
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/catalogs/{catalogUrn}/issues?page=value&pageSize=v
Availability
Added in 39.0
On This Page
Catalog Operations
GET
Query Catalogs
GET
Get Catalog
POST
Refresh Catalog
GET
Query Catalog Issues
GET
Query Catalog Peers