Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").
Request body
The request body contains data with the following structure:
Required. The feed details. The field name must be empty and it will be generated in the format of: projects/projectNumber/feeds/feedId folders/folder_number/feeds/feedId organizations/organization_number/feeds/feedId
Response body
If successful, the response body contains a newly created instance of Feed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["\u003cp\u003eThis page details how to create a feed to track asset updates within a specified parent project, folder, or organization.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves sending a \u003ccode\u003ePOST\u003c/code\u003e request to a designated URL, which is defined by gRPC Transcoding syntax and includes a required \u003ccode\u003eparent\u003c/code\u003e path parameter that must be a valid organization number, folder number, project ID, or project number.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be provided in JSON format, including a unique \u003ccode\u003efeedId\u003c/code\u003e string and the \u003ccode\u003efeed\u003c/code\u003e object containing the feed's details, while the response body, if successful, returns the newly created feed instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for creating a feed requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: feeds.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a feed in a parent project/folder/organization to listen to its asset updates.\n\n### HTTP request\n\n`POST https://cloudasset.googleapis.com/v1p2beta1/{parent=*/*}/feeds`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Feed](/asset-inventory/docs/reference/rest/v1p2beta1/feeds#Feed).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]