Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ein Operation enthält den Status eines asynchronen API-Aufrufs. Mit dieser Methode werden Vorgänge aufgelistet, die mit einer bestimmten OperationType und/oder OperationState übereinstimmen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-29 (UTC)."],[[["\u003cp\u003eThis API method, \u003ccode\u003elistOperations\u003c/code\u003e, retrieves the status of asynchronous API calls, referred to as \u003ccode\u003eOperation\u003c/code\u003e, based on specified criteria.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elistOperations\u003c/code\u003e method allows filtering by \u003ccode\u003eOperationType\u003c/code\u003e (e.g., \u003ccode\u003eCLAIM_DEVICES\u003c/code\u003e, \u003ccode\u003eUNCLAIM_DEVICES\u003c/code\u003e) and/or \u003ccode\u003eOperationState\u003c/code\u003e (e.g., \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, \u003ccode\u003eCOMPLETE\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe request, \u003ccode\u003eListOperationsRequest\u003c/code\u003e, supports pagination via \u003ccode\u003epageSize\u003c/code\u003e (up to 100) and \u003ccode\u003epageToken\u003c/code\u003e parameters, allowing for retrieval of large datasets.\u003c/p\u003e\n"],["\u003cp\u003eThe response, \u003ccode\u003eListOperationsResponse\u003c/code\u003e, provides a list of matching \u003ccode\u003eOperation\u003c/code\u003e objects, the total count of operations, and a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003ePotential errors during operation execution are indicated by a \u003ccode\u003eCommonException\u003c/code\u003e with error codes like \u003ccode\u003eINTERNAL_SERVER_ERROR\u003c/code\u003e, \u003ccode\u003eINVALID_PAGE_TOKEN\u003c/code\u003e, or \u003ccode\u003eNOT_IMPLEMENTED\u003c/code\u003e.\u003c/p\u003e\n"]]],["This content describes how to list asynchronous API call operations using `listOperations`. You can filter operations by `operationType` (e.g., `CLAIM_DEVICES`) and `state` (e.g., `IN_PROGRESS`). The method takes a `ListOperationsRequest` with optional parameters like `pageSize`, `pageToken`, and `vendorParams`. It returns a `ListOperationsResponse` containing matching operations, total count, `nextPageToken`, and `vendorParams`. The method may throw a `CommonException` with errors like `INTERNAL_SERVER_ERROR`, `INVALID_PAGE_TOKEN`, or `NOT_IMPLEMENTED`.\n"],null,[]]