Azure Logic Apps integrationServiceEnvironmentSkus API

The integrationServiceEnvironmentSkus API from Azure Logic Apps — 1 operation(s) for integrationserviceenvironmentskus.

Operations 1

GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/skus Azure Logic Apps Integration Service Environment Skus_ List #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/azure-logic-apps-integrationserviceenvironmentskus-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

azure-logic-apps-integrationserviceenvironmentskus-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: REST API for Azure Logic Apps.
  title: LogicManagementClient IntegrationAccountAgreements Integration Service Environment Skus API
  version: '2.0'
  x-apisguru-categories:
  - cloud
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png
  x-origin:
  - format: swagger
    url: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json
  x-preferred: true
  x-providerName: azure.com
  x-serviceName: logic
  x-tags:
  - Azure
  - Microsoft
servers:
- url: https://management.azure.com
security:
- azure_auth:
  - user_impersonation
tags:
- name: integrationServiceEnvironmentSkus
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/skus
  : get:
      description: Gets a list of integration service environment Skus.
      operationId: IntegrationServiceEnvironmentSkus_List
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group.
        in: path
        name: resourceGroup
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The integration service environment name.
        in: path
        name: integrationServiceEnvironmentName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegrationServiceEnvironmentSkuList'
        default:
          description: Logic error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - integrationServiceEnvironmentSkus
      x-ms-examples:
        List integration service environment skus:
          parameters:
            api-version: '2019-05-01'
            integrationServiceEnvironmentName: testIntegrationServiceEnvironment
            resourceGroup: testResourceGroup
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
          responses:
            '200':
              body:
                value:
                - capacity:
                    default: 0
                    maximum: 10
                    minimum: 0
                    scaleType: Automatic
                  resourceType: Microsoft.Logic/integrationServiceEnvironments
                  sku:
                    name: Premium
                - capacity:
                    default: 0
                    maximum: 0
                    minimum: 0
                    scaleType: None
                  resourceType: Microsoft.Logic/integrationServiceEnvironments
                  sku:
                    name: Developer
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Azure Logic Apps Integration Service Environment Skus_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    IntegrationServiceEnvironmentSkuList:
      description: The list of integration service environment skus.
      properties:
        nextLink:
          description: The URL to get the next set of results.
          type: string
        value:
          description: The list of integration service environment skus.
          items:
            $ref: '#/components/schemas/IntegrationServiceEnvironmentSkuDefinition'
          type: array
      type: object
    IntegrationServiceEnvironmentSkuName:
      description: The integration service environment sku name.
      enum:
      - NotSpecified
      - Premium
      - Developer
      type: string
      x-ms-enum:
        modelAsString: true
        name: IntegrationServiceEnvironmentSkuName
    IntegrationServiceEnvironmentSkuCapacity:
      description: The integration service environment sku capacity.
      properties:
        default:
          description: The default capacity.
          format: int32
          type: integer
        maximum:
          description: The maximum capacity.
          format: int32
          type: integer
        minimum:
          description: The minimum capacity.
          format: int32
          type: integer
        scaleType:
          $ref: '#/components/schemas/IntegrationServiceEnvironmentSkuScaleType'
          description: The sku scale type.
      type: object
    IntegrationServiceEnvironmentSkuDefinition:
      description: The integration service environment sku definition.
      properties:
        capacity:
          $ref: '#/components/schemas/IntegrationServiceEnvironmentSkuCapacity'
          description: The sku capacity.
        resourceType:
          description: The resource type.
          type: string
        sku:
          description: The sku.
          properties:
            name:
              $ref: '#/components/schemas/IntegrationServiceEnvironmentSkuName'
              description: The sku name.
            tier:
              description: The sku tier.
              type: string
          type: object
      type: object
    IntegrationServiceEnvironmentSkuScaleType:
      description: The integration service environment sku scale type.
      enum:
      - Manual
      - Automatic
      - None
      type: string
      x-ms-enum:
        modelAsString: true
        name: IntegrationServiceEnvironmentSkuScaleType
    ErrorProperties:
      description: Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
      properties:
        code:
          description: Error code.
          type: string
        message:
          description: Error message indicating why the operation failed.
          type: string
      type: object
    ErrorResponse:
      description: Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.
      properties:
        error:
          $ref: '#/components/schemas/ErrorProperties'
          description: The error properties.
      type: object
  parameters:
    subscriptionId:
      description: The subscription id.
      in: path
      name: subscriptionId
      required: true
      schema:
        type: string
    api-version:
      description: The API version.
      in: query
      name: api-version
      required: true
      schema:
        type: string
  securitySchemes:
    azure_auth:
      type: oauth2
      flows:
        implicit:
          scopes:
            user_impersonation: impersonate your user account
          authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
      description: Azure Active Directory OAuth2 Flow.