Adding a Domain Name Group
Function
This API is used to add a domain name group.
URI
POST /v1/{project_id}/domain-set
Parameter | Mandatory | Type | Description |
|---|---|---|---|
project_id | Yes | String | Project ID, which can be obtained by calling an API or from the console. For details, see Obtaining a Project ID. |
Parameter | Mandatory | Type | Description |
|---|---|---|---|
enterprise_project_id | No | String | Enterprise project ID, which is the ID of a project planned based on organizations. You can obtain the enterprise project ID by referring to Obtaining an Enterprise Project ID. If the enterprise project function is not enabled, the value is 0. |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | User token. You can obtain the token by referring to Obtaining a User Token. |
Content-Type | Yes | String | Content type. It can only be set to application/json. |
Parameter | Mandatory | Type | Description |
|---|---|---|---|
fw_instance_id | Yes | String | Firewall ID, which can be obtained by referring to Obtaining a Firewall ID. |
object_id | Yes | String | Protected object ID, which is used to distinguish between Internet border protection and VPC border protection after a cloud firewall is created. You can obtain the ID by calling the API for querying firewall instances. In the return value, find the ID in data.records.protect_objects.object_id (The period [.] is used to separate different levels of objects). If the value of type is 0, the protected object ID belongs to the Internet border. If the value of type is 1, the protected object ID belongs to the VPC border. You can obtain the value of type from data.records.protect_objects.type (The period [.] is used to separate different levels of objects). |
name | Yes | String | Domain name group name. |
description | No | String | Domain name group description. |
domain_names | Yes | Array of DomainSetInfoDto objects | Domain name information list. |
domain_set_type | No | Integer | Domain name group typ: 0 (application domain name group), 1 (network domain name group). |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
data | DomainSetResponseData object | Returned data for adding a domain name group. |
Example Requests
Add an application domain name group whose name is test, domain name is www.aaa.com, and protected object ID is fde07429-2e02-45c0-a85f-4f1cacea24d2 to the firewall 546af3f8-88e9-47f2-a205-2346d7090925 in project 9d80d070b6d44942af73c9c3d38e0429.
https://{Endpoint}/v1/9d80d070b6d44942af73c9c3d38e0429/domain-set?fw_instance_id=546af3f8-88e9-47f2-a205-2346d7090925&enterprise_project_id=default
{
"name" : "test",
"description" : "",
"domain_names" : [ {
"domain_name" : "www.aaa.com",
"description" : ""
} ],
"fw_instance_id" : "546af3f8-88e9-47f2-a205-2346d7090925",
"object_id" : "fde07429-2e02-45c0-a85f-4f1cacea24d2"
} Example Responses
Status code: 200
Return value for adding a domain name group.
{
"data" : {
"id" : "e43db369-a863-45ed-8850-58d6b571b1ab",
"name" : "test"
}
} Status Codes
Status Code | Description |
|---|---|
200 | Return value for adding a domain name group. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot
