Security Domain Service: Overview
The operations in the Security Domain service allow you to add, retrieve, and manage the security profile for a domain on the platform.
URL: https://{hostname}/api/securitydomains
| Action | Endpoint | Description | 
|---|---|---|
| get security domains | GET /api/securitydomains/ | Returns information about security domain profiles. | 
| get security domain | GET /api/securitydomains/{domainid} | Returns information of a specific security domain profile. | 
| add security domain | POST /api/securitydomains/ | Adds a new security domain and set its profile name. | 
| update security domain | PUT /api/securitydomains/{domainid} | Updates the profile name information about a specific domain. | 
| delete security domain | DELETE /api/securitydomains/{domainid} | Deletes the security domain profile. |