Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.appProfiles.create
Query parameters
Parameters
appProfileId
string
Required. The ID to be used when referring to the new app profile within its instance, e.g., just myprofile rather than projects/myproject/instances/myinstance/appProfiles/myprofile.
ignoreWarnings
boolean
If true, ignore safety checks when creating the app profile.
Request body
The request body contains an instance of AppProfile.
Response body
If successful, the response body contains a newly created instance of AppProfile.
[[["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-05-08 UTC."],[[["\u003cp\u003eThis API endpoint is used to create a new app profile within a specified Bigtable instance, using a \u003ccode\u003ePOST\u003c/code\u003e request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and specifies the unique name of the instance in which the app profile will be created, with specific format requirements.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eappProfileId\u003c/code\u003e query parameter is required to assign a unique identifier for the new app profile within its instance.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include an instance of \u003ccode\u003eAppProfile\u003c/code\u003e, and a successful response will also return an instance of \u003ccode\u003eAppProfile\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCreating an app profile requires specific authorization, including several OAuth scopes like \u003ccode\u003ehttps://www.googleapis.com/auth/bigtable.admin\u003c/code\u003e and \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.appProfiles.create\n\nCreates an app profile within an instance.\n\n### HTTP request\n\n`POST https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/appProfiles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [AppProfile](/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles#AppProfile).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AppProfile](/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles#AppProfile).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/bigtable.admin.instance`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]