Microsoft.ConfidentialLedger (preview:2024-09-19)

2025/01/08 • 18 new methods

Operations_List (new)
Description Retrieves a list of available API operations
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_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 ,
}
,
}

⚐ 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)

{}

⚐ Response (204)

{}

⚐ 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 ,
}
,
}
,
}

⚐ 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 ,
}
,
}

⚐ Response (201)

{
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 ,
}
,
}

⚐ 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 ,
}
,
}
,
}

⚐ 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 ,
}
,
}

⚐ Response (201)

{}

⚐ 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 ,
}
,
}
,
]
,
nextLink: 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 ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ 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)

{}

⚐ 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)

{}

⚐ 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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
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 (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)

{}

⚐ Response (204)

{}

⚐ 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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (201)

{}

⚐ 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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
deploymentType:
{
languageRuntime: enum ,
appSourceUri: string ,
}
,
runningState: enum ,
provisioningState: enum ,
nodeCount: integer ,
enclavePlatform: enum ,
}
,
}

⚐ Response (202)

{}

⚐ 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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
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 (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:
[
{
tags: object ,
}
,
]
,
}
,
]
,
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 (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)

{}

⚐ 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)

{}

⚐ Response (default)

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