Microsoft.FluidRelay (preview:2025-06-20)

2025/10/29 • 19 new methods

FluidRelayOperations_List (new)
Description List all operations provided by Microsoft.FluidRelay.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_Get (new)
Description Get a Fluid Relay server.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_CreateOrUpdate (new)
Description Create or Update a Fluid Relay server.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
resource:
{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_Update (new)
Description Update a Fluid Relay server.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
resource:
{
properties:
{
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
publicNetworkAccess: enum ,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_Delete (new)
Description Delete a Fluid Relay server.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_RegenerateKey (new)
Description Regenerate the primary or secondary key for this server.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/regenerateKey
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
parameters:
{
keyName: enum ,
}
,
}

⚐ Response (200)

{
key1: string ,
key2: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_ListKeys (new)
Description Get primary and secondary key for this server.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/listKeys
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{
key1: string ,
key2: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_ListBySubscription (new)
Description List all Fluid Relay servers in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_ListByResourceGroup (new)
Description List all Fluid Relay servers in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers
{
subscriptionId: string ,
resourceGroup: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
frsTenantId: string ,
fluidRelayEndpoints:
{
ordererEndpoints:
[
string ,
]
,
storageEndpoints:
[
string ,
]
,
serviceEndpoints:
[
string ,
]
,
}
,
sharedKeyAccess: enum ,
privateKeyAccess: enum ,
provisioningState: enum ,
encryption:
{
customerManagedKeyEncryption:
{
keyEncryptionKeyIdentity:
{
identityType: enum ,
userAssignedIdentityResourceId: string ,
}
,
keyEncryptionKeyUrl: string ,
}
,
}
,
storagesku: enum ,
publicNetworkAccess: enum ,
privateEndpointConnections:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayContainers_Get (new)
Description Get a Fluid Relay container.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
fluidRelayContainerName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
frsTenantId: string ,
frsContainerId: string ,
provisioningState: enum ,
creationTime: string ,
lastAccessTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayContainers_Delete (new)
Description Delete a Fluid Relay container.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
fluidRelayContainerName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayContainers_ListByFluidRelayServers (new)
Description List all Fluid Relay containers which are children of a given Fluid Relay server.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
frsTenantId: string ,
frsContainerId: string ,
provisioningState: enum ,
creationTime: string ,
lastAccessTime: string ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_ListPrivateEndpointConnections (new)
Description List all private endpoint connections.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_GetPrivateEndpointConnection (new)
Description Get the specified private endpoint.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_CreatePrivateEndpointConnections (new)
Description Create or update the state of the private endpoint connection.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
privateEndpointConnection:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
location: string ,
}
,
$schema:
{
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_DeletePrivateEndpointConnections (new)
Description Deletes the private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_ListPrivateLinkResources (new)
Description List all private link resources.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateLinkResources
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayPrivateEndpoint_GetPrivateLinkResource (new)
Description Get a private link resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/privateLinkResources/{privateLinkResourceName}
{
subscriptionId: string ,
resourceGroup: string ,
fluidRelayServerName: string ,
api-version: string ,
privateLinkResourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FluidRelayServers_GetOperationStatus (new)
Description The status of provisioning operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/locations/{location}/operationStatuses/{operationStatusId}
{
location: string ,
operationStatusId: string ,
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

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