2023-05-05
▼ ▲ 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 :
Enum Descriptions :
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 :
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 :
pageToken
Type : string
Description : A token identifying a page of results the server should return.
Location : query
HTTP Method : GET
Parameter Order : parent