{
"count": 1,
"webappenvironment": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_system": true,
"name": "test-network",
"project_domain_id": "string",
"project_id": "string",
"status": "string"
}
}
curl --location --request POST 'https://example.com:30888/webappenvironments' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"webappenvironment": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_system": true,
"name": "test-network",
"project_domain_id": "string",
"project_id": "string",
"status": "string"
}
}'
{
"webappenvironment": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"project": "string",
"project_domain": "string",
"project_id": "string",
"project_metadata": {
"property1": "string",
"property2": "string"
},
"tenant": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}