Checking Whether a Parameter Template Name Is Unique
API Description
This API is used to check whether a parameter template name is unique.
|
Parameter |
Type |
IN |
Mandatory |
Description |
|---|---|---|---|---|
|
project_id |
string |
path |
Yes |
Project ID of a tenant in a region. Obtain the project ID by following the instructions in Obtaining a Project ID. |
Request Parameters
|
Parameter |
Type |
IN |
Mandatory |
Description |
|---|---|---|---|---|
|
X-Auth-Token |
string |
header |
Yes |
User token |
|
Parameter |
Type |
Mandatory |
Description |
|---|---|---|---|
|
name |
String |
Yes |
Parameter template name. |
Response Parameters
- Parameter description
Table 4 Response body parameters Parameter
Type
Description
is_existed
Boolean
Whether a parameter template name already exists.
- true: The parameter group name already exists.
- false: The parameter group name does not exist.
- Example response
{ "is_existed" : false }
Status Code
For details, see Status Code.
Error Code
For details, see Error Code.
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