get__v2_stats_storage_breakdown_providers
Parameters
Name
In
Type
Required
Description
TypeScript Client Library
// Using the Flashgate TypeScript client
import { FlashgateClient } from '@flashgatetech/flashgateclient';
const client = new FlashgateClient({
accessToken: 'your-access-token'
});
try {
const result = await client.getStorageGatewayProviderBreakdown({
scope: 'org',
id: 'org-id',
window: '24h'});
console.log('Get Storage Gateway Provider Breakdown:', result);
} catch (error) {
console.error('Failed to retrieve get storage gateway provider breakdown:', error);
}Code Samples
Responses
Status
Meaning
Description
Schema
Response Schema
Name
Type
Required
Restrictions
Description
Name
Type
Required
Restrictions
Description
Name
Type
Required
Restrictions
Description
Last updated
Was this helpful?