Microsoft Azure · Example Payload

Microsoft Azure Subscriptions Get Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Subscriptions Get Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Subscriptions_Get",
  "method": "GET",
  "path": "/subscriptions/{subscriptionId}",
  "summary": "Microsoft Azure Get a Subscription",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SubscriptionsGet200Example",
      "example": {
        "id": "abc123",
        "subscriptionId": "500123",
        "displayName": "example_value",
        "tenantId": "500123",
        "state": "Enabled",
        "subscriptionPolicies": {
          "locationPlacementId": "500123",
          "quotaId": "500123",
          "spendingLimit": "On"
        },
        "authorizationSource": "example_value",
        "tags": "example_value"
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "SubscriptionsGetdefaultExample",
      "example": {
        "error": {
          "code": "example_value",
          "message": "example_value",
          "target": "example_value",
          "details": [
            {}
          ],
          "additionalInfo": [
            {}
          ]
        }
      }
    }
  ]
}