华为HiLens-创建配置项:请求示例

时间:2025-02-12 15:03:28

请求示例

新建配置项

POST https://{endpoint}/v3/{project_id}/ai-mgr/configmaps{  "configmap" : {    "configs" : [ {      "key" : "string",      "value" : "string"    } ],    "created_at" : "string",    "description" : "string",    "id" : "string",    "name" : "string",    "project_id" : "string",    "tags" : [ {      "key" : "string",      "value" : "string"    } ],    "type" : "string",    "updated_at" : "string",    "workspace_id" : "string"  },  "workspace_id" : "string"}
support.huaweicloud.com/api-hilens/createConfigMapUsingPOST.html