Update OnePlan Connections from my.oneplan.ai to mygraph.oneplan.ai

  • Updated

This article explains how to identify and update existing OnePlan connections that still reference my.oneplan.ai so they use the current mygraph.oneplan.ai endpoint. These updates commonly apply to Power BI reports that connect to OnePlan OData feeds and Power Automate workflows that use HTTP requests to call OnePlan REST APIs.

Why this update is required

To help ensure continued connectivity, refresh reliability, and alignment with the current OnePlan platform endpoint, customers should update applicable OData and REST API references from my.oneplan.ai to mygraph.oneplan.ai.

Common scenario 1: Power BI reports using OnePlan OData

Power BI reports may use a OnePlan OData feed as the source for reporting datasets. If a report was originally configured with an OData URL that begins with https://my.oneplan.ai/odata/, the report should be updated so the OData source begins with https://mygraph.oneplan.ai/odata/ instead.

How to check and update a Power BI report

  1. Open the Power BI report or dataset that connects to OnePlan OData.
  2. Review the configured OData source URL in the report queries or data source settings.
  3. If the source URL references my.oneplan.ai, update it to use mygraph.oneplan.ai.
  4. Confirm the authentication credentials are still valid for the updated source.
  5. Refresh the report to verify that the dataset loads successfully.

 

Example OData endpoint update

Previous format: https://my.oneplan.ai/odata/{OnePlanGroupConfigId}

Updated format: https://mygraph.oneplan.ai/odata/{OnePlanGroupConfigId}

Common scenario 2: Power Automate workflows using HTTP requests to OnePlan REST APIs

Power Automate workflows may call OnePlan REST APIs by using HTTP actions. If an HTTP action URI references https://my.oneplan.ai/api/, update the URI so it references https://mygraph.oneplan.ai/api/ while keeping the remaining API path, parameters, and request body unchanged unless otherwise directed by OnePlan Support.

How to check and update a Power Automate workflow

  1. Open the Power Automate workflow that integrates with OnePlan.
  2. Review each HTTP action that calls a OnePlan REST API.
  3. Check the URI field for references to my.oneplan.ai.
  4. If found, replace my.oneplan.ai with mygraph.oneplan.ai.
  5. Save the workflow.
  6. Run a test to confirm the HTTP request completes successfully.

Example REST API endpoint update

Previous format: https://my.oneplan.ai/api/resources/fields

Updated format: https://mygraph.oneplan.ai/api/ resources/fields

The API endpoint path, query string parameters, headers, authentication key, and request body should remain unchanged unless your implementation requires a separate update.

Other references that should be reviewed

In addition to Power BI reports and Power Automate workflows, customers should review any other references or custom integrations that use OnePlan OData or OnePlan REST APIs for a OnePlan group on my.oneplan.ai. Any OData feed, REST API request, script, custom connector, scheduled job, integration tool, or documentation that references my.oneplan.ai for a OnePlan group should be updated to use mygraph.oneplan.ai.

Recommended validation checklist

  • Search reports, workflows, scripts, and integration documentation for my.oneplan.ai.
  • Update OData URLs to use mygraph.oneplan.ai.
  • Update REST API URLs to use mygraph.oneplan.ai.
  • Keep the OnePlan group identifier, API path, query parameters, headers, and request body the same unless a separate change is required.
  • Re-enter or confirm credentials where prompted.
  • Refresh Power BI datasets and test Power Automate workflow runs after making the update.

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.