Revoking profile from device group
This resource provide revoking of profile from device group.
Scheme
https
Host
Valid ITSM host (example: subdomain-msp.cmdm.comodo.com )
Path
/api/rest/v1/device-group/revoke-profile
Query Params
Param Name | Description |
id | Identifier of group |
Request Headers
Key | Value | Description |
Http method | POST | Http method |
Content-Type | application/json | |
x-auth-type | 4,3,2,1 | Authentication type identifier |
x-auth-token | access token | depending of auth-type token |
See the below links for more detail:
- Comodo ONE 3rd Party Authentication API Definition
- Token Renew Service
- Token Validation Service
- Usage of Access Token
Execution
Sample execution can be handled via Postman Application.
9
1
{
2
"title": "Request of profile assigment to group",
3
"type": "array",
4
"items": {
5
"type": "number",
6
"description" : "Profile identifiers",
7
"maxItems":10
8
}
9
}
Header part can be handled via Postman Application
1
1
Success Output
1
1
Error Output
7
1
Possible HTTP codes
2
200 Ok.
3
400 Bad request
4
401 Unauthorized
5
403 Forbidden
6
404 Not found
7