Der Migrationsdienst, der APIs für Migrationsjobvorgänge bereitstellt, und die Agent-Verwaltung
- REST-Ressource: v2alpha.projects.locations.workflows
- REST-Ressource: v2alpha.projects.locations.workflows.subtasks
- REST-Ressource: v2.projects.locations.workflows
- REST-Ressource: v2.projects.locations.workflows.subtasks
Dienst: bigquerymigration.googleapis.com
Um diesen Dienst aufzurufen, empfehlen wir die Verwendung der von Google bereitgestellten Clientbibliotheken. Wenn Ihre Anwendung Ihre eigenen Bibliotheken zum Aufrufen dieses Dienstes verwenden muss, verwenden Sie die folgenden Informationen, wenn Sie die API-Anfragen senden.
Discovery-Dokument
Ein Discovery-Dokument ist eine maschinenlesbare Spezifikation zum Beschreiben und Nutzen von REST APIs. Sie wird verwendet, um Clientbibliotheken, IDE-Plug-ins und andere Tools zu erstellen, die mit Google APIs interagieren. Ein Dienst kann mehrere Discovery-Dokumente haben. Der Dienst bietet die folgenden Discovery-Dokumente:
Dienstendpunkt
Ein Dienstendpunkt ist eine Basis-URL, die die Netzwerkadresse eines API-Dienstes angibt. Ein Dienst kann mehrere Dienstendpunkte haben. Dieser Dienst hat den folgenden Dienstendpunkt und alle nachstehenden URIs beziehen sich auf ihn:
https://bigquerymigration.googleapis.com
REST-Ressource: v2alpha.projects.locations.workflows
Methoden | |
---|---|
create |
POST /v2alpha/{parent=projects/*/locations/*}/workflows Erstellt einen Migrationsworkflow. |
delete |
DELETE /v2alpha/{name=projects/*/locations/*/workflows/*} Löscht einen Migrationsworkflow anhand des Namens. |
get |
GET /v2alpha/{name=projects/*/locations/*/workflows/*} Ruft einen zuvor erstellten Migrationsworkflow ab. |
list |
GET /v2alpha/{parent=projects/*/locations/*}/workflows Listet den zuvor erstellten Migrationsworkflow auf. |
start |
POST /v2alpha/{name=projects/*/locations/*/workflows/*}:start Startet einen zuvor erstellten Migrationsworkflow. |
REST-Ressource: v2alpha.projects.locations.workflows.subtasks
Methoden | |
---|---|
get |
GET /v2alpha/{name=projects/*/locations/*/workflows/*/subtasks/*} Ruft eine zuvor erstellte Migrationsunteraufgabe ab. |
list |
GET /v2alpha/{parent=projects/*/locations/*/workflows/*}/subtasks Listet zuvor erstellte Unteraufgaben der Migration auf. |
REST-Ressource: v2.projects.locations.workflows
Methoden | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/workflows Erstellt einen Migrationsworkflow. |
delete |
DELETE /v2/{name=projects/*/locations/*/workflows/*} Löscht einen Migrationsworkflow anhand des Namens. |
get |
GET /v2/{name=projects/*/locations/*/workflows/*} Ruft einen zuvor erstellten Migrationsworkflow ab. |
list |
GET /v2/{parent=projects/*/locations/*}/workflows Listet den zuvor erstellten Migrationsworkflow auf. |
start |
POST /v2/{name=projects/*/locations/*/workflows/*}:start Startet einen zuvor erstellten Migrationsworkflow. |
REST-Ressource: v2.projects.locations.workflows.subtasks
Methoden | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/workflows/*/subtasks/*} Ruft eine zuvor erstellte Migrationsunteraufgabe ab. |
list |
GET /v2/{parent=projects/*/locations/*/workflows/*}/subtasks Listet zuvor erstellte Unteraufgaben der Migration auf. |