This object represents a SIM card group action request. It allows tracking the current status of an operation that impacts the SIM card group and SIM card in it.
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Identifies the resource. | [optional] [readonly] |
recordType | String | [optional] [readonly] | |
simCardGroupId | UUID | The SIM card group identification. | [optional] |
type | TypeEnum | Represents the type of the operation requested. | [optional] |
status | StatusEnum | [optional] | |
settings | SIMCardGroupActionSettings | [optional] | |
createdAt | String | ISO 8601 formatted date-time indicating when the resource was created. | [optional] [readonly] |
updatedAt | String | ISO 8601 formatted date-time indicating when the resource was updated. | [optional] [readonly] |
Name | Value |
---|---|
SET_PRIVATE_WIRELESS_GATEWAY | "set_private_wireless_gateway" |
REMOVE_PRIVATE_WIRELESS_GATEWAY | "remove_private_wireless_gateway" |
Name | Value |
---|---|
IN_PROGRESS | "in-progress" |
COMPLETED | "completed" |
FAILED | "failed" |