Interface ICellularGatewayEsims
- Namespace
- Meraki.Api.Interfaces.Products.CellularGateway
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface ICellularGatewayEsims
Methods
CreateOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string, NetworkCellularGatewayEsimsServiceProviderAccountCreateRequest, CancellationToken)
Add a service provider account.
[Post("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts")]
Task<NetworkCellularGatewayEsimsServiceProviderAccount> CreateOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string organizationId, NetworkCellularGatewayEsimsServiceProviderAccountCreateRequest networkCellularGatewayEsimCreateRequest, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
networkCellularGatewayEsimCreateRequest
NetworkCellularGatewayEsimsServiceProviderAccountCreateRequestThe creation request
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
CreateOrganizationCellularGatewayEsimsSwapAsync(string, OrganizationCellularGatewayEsimSwapCreateRequest, CancellationToken)
Swap which profile an eSIM uses.
[Post("/organizations/{organizationId}/cellularGateway/esims/swap")]
Task<OrganizationCellularGatewayEsimSwapStatus> CreateOrganizationCellularGatewayEsimsSwapAsync(string organizationId, OrganizationCellularGatewayEsimSwapCreateRequest organizationCellularGatewayEsimSwapCreateRequest, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
organizationCellularGatewayEsimSwapCreateRequest
OrganizationCellularGatewayEsimSwapCreateRequestThe creation request
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
DeleteOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string, string, CancellationToken)
Remove a service provider account's integration with the Dashboard.
[Delete("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts/{accountId}")]
Task DeleteOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string organizationId, string accountId, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
accountId
stringAccount ID
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCellularGatewayEsimsInventoryAsync(string, CancellationToken)
The eSIM inventory of a given organization.
[Get("/organizations/{organizationId}/cellularGateway/esims/inventory")]
Task<NetworkCellularGatewayEsimsInventory> GetOrganizationCellularGatewayEsimsInventoryAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCellularGatewayEsimsServiceProvidersAccountsAsync(string, List<int>, CancellationToken)
Inventory of service provider accounts tied to the organization.
[Get("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts")]
Task<EsimsServiceProvidersAccounts> GetOrganizationCellularGatewayEsimsServiceProvidersAccountsAsync(string organizationId, List<int> accountIds, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
accountIds
List<int>Optional parameter to filter the results by service provider account IDs.
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCellularGatewayEsimsServiceProvidersAccountsCommunicationPlansAsync(string, List<int>, CancellationToken)
The communication plans available for a given provider.
[Get("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts/communicationPlans")]
Task<EsimsServiceProvidersAccountsCommunicationPlans> GetOrganizationCellularGatewayEsimsServiceProvidersAccountsCommunicationPlansAsync(string organizationId, List<int> accountIds, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
accountIds
List<int>Account IDs that communication plans will be fetched for
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCellularGatewayEsimsServiceProvidersAccountsRatePlansAsync(string, List<int>, CancellationToken)
The rate plans available for a given provider.
[Get("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts/ratePlans")]
Task<EsimsServiceProvidersAccountsRatePlans> GetOrganizationCellularGatewayEsimsServiceProvidersAccountsRatePlansAsync(string organizationId, List<int> accountIds, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
accountIds
List<int>Account IDs that communication plans will be fetched for
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationCellularGatewayEsimsServiceProvidersAsync(string, CancellationToken)
Service providers customers can add accounts for.
[Get("/organizations/{organizationId}/cellularGateway/esims/serviceProviders")]
Task<EsimsServiceProviders> GetOrganizationCellularGatewayEsimsServiceProvidersAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateOrganizationCellularGatewayEsimsInventoryAsync(string, string, NetworkCellularGatewayEsimUpdate, CancellationToken)
The eSIM inventory of a given organization.
[Put("/organizations/{organizationId}/cellularGateway/esims/inventory/{id}")]
Task<NetworkCellularGatewayEsimsInventoryItem> UpdateOrganizationCellularGatewayEsimsInventoryAsync(string organizationId, string id, NetworkCellularGatewayEsimUpdate networkCellularGatewayEsimUpdate, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
id
stringThe eSim Id
networkCellularGatewayEsimUpdate
NetworkCellularGatewayEsimUpdateThe eSim update body
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string, string, NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest, CancellationToken)
Edit service provider account info stored in Meraki's database.
[Put("/organizations/{organizationId}/cellularGateway/esims/serviceProviders/accounts/{accountId}")]
Task<NetworkCellularGatewayEsimsServiceProviderAccount> UpdateOrganizationCellularGatewayEsimsServiceProvidersAccountAsync(string organizationId, string accountId, NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest networkCellularGatewayEsimUpdateRequest, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
accountId
stringAccount ID
networkCellularGatewayEsimUpdateRequest
NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequestThe update request
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateOrganizationCellularGatewayEsimsSwapAsync(string, string, CancellationToken)
Get the status of a profile swap.
[Put("/organizations/{organizationId}/cellularGateway/esims/swap/{id}")]
Task<OrganizationCellularGatewayEsimSwapStatus> UpdateOrganizationCellularGatewayEsimsSwapAsync(string organizationId, string id, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
id
stringeSIM EID
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call