Share via


Storage Warnings - Get Storage Warning By Category And Entity

Storage warning thresholds filtered by category and storage entity name.

GET https://api.powerplatform.com/licensing/storageWarning/{storageCategory}/{entityName}?api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
entityName
path True

string

The name of the entity.

storageCategory
path True

string

The storage category value.

api-version
query True

string

The API version.

Responses

Name Type Description
200 OK

StorageWarningThresholdsDocument[]

Success

404 Not Found

ProblemDetails

Not Found

Security

oauth2

Microsoft Entra ID OAuth2

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com

Scopes

Name Description
.default .default

Definitions

Name Description
ProblemDetails
StorageWarningThresholds
StorageWarningThresholdsDocument

ProblemDetails

Name Type Description
detail

string

instance

string

status

integer (int32)

title

string

type

string

StorageWarningThresholds

Name Type Description
storageCategory

string

storageEntity

string

thresholdInMB

integer (int32)

warningMessageConstKey

string

StorageWarningThresholdsDocument

Name Type Description
isActive

boolean

storageCategory

string

storageEntity

string

thresholds

StorageWarningThresholds[]