Create new device group

Release Time
06/07/2018
Views
5173 times
Category
ITSM
Tags

This resource provides manipulation with the device group. 

Scheme

https

 

Host

Valid ITSM host (example: subdomain-msp.cmdm.comodo.com )

 

Path 

/api/rest/v1/device-group

 

    Method        POST   
    Content-Type      JSON (Application /json) 

 

Request  Headers

      Key          Value                    Description    
   x-auth-type                   4       Authentication type identifier    
   x-auth-token         access token       3rd Party Authentication  token    

See the below link for details:

 

Request test example:

{
    "name": "New Group Name",
    "company_id": 1
}

 

 

Execution

Sample execution can be handled via Postman Application. 

Header part can be handled via Postman Application

Success Output

Error Output