Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to retrieve PROGRAMID value

Avatar

Level 2

Hi Team,

 

Can someone please suggest steps to get program id ?

 

Note: I have access to aio & Cloud Manger dashboard.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Generally, URL formation would be like below, You can get it from here.

 

https://author-p[Program ID]-e[EnvironmentID].adobeaemcloud.com/ 

 

Incase if you want to get the JSON output, We can make use of Cloud Manager API or Adobe CLI. To work with CM API, we need authentication Headers which we can get it through Adobe IO / Developer console.

 

  1. Authentication Reference: https://www.adobe.io/experience-cloud/cloud-manager/guides/getting-started/authentication/
  2. API Reference: https://www.adobe.io/experience-cloud/cloud-manager/reference/api

To test the CM API results we can make use of  'Cloud Manager API Playground' which will hit the Cloud Manager APIs using the logged in user credentials.

 

https://www.adobe.io/experience-cloud/cloud-manager/reference/playground/#/api/program

View solution in original post

4 Replies

Avatar

Level 7

Hi @praveen_goplani_accenture ,

you can find the program Id by accessing into the CloudManager > Programs

 

Thanks,

Antonio

Thanks a lot for your quick response, Sorry I made a typo mistake I was looking for EnvironmentID.

Avatar

Correct answer by
Community Advisor

Hi,

Generally, URL formation would be like below, You can get it from here.

 

https://author-p[Program ID]-e[EnvironmentID].adobeaemcloud.com/ 

 

Incase if you want to get the JSON output, We can make use of Cloud Manager API or Adobe CLI. To work with CM API, we need authentication Headers which we can get it through Adobe IO / Developer console.

 

  1. Authentication Reference: https://www.adobe.io/experience-cloud/cloud-manager/guides/getting-started/authentication/
  2. API Reference: https://www.adobe.io/experience-cloud/cloud-manager/reference/api

To test the CM API results we can make use of  'Cloud Manager API Playground' which will hit the Cloud Manager APIs using the logged in user credentials.

 

https://www.adobe.io/experience-cloud/cloud-manager/reference/playground/#/api/program