Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam PL-400 topic 5 question 2 discussion

Actual exam question from Microsoft's PL-400
Question #: 2
Topic #: 5
[All PL-400 Questions]

A company has two development instances, two test instances, two staging instances, and one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which of the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/instances
  • B. https://myorg.api.crm.dynamics.com/api/data/v9.1/
  • C. https://dev.crm.dynamics.com/api/discovery/v9.1/instances
  • D. https://disco.crm.dynamics.com/api/discovery/v9.1/
  • E. https://dev.crm.dynamics.com/api/discovery/v9.1/instances(UniqueName='myorg')
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️
Organization information is stored in the Instance entity of the Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
GET https://dev.{servername}/api/discovery/v9.0/Instances(UniqueName='myorg')
Example: Get the details of a specific instance. If you leave out the GUID, all instances that the authenticated user has access to are returned.
GET https://dev.{servername}/api/discovery/v9.0/Instances(<guid>)
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webapi/discover-url-organization-web-api

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
D_D
Highly Voted 2 years, 10 months ago
In Microsodt Datavers this has been changed: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/discover-url-organization-web-api In my eyes, in the current exam we should now expect this new url.
upvoted 16 times
hss1
2 years, 9 months ago
So what would be the correct answers?
upvoted 2 times
IRONR2D2
1 year, 8 months ago
meybe in the exam we have a new answers
upvoted 1 times
...
...
...
kT185
Highly Voted 2 years ago
Selected Answer: CE
I don't agree with provided answers (both by exam topics and in the comments). So, we have 2 versions of API: v.9.1 / v.9.2 - old one https://dev.{servername}/api/discovery/v9.1/Instances https://dev.{servername}/api/discovery/v9.1/Instances(UniqueName='myorg') Reference: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webapi/discover-url-organization-web-api?view=op-9-1 v.2.0 - new one https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances(UniqueName='myorg') Reference: https://docs.microsoft.com/en-us/power-apps/developer/data-platform/webapi/discover-url-organization-web-api#using-the-discovery-service In the answers we have only /v9.1 (old one) so the correct answers are C & E A would be correct in /v2.0 but it is /v9.1
upvoted 9 times
...
MikeAWS
Most Recent 7 months, 3 weeks ago
A and E are correct answers in my opinion.
upvoted 2 times
andresleonz
7 months, 2 weeks ago
I agree with you. 'A' for cloud and 'E' for on-premises.
upvoted 1 times
...
...
jonevado
1 year, 2 months ago
A & E On exam 23/02
upvoted 1 times
...
shibax
2 years, 2 months ago
the correct answer is A&E!
upvoted 2 times
...
Bbond007
2 years, 3 months ago
At this time we have 2 different Versions of API. The "old" one is B, D. In this case you can look at your Org in the legacy Developer Resource and you will find the API Version 9.1 or 9.2. e.G. Instance Web API: (https://<<orgID>>.api.crm.dynamics.com/api/data/v9.2/) Discovery Web API: (https://disco.crm.dynamics.com/api/discovery/v9.2/) If the Question is updated and then we have 2 different API Versions You will find them in your Maker portal Web API endpoint: (https://<<ORGID>>.api.crm.dynamics.com/api/data/v9.2) Discovery endpoint: (https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances). Be aware of the questions and the Version of API 9.1 or 9.2 is the "old" v.2.x the new one. I think this could be different in the Exam to this question. Never Know :D
upvoted 5 times
DeVries
2 years, 1 month ago
more on this new 2.x, see examples here: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/discover-url-organization-web-api#using-the-discovery-service
upvoted 1 times
...
...
S41
2 years, 9 months ago
correct answers are A and E
upvoted 6 times
...
wfrf92
2 years, 9 months ago
GET https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances(UniqueName='myorg')
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...