Creates a Nacos instance.
Operation description
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mse:CreateNacosInstance | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the instance. | mse-cn-123456 |
ServiceName | string | Yes | The name of the service. | hello_service |
GroupName | string | Yes | The name of the group. | DEFAULT_GROUP |
NamespaceId | string | No | The ID of the namespace. | 9e78a671-4b9b-4dd4-99c1-0b9da87**** |
ClusterName | string | No | The name of the Nacos instance. | DEFAULT |
Ip | string | Yes | The IP address of the Nacos instance. | 1.2.xx.xx |
Port | integer | Yes | The port number of the Nacos instance. | 12281 |
Ephemeral | boolean | Yes | Specifies whether to mark the instance as a temporary node. | false |
Weight | string | Yes | The weight. Valid values: 0 to 10000. The value must be an integer. A larger value indicates a higher frequency at which the instance is accessed. | 1 |
Enabled | boolean | Yes | Specifies whether to enable the service for the instance. | true |
Metadata | string | No | The node metadata of the instance. | {\"grayversion\":\"1.0\",\"preserved.register.source\":\"SPRING_CLOUD\",\"management.context-path\":\"\"} |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "9e78a671-4b9b-4dd4-99c1-0b9da87d3dec",
"Message": "The request is successfully processed.\n",
"Code": 200,
"Success": true,
"Data": "ok"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | duplicatedClusterAliasName | duplicated cluster alias name | The instance name is duplicate. User another name. |
400 | illegalRequest | illegal request:%s | Invalid request: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | clusterNotFound | cluster not found | The cluster is not found. |
500 | systemError | system error | An error occurred on the system. Try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-04-25 | The internal configuration of the API is changed, but the call is not affected | View Change Details |