200-901 Question 95
Single answerYou are a network engineer tasked with obtaining a list of all clients connected to your organization's network using the Meraki Dashboard API. Which API endpoint will you use to retrieve detailed information about the clients connected to a specific network?
- A
/networks/{networkId}/clients
- B
/clients/{clientId}/events
- C
/organizations/{organizationId}/networks
- D
/devices/{serial}/clients
Show answer and explanation
Correct answer: A
Explanation
To obtain a list of all clients connected to a network using the Meraki Dashboard API, the '/networks/{networkId}/clients' endpoint is the most appropriate. It provides detailed information about all clients in the specified network. Other endpoints either focus on individual clients, specific devices, or organizational-level data, which do not meet the requirements of the question.
- A. Correct.
This endpoint retrieves a list of all clients connected to a specific network, providing details such as MAC address, IP address, and usage statistics, which directly aligns with the goal.
- B. Incorrect.
This endpoint retrieves events for a specific client, such as connection history, but does not provide a comprehensive list of all clients on the network.
- C. Incorrect.
This endpoint retrieves a list of networks within an organization but does not provide client-specific information.
- D. Incorrect.
This endpoint retrieves clients connected to a specific device (e.g., an access point or switch), but the question asks for details at the network level, not the device level.