Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Verb

POST

Resource

/api/datamanagement/v1/SMDeviceModels

Content type

application/json

Body

{

“data”: {

“smdmModel”: “<model name>”,

“smdmMetricProfile”: 0

}

}

Where:

Field

Description

Required

Size

smdmModel

Device model name (max 32 chars).

Yes

1-32

smdmMetricProfile

RFU, always 0.

Yes

1

The response data is a JSON object with the following structure:

...