Security Domain API

{ urn:com.soa.securitydomain.api } SecurityDomainAPI

This API allows security domains to be queried and manipulated. Note: The POST API will return an HTTP 401 error if the user doesn’t have add privileges on a domain. The GET and PUT API will return an HTTP 401 error if the user doesn’t have read privileges on a domain, the domain is not accessible to the user, or the domain doesn’t exist.

GET/securitydomainsgetSecurityDomains
POST/securitydomainsaddSecurityDomain
GET/securitydomains/{DomainID}getSecurityDomain
PUT/securitydomains/{DomainID}updateSecurityDomain
DELETE/securitydomains/{DomainID}deleteSecurityDomain
GET/securitydomains/{DomainID}/oauthproviderconfiggetSecurityDomainOAuthProviderConfig
PUT/securitydomains/{DomainID}/resources/{Resource}saveDomainResource
GET/securitydomains/{DomainID}/resources/{Resource}getDomainResource