Migration Center API (migrationcenter:v1alpha1)

2024-05-28

5 new methods

Additions

    Methods
  • migrationcenter.projects.locations.assetsExportJobs.create

      Path: v1alpha1/{+parent}/assetsExportJobs

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assetsExportJobs

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The parent resource where the assts export job will be created.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        assetsExportJobId

          Description: Required. The ID to use for the asset export job.

          Location: query

          Type: string

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates a new assets export job.

  • migrationcenter.projects.locations.assetsExportJobs.get

      Path: v1alpha1/{+name}

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assetsExportJobs/{assetsExportJobsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the resource.

          Pattern: ^projects/[^/]+/locations/[^/]+/assetsExportJobs/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Gets the details of an assets export job.

  • migrationcenter.projects.locations.assetsExportJobs.list

      Path: v1alpha1/{+parent}/assetsExportJobs

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assetsExportJobs

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent resource.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: Optional. A token identifying a page of results that the server should return.

          Location: query

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists all the assets export jobs in a given project and location.

  • migrationcenter.projects.locations.assetsExportJobs.delete

      Path: v1alpha1/{+name}

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assetsExportJobs/{assetsExportJobsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The name of the assets export job to delete.

          Pattern: ^projects/[^/]+/locations/[^/]+/assetsExportJobs/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Deletes an assets export job.

  • migrationcenter.projects.locations.assetsExportJobs.run

      Path: v1alpha1/{+name}:run

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assetsExportJobs/{assetsExportJobsId}:run

      HTTP Method: POST

      Parameters:

        name

          Description: Required. Name of the resource.

          Pattern: ^projects/[^/]+/locations/[^/]+/assetsExportJobs/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Runs an assets export job, returning an AssetsExportJobExecution.