List Dual Authorization operations

get/data-services/v1beta1/dual-auth-operations

Returns the list of Dual Authorization operations for the current account. The list will include only the resource types (Application Resource) the user has read permission for. The user must have permission to read pending operations.

Securitybearer
Request
query Parameters
offset
integer

Use offset in conjunction with limit for paging. The offset is the number of items from the beginning of the result set to the first item included in the response.

limit
integer [ 1 .. 100 ]
Default: 10

Use limit in conjunction with offset for paging. The limit is the maximum number of items to include in the response.

filter
string

The expression to use for filtering responses. The following comparisons are supported: “eq” : Valid for number, boolean and string properties. “gt” : Valid for number or string timestamp properties. “lt” : Valid for number or string timestamp properties “in” : Valid for an array of strings Syntax: “eq” : filter= eq {host:port}/data-services/v1beta1/dual-auth-operations?filter= eq “gt” : filter= gt {host:port}/data-services/v1beta1/dual-auth-operations?filter= gt “lt” : filter= lt {host:port}/data-services/v1beta1/dual-auth-operations?filter= lt “in” : filter= in {host:port}/data-services/v1beta1/dual-auth-operations?filter= in

  • Use "and" to combine filter inputs {host:port}/data-services/v1beta1/dual-auth-operations?filter= eq and lt
  • To filter multiple values on one property e.g. filter=resourceType in ('foo','bar') {host:port}/data-services/v1beta1/dual-auth-operations?filter=foo%bar%20in%20resourceType Examples: GET /data-services/v1beta1/dual-auth-operations?filter=resourceType eq 'ISSUE' GET /data-services/v1beta1/dual-auth-operations?filter=resourceType eq 'ISSUE' and state eq 'CREATED' GET /data-services/v1beta1/dual-auth-operations?filter=relatedObjectType in ('NIMBLE-VOLUME') Filters are supported on following attributes: resourceUri, resourceName, resourceType, requestedOperation, operationDescription, requestedByUri, requestedByEmail, requestedAt, customerId, checkedByUri, checkedByEmail, checkedAt, sourceServiceExternalName, state
sort
string

The property to sort by followed by a direction indicator ("asc" or "desc"). If no direction indicator is specified the default order is ascending.

select
string

Limits the properties returned with a resource or collection-level GET. Specify a comma-separated list of properties. If this is omitted, all properties are returned.

Responses
200

Dual Authorization Operation List

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

The filter attribute's value does not exist

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
Response samples
application/json
{
  • "count": 0,
  • "offset": 0,
  • "total": 0,
  • "items": [
    ]
}