swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector IntegrationAccountPartners API schemes: - https tags: - name: IntegrationAccountPartners paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners : get: tags: - IntegrationAccountPartners operationId: microsoftAzureIntegrationaccountpartnersList description: Gets a list of integration account partners. x-ms-examples: Get partners by integration account name: $ref: ./examples/IntegrationAccountPartners_List.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: $top description: The number of items to be included in the result. in: query required: false type: integer format: int32 - name: $filter description: 'The filter to apply on the operation. Options for filters include: PartnerType.' in: query required: false type: string responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountPartnerListResult' x-ms-pageable: nextLinkName: nextLink x-ms-odata: '#/definitions/IntegrationAccountPartnerFilter' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Partners ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners/{partnerName} : get: tags: - IntegrationAccountPartners operationId: microsoftAzureIntegrationaccountpartnersGet description: Gets an integration account partner. x-ms-examples: Get partner by name: $ref: ./examples/IntegrationAccountPartners_Get.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: partnerName description: The integration account partner name. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountPartner' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Partners Partnername put: tags: - IntegrationAccountPartners operationId: microsoftAzureIntegrationaccountpartnersCreateorupdate description: Creates or updates an integration account partner. x-ms-examples: Create or update a partner: $ref: ./examples/IntegrationAccountPartners_CreateOrUpdate.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: partnerName description: The integration account partner name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: partner description: The integration account partner. in: body required: true schema: $ref: '#/definitions/IntegrationAccountPartner' responses: '200': description: OK schema: $ref: '#/definitions/IntegrationAccountPartner' '201': description: Created schema: $ref: '#/definitions/IntegrationAccountPartner' summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Partners Partnername delete: tags: - IntegrationAccountPartners operationId: microsoftAzureIntegrationaccountpartnersDelete description: Deletes an integration account partner. x-ms-examples: Delete a partner: $ref: ./examples/IntegrationAccountPartners_Delete.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: partnerName description: The integration account partner name. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK '204': description: No Content summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Partners Partnername ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners/{partnerName}/listContentCallbackUrl : post: tags: - IntegrationAccountPartners operationId: microsoftAzureIntegrationaccountpartnersListcontentcallbackurl description: Get the content callback url. x-ms-examples: Get the content callback url: $ref: ./examples/IntegrationAccountPartners_ListContentCallbackUrl.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: integrationAccountName description: The integration account name. in: path required: true type: string - name: partnerName description: The integration account partner name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: listContentCallbackUrl in: body required: true schema: $ref: '#/definitions/GetCallbackUrlParameters' responses: '200': description: OK schema: $ref: '#/definitions/WorkflowTriggerCallbackUrl' summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Partners Partnername Listcontentcallbackurl definitions: IntegrationAccountPartner: type: object required: - properties properties: properties: x-ms-client-flatten: true $ref: '#/definitions/IntegrationAccountPartnerProperties' description: The integration account partner properties. description: The integration account partner. allOf: - $ref: '#/definitions/Resource' PartnerContent: type: object properties: b2b: $ref: '#/definitions/B2BPartnerContent' description: The B2B partner content. description: The integration account partner content. Resource: properties: id: type: string readOnly: true description: The resource id. name: type: string readOnly: true description: Gets the resource name. type: type: string readOnly: true description: Gets the resource type. location: type: string description: The resource location. tags: type: object additionalProperties: type: string description: The resource tags. x-ms-azure-resource: true description: The base resource type. IntegrationAccountPartnerListResult: type: object properties: value: type: array items: $ref: '#/definitions/IntegrationAccountPartner' description: The list of integration account partners. nextLink: type: string description: The URL to get the next set of results. description: The list of integration account partners. B2BPartnerContent: type: object properties: businessIdentities: type: array items: $ref: '#/definitions/BusinessIdentity' description: The list of partner business identities. description: The B2B partner content. KeyType: type: string enum: - NotSpecified - Primary - Secondary x-ms-enum: name: KeyType modelAsString: true BusinessIdentity: type: object required: - qualifier - value properties: qualifier: type: string description: The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32 value: type: string description: The user defined business identity value. description: The integration account partner's business identity. IntegrationAccountPartnerProperties: type: object required: - partnerType - content properties: partnerType: $ref: '#/definitions/PartnerType' description: The partner type. createdTime: type: string format: date-time readOnly: true description: The created time. changedTime: type: string format: date-time readOnly: true description: The changed time. metadata: type: object description: The metadata. properties: {} content: $ref: '#/definitions/PartnerContent' description: The partner content. description: The integration account partner properties. WorkflowTriggerCallbackUrl: type: object properties: value: type: string readOnly: true description: Gets the workflow trigger callback URL. method: type: string readOnly: true description: Gets the workflow trigger callback URL HTTP method. basePath: type: string readOnly: true description: Gets the workflow trigger callback URL base path. relativePath: type: string readOnly: true description: Gets the workflow trigger callback URL relative path. relativePathParameters: type: array items: type: string description: Gets the workflow trigger callback URL relative path parameters. queries: $ref: '#/definitions/WorkflowTriggerListCallbackUrlQueries' description: Gets the workflow trigger callback URL query parameters. description: The workflow trigger callback URL. PartnerType: type: string enum: - NotSpecified - B2B x-ms-enum: name: PartnerType modelAsString: true GetCallbackUrlParameters: type: object properties: notAfter: type: string format: date-time description: The expiry time. keyType: $ref: '#/definitions/KeyType' description: The key type. description: The callback url parameters. WorkflowTriggerListCallbackUrlQueries: type: object properties: api-version: type: string description: The api version. sp: type: string description: The SAS permissions. sv: type: string description: The SAS version. sig: type: string description: The SAS signature. se: type: string description: The SAS timestamp. description: Gets the workflow trigger callback URL query parameters. parameters: subscriptionId: name: subscriptionId description: The subscription id. in: path required: true type: string api-version: name: api-version description: The API version. in: query required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'