Last Updated on : 2023-07-06 09:10:01download
Add a space.
POST: /v1.0/iot-03/idaas/spaces
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_group | String | true | The space group. | |
space_code | String | true | The identifier of a specified space. | |
remark | String | false | The remarks. | |
authentication | Integer | true | Authentication extension field. 1. iotuid . 2. projectCode . 3. clientId . | |
owner_list | List | true | The list of space owners. |
Parameter name | Type | Description |
---|---|---|
result | String | The operation result. |
POST: /v1.0/iot-03/idaas/spaces
{
"spaceGroup": "wujunGroup",
"spaceCode": "wujunCode",
"authentication": 1,
"remark": "Remarks",
"owner": "wujun"
}
{
"result": "1400762304747802670",
"t": 1622802733778,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback