Sims - Clone
Clone SIMs to another SIM Group
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/cloneSims?api-version=2024-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
sim
|
path | True |
string |
The name of the SIM Group. Regex pattern: |
subscription
|
path | True |
string uuid |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Request Body
Name | Type | Description |
---|---|---|
sims |
string[] |
A list of SIM resource names to be cloned. |
targetSimGroupId |
The SIM Group where the SIMs should be cloned. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Async operation completed. |
|
202 Accepted |
Accepted. Returns an operation URI that can be queried to find the current state of the operation. Headers Location: string |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Clone list of SIMs to target SIM group
Sample request
POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testResourceGroupName/providers/Microsoft.MobileNetwork/simGroups/testSimGroup/cloneSims?api-version=2024-04-01
{
"targetSimGroupId": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg2/providers/Microsoft.MobileNetwork/simGroups/testSimGroup1"
},
"sims": [
"testSim",
"testSim2"
]
}
Sample response
{
"id": "/providers/Microsoft.MobileNetwork/locations/testLocation/operationStatuses/testOperation",
"name": "testOperation",
"status": "Succeeded",
"startTime": "2021-08-19T03:36:07.000Z",
"endTime": "2021-08-19T03:38:07.000Z"
}
Azure-AsyncOperation: https://management.azure.com/providers/Microsoft.MobileNetwork/locations/testLocation/operationStatuses/testOperation?api-version=2023-09-01
Definitions
Name | Description |
---|---|
Async |
The current status of an async operation. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Sim |
The SIMs to clone. |
Sim |
Reference to a SIM group resource. |
AsyncOperationStatus
The current status of an async operation.
Name | Type | Description |
---|---|---|
endTime |
string |
The end time of the operation. |
error |
If present, details of the operation error. |
|
id |
string |
Fully qualified ID for the async operation. |
name |
string |
Name of the async operation. |
percentComplete |
number |
Percentage of the operation that is complete. |
properties |
object |
Properties returned by the resource provider on a successful operation |
resourceId |
string |
Fully qualified ID for the resource that this async operation status relates to. |
startTime |
string |
The start time of the operation. |
status |
string |
The operation status. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
SimClone
The SIMs to clone.
Name | Type | Description |
---|---|---|
sims |
string[] |
A list of SIM resource names to be cloned. |
targetSimGroupId |
The SIM Group where the SIMs should be cloned. |
SimGroupResourceId
Reference to a SIM group resource.
Name | Type | Description |
---|---|---|
id |
string |
SIM group resource ID. |