Creates an export setting.
HTTP request
POST https://cloudasset.googleapis.com/v1p7beta1/{parent=folders/*/inventorySettings}/exportSettings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. name of the inventory settings where this export setting should be created in. The format will be: projects/{PROJECT_NUMBER}/inventorySettings folders/{FOLDER_NUMBER}/inventorySettings organizations/{ORGANIZATION_NUMBER}/inventorySettings Currently a maximum of 100 export setting can be created under each [InventorySettings]. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"exportSettingId": string,
"exportSetting": {
object ( |
Fields | |
---|---|
exportSettingId |
Required. This is the client-assigned export setting identifier encoded in UTF-8 and it needs to be unique under a specific [InventorySettings]. |
exportSetting |
Required. The export setting details. The field |
Response body
If successful, the response body contains a newly created instance of ExportSetting
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.