Interface INetworksPiiSmDevicesForKey
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksPiiSmDevicesForKey
Methods
GetNetworkPiiSmDevicesForKeyAsync(string, string, string, string, string, string, string, CancellationToken)
Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier
[Get("/networks/{networkId}/pii/smDevicesForKey")]
Task<PiiSmKeys> GetNetworkPiiSmDevicesForKeyAsync(string networkId, string username = null, string email = null, string mac = null, string serial = null, string imei = null, string bluetoothMac = null, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
username
stringThe username of a Systems Manager user (optional)
email
stringThe email of a network user account or a Systems Manager device (optional)
mac
stringThe MAC of a network client device or a Systems Manager device (optional)
serial
stringThe serial of a Systems Manager device (optional)
imei
stringThe IMEI of a Systems Manager device (optional)
bluetoothMac
stringThe MAC of a Bluetooth client (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call