Microsoft.ConfidentialLedger (preview:2025-06-10)

2025/10/24 • 18 new, 18 deleted methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ConfidentialLedger/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CheckNameAvailability (new)
Description To check whether a resource name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
nameAvailabilityRequest:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_ListBySubscription (new)
Description Retrieves the properties of all Confidential Ledgers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
{
api-version: string ,
subscriptionId: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_ListBySubscription (new)
Description Retrieves the properties of all Managed CCF.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
{
api-version: string ,
subscriptionId: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_ListByResourceGroup (new)
Description Retrieves the properties of all Confidential Ledgers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Get (new)
Description Retrieves the properties of a Confidential Ledger.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Create (new)
Description Creates a Confidential Ledger with the specified ledger parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Update (new)
Description Updates properties of Confidential Ledger
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (201)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Delete (new)
Description Deletes an existing Confidential Ledger.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Backup (new)
Description Backs up a Confidential Ledger Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/backup
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Restore (new)
Description Restores a Confidential Ledger Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/restore
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
fileShareName: string ,
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_ListByResourceGroup (new)
Description Retrieves the properties of all Managed CCF apps.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Get (new)
Description Retrieves the properties of a Managed CCF app.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Create (new)
Description Creates a Managed CCF with the specified Managed CCF parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (201)

{
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Update (new)
Description Updates properties of Managed CCF
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Delete (new)
Description Deletes an existing Managed CCF.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Backup (new)
Description Backs up a Managed CCF Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/backup
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Restore (new)
Description Restores a Managed CCF Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/restore
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
fileShareName: string ,
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ConfidentialLedger/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CheckNameAvailability (removed)
Description To check whether a resource name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
nameAvailabilityRequest:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Get (removed)
Description Retrieves the properties of a Confidential Ledger.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Delete (removed)
Description Deletes an existing Confidential Ledger.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Create (removed)
Description Creates a Confidential Ledger with the specified ledger parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Update (removed)
Description Updates properties of Confidential Ledger
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}

⚐ Response (201)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_ListByResourceGroup (removed)
Description Retrieves the properties of all Confidential Ledgers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_ListBySubscription (removed)
Description Retrieves the properties of all Confidential Ledgers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers/
{
api-version: string ,
subscriptionId: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ledgerName: string ,
ledgerUri: string ,
identityServiceUri: string ,
ledgerInternalNamespace: string ,
runningState: enum ,
ledgerType: enum ,
provisioningState: enum ,
ledgerSku: enum ,
aadBasedSecurityPrincipals:
[
{
principalId: string ,
tenantId: string ,
ledgerRoleName: enum ,
}
,
]
,
certBasedSecurityPrincipals:
[
{
cert: string ,
ledgerRoleName: enum ,
}
,
]
,
hostLevel: string ,
maxBodySizeInMb: integer ,
subjectName: string ,
nodeCount: integer ,
writeLBAddressPrefix: string ,
workerThreads: integer ,
enclavePlatform: enum ,
applicationType: enum ,
scittConfiguration: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Backup (removed)
Description Backs up a Confidential Ledger Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/backup
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Ledger_Restore (removed)
Description Restores a Confidential Ledger Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/restore
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
ledgerName: string ,
confidentialLedger:
{
fileShareName: string ,
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Get (removed)
Description Retrieves the properties of a Managed CCF app.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Delete (removed)
Description Deletes an existing Managed CCF.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Create (removed)
Description Creates a Managed CCF with the specified Managed CCF parameters.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (201)

{
azure-asyncoperation: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Update (removed)
Description Updates properties of Managed CCF
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_ListByResourceGroup (removed)
Description Retrieves the properties of all Managed CCF apps.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_ListBySubscription (removed)
Description Retrieves the properties of all Managed CCF.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs/
{
api-version: string ,
subscriptionId: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
appName: string ,
appUri: string ,
identityServiceUri: string ,
memberIdentityCertificates:
[
{
certificate: string ,
encryptionkey: string ,
tags: string ,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Backup (removed)
Description Backs up a Managed CCF Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/backup
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedCCF_Restore (removed)
Description Restores a Managed CCF Resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/restore
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
appName: string ,
ManagedCCF:
{
fileShareName: string ,
restoreRegion: string ,
uri: string ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}