Skip to content

Data Plane API not be consistent with service call #26

Description

@wenytang-ms

Hi team
In this doc, it says that The portal uses the [Azure API Center data plane API](https://learn.microsoft.com/en-us/rest/api/dataplane/apicenter/operation-groups) to retrieve data from your API center.
But in the runtime, I tried with the json configuration

{
  "dataApiHostName": "<service name>.data.<region>.azure-apicenter.ms/workspaces/default",
  "title": "API portal",
  "authentication": {
      "clientId": "<client ID>",
      "tenantId": "<tenant ID>",
      "scopes": ["https://azure-apicenter.net/user_impersonation"],
      "authority": "https://login.microsoftonline.com/"
  }
}

it seems not same as the Data Plane Api's domain defined as https://{serviceName}.data.azure-apicenter.net like such as List All APIs

I'm confuse that is there any mistake?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions