Migration Center API (migrationcenter:v1alpha1)

2023-05-05

2 new methods

Additions

    Methods
  • migrationcenter.projects.locations.sources.errorFrames.get

      Parameter Order : name

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

      Description : Gets the details of an error frame.

      Path : v1alpha1/{+name}

      HTTP Method : GET

      Parameters :

        view

          Location : query

          Description : Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.

          Enum :

        • ERROR_FRAME_VIEW_UNSPECIFIED
        • ERROR_FRAME_VIEW_BASIC
        • ERROR_FRAME_VIEW_FULL
        • Enum Descriptions :

        • Value is unset. The system will fallback to the default value.
        • Include basic frame data, but not the full contents.
        • Include everything.
        • Type : string

        name

          Type : string

          Required : Yes

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

          Location : path

          Description : Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}

      Flat Path : v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames/{errorFramesId}

  • migrationcenter.projects.locations.sources.errorFrames.list

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

      Path : v1alpha1/{+parent}/errorFrames

      Description : Lists all error frames in a given source and location.

      Flat Path : v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames

      Parameters :

        pageSize

          Format : int32

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

          Location : query

          Type : integer

        parent

          Required : Yes

          Location : path

          Description : Required. Parent value (the source) for `ListErrorFramesRequest`.

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

          Type : string

        view

          Location : query

          Enum :

        • ERROR_FRAME_VIEW_UNSPECIFIED
        • ERROR_FRAME_VIEW_BASIC
        • ERROR_FRAME_VIEW_FULL
        • Type : string

          Description : Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.

          Enum Descriptions :

        • Value is unset. The system will fallback to the default value.
        • Include basic frame data, but not the full contents.
        • Include everything.

        pageToken

          Type : string

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

          Location : query

      HTTP Method : GET

      Parameter Order : parent