{
"count": 1,
"group": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"displayname": "string",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"project_domain_id": "string"
}
}curl --location --request POST 'https://example.com:30888/groups' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"group": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"displayname": "string",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"name": "test-network",
"project_domain_id": "string"
}
}'{
"group": {
"can_delete": true,
"can_update": true,
"created_at": "2019-08-24T14:15:22.123Z",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22.123Z",
"description": "string",
"displayname": "string",
"domain_id": "string",
"extra": {},
"id": "string",
"idp": "string",
"idp_driver": "string",
"idp_entity_id": "string",
"idp_id": "string",
"is_emulated": true,
"is_sso": true,
"metadata": {
"property1": "string",
"property2": "string"
},
"name": "string",
"org_node_md5": "string",
"pending_deleted": true,
"pending_deleted_at": "2019-08-24T14:15:22.123Z",
"project_count": 0,
"project_domain": "string",
"template": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22.123Z",
"user_count": 0
}
}