Lists the external ASM disk groups.

GET {{baseUrl}}/externalAsms/:externalAsmId/diskGroups?page=<string>&limit=10&sortBy=NAME&sortOrder=ASC

Lists ASM disk groups for the external ASM specified by externalAsmId.

Request Params

KeyDatatypeRequiredDescription
pagestringThe page token representing the page from where the next set of paginated results
are retrieved. This is usually retrieved from a previous list call.
limitnumberThe maximum number of records returned in the paginated response.
sortBystringThe field to sort information by. Only one sortOrder can be used. The
default sort order for NAME is ascending and it is case-sensitive.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;databases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;dismountingInstanceCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;isSparse&quot;:&quot;\u003cboolean\u003e&quot;,&quot;mountingInstanceCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;redundancyType&quot;:&quot;EXTEND&quot;,&quot;totalSizeInMBs&quot;:&quot;\u003clong\u003e&quot;,&quot;usedPercent&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedSizeInMBs&quot;:&quot;\u003clong\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;databases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;dismountingInstanceCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;isSparse&quot;:&quot;\u003cboolean\u003e&quot;,&quot;mountingInstanceCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;redundancyType&quot;:&quot;HIGH&quot;,&quot;totalSizeInMBs&quot;:&quot;\u003clong\u003e&quot;,&quot;usedPercent&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedSizeInMBs&quot;:&quot;\u003clong\u003e&quot;}]}