Azure spending - Get all subscription usage records for customer
Recupera i record di utilizzo mensile delle risorse di Azure di una sottoscrizione.
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/subscriptions/{subscription_id}/usagerecords/resources
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
customer_id
|
path | True |
string |
ID cliente. |
subscription_id
|
path | True |
string |
ID sottoscrizione. |
Intestazione della richiesta
Nome | Necessario | Tipo | Descrizione |
---|---|---|---|
Authorization | True |
string |
Token di connessione dell'autorizzazione |
ms-correlationid |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta |
|
ms-cv |
string |
Usato per tenere traccia delle richieste internamente. Se non viene specificata una ms-cv, il server genererà un nuovo per ogni richiesta |
|
ms-requestid |
string |
Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
Collections. |
La richiesta ha avuto esito positivo. Il corpo della risposta contiene i record di utilizzo richiesti. Media Types: "application/json", "text/json" |
400 Bad Request |
Non è presente un input mancante o non valido. Il corpo della risposta fornirà i dettagli dell'errore. Media Types: "application/json", "text/json" |
|
401 Unauthorized |
La richiesta non è stata autenticata. Il client deve prima eseguire l'autenticazione con il servizio API partner. Media Types: "application/json", "text/json" |
|
403 Forbidden |
La richiesta è stata autenticata ma è stata rifiutata perché il chiamante non dispone dei diritti per richiamarlo. Media Types: "application/json", "text/json" |
|
404 Not Found |
La risorsa non viene trovata o non è disponibile con i parametri di input specificati. Media Types: "application/json", "text/json" |
|
500 Internal Server Error |
Il servizio API partner o una delle relative dipendenze non è riuscito a soddisfare la richiesta. I chiamanti possono riprovare. Media Types: "application/json", "text/json" |
Definizioni
Collections.PagedResourceCollection[UsageManagement.AzureResourceMonthlyUsageRecord]
Nome | Tipo | Descrizione |
---|---|---|
attributes | ||
continuationToken |
string |
|
items | ||
links | ||
totalCount |
integer |
Link
Nome | Tipo | Descrizione |
---|---|---|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Nome | Tipo | Descrizione |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |
UsageManagement.AzureResourceMonthlyUsageRecord
Nome | Tipo | Descrizione |
---|---|---|
attributes | ||
category |
string |
|
currencyCode |
string |
|
currencyLocale |
string |
|
currencySymbol |
string |
|
id |
string |
|
lastModifiedDate |
string |
|
name |
string |
|
quantityUsed |
number |
|
resourceId |
string |
|
resourceName |
string |
|
subcategory |
string |
|
totalCost |
number |
|
unit |
string |
|
usdTotalCost |
number |