List Audit Log Event Subscriptions
get
/restproxy/api/v2/auditlog/event-subscriptions
Lists all audit log event subscriptions.
Request
Supported Media Types
- application/json
Query Parameters
-
subscription-id: string
ID of the subscription when successful.
-
user-id: string
User's name. It should be the same user defined in basic auth.
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object-
error:
string
Default Value:Error message when the request fails
-
result:
array result
-
returnCode(required):
string
Allowed Values:
[ "Success", "Failure" ]
Nested Schema : AuditLogEventSubscription
Type:
Show Source
object-
action:
string
Name of auditlog action
-
callbackTLSCerts(required):
object callbackTLSCerts
-
callbackURL(required):
string
URL to callback
-
expires:
string
Expiration of the subscription
-
type(required):
string
Allowed Values:
[ "auditlog" ]Audit log event type to subscribe to -
userIdentity:
string
Name of auditlog userIdentity
400 Response
Bad Request
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
401 Response
Unauthorized
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
403 Response
Forbidden
404 Response
Not Found
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
500 Response
Internal Server Error
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.