{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Migration Center Google Migration Center Assets API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Migration Center List assets", "type": "http" }, "http": { "method": "GET", "url": "https://migrationcenter.googleapis.com/v1/projects/:projectId/locations/:location/assets", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project" }, { "name": "location", "value": "", "type": "path", "description": "The location of the assets" }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of assets to return" }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token for pagination" }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression for assets" } ] }, "docs": "Lists all assets in the specified project and location." }, { "info": { "name": "Google Cloud Migration Center Get an asset", "type": "http" }, "http": { "method": "GET", "url": "https://migrationcenter.googleapis.com/v1/projects/:projectId/locations/:location/assets/:assetId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "assetId", "value": "", "type": "path" } ] }, "docs": "Gets the details of a single asset." }, { "info": { "name": "Google Cloud Migration Center Update an asset", "type": "http" }, "http": { "method": "PATCH", "url": "https://migrationcenter.googleapis.com/v1/projects/:projectId/locations/:location/assets/:assetId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "assetId", "value": "", "type": "path" }, { "name": "updateMask", "value": "", "type": "query", "description": "Field mask for partial update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the parameters of a single asset." }, { "info": { "name": "Google Cloud Migration Center Delete an asset", "type": "http" }, "http": { "method": "DELETE", "url": "https://migrationcenter.googleapis.com/v1/projects/:projectId/locations/:location/assets/:assetId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "assetId", "value": "", "type": "path" } ] }, "docs": "Deletes a single asset." } ] } ], "bundled": true }