Migration Center API (migrationcenter:v1)

2025-01-19

2 new methods

Additions

    Methods
  • migrationcenter.projects.locations.relations.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/relations/{relationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets the details of an relation.

  • migrationcenter.projects.locations.relations.list

      Path : v1/{+parent}/relations

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/relations

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for `ListRelationsRequest`.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

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

          Location : query

          Type : integer

          Format : int32

        pageToken

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

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results.

          Location : query

          Type : string

        orderBy

          Description : Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists all the relations in a given project and location.