Get Azure Disk Encryption Sets
Get all Azure disk encryption sets
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/fabric-azure-disk-encryption-sets
COPY
Query Parameters
string
regionId
Required
Region id
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Responses
200
Successful operation
Returns
DiskEncryptionSetList
of type(s)
application/json
{
"diskEncryptionSets": [
{
"name": "string",
"id": "string",
"regionId": "string",
"key": "string",
"vault": "string"
}
]
}
array of
object
diskEncryptionSets
Optional
diskEncryptionSets
403
Forbidden
Returns
ServiceErrorResponse
of type(s)
application/json
"ServiceErrorResponse Object"
string
message
Optional
message
string
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int32
As int32
statusCode
Optional
statusCode
integer As int32
As int32
errorCode
Optional
errorCode
array of
string
details
Optional
details
string
serverErrorId
Optional
serverErrorId
string
documentKind
Optional
documentKind
integer As int32
As int32
internalErrorCode
Optional
internalErrorCode
404
Not found
Returns
ServiceErrorResponse
of type(s)
application/json
"ServiceErrorResponse Object"
string
message
Optional
message
string
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int32
As int32
statusCode
Optional
statusCode
integer As int32
As int32
errorCode
Optional
errorCode
array of
string
details
Optional
details
string
serverErrorId
Optional
serverErrorId
string
documentKind
Optional
documentKind
integer As int32
As int32
internalErrorCode
Optional
internalErrorCode
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/fabric-azure-disk-encryption-sets?regionId=v
Fabric Azure Disk Encryption Sets Operations
GET
Get Azure Disk Encryption Sets