v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0147829.5 KB
customnode

Get import failure info for multiple nodes

Retrieves recorded import failure information for a list of custom nodes.

post/v2/customnode/import_fail_info_bulk

Request body

cnr_idsstring[]

A list of CNR IDs to check.

urlsstring[]

A list of repository URLs to check.

Response

A dictionary containing the import failure information.

ImportFailInfoBulkResponse required

A dictionary where each key is a cnr_id or url from the request, and the value is the corresponding error info.