Table of Contents

Interface IOrganizationsDevicesPowerModulesStatuses

Namespace
Meraki.Api.Interfaces.General.Organizations
Assembly
Meraki.Api.dll

I Organizations Devices Power Modules Statuses

public interface IOrganizationsDevicesPowerModulesStatuses

Methods

GetOrganizationDevicesPowerModuleStatusesByDeviceAsync(string, CancellationToken)

List the most recent status information for power modules in rackmount MX and MS devices that support them. The data returned by this endpoint is updated every 5 minutes.

[Get("/organizations/{organizationId}/devices/powerModules/statuses/byDevice")]
Task<List<OrganizationDevicesPowerModuleStatus>> GetOrganizationDevicesPowerModuleStatusesByDeviceAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationDevicesPowerModuleStatus>>

Exceptions

ApiException

Thrown when fails to make API call