After creating an instance, which two methods can be used to find the status of the
instance?
A.
Use the API call GET /instance/with the Accept header application/oracle-computev3+directory+json.
B.
View the instance orchestration on the Orchestrations page of the web console.
C.
View the instance on the Instances page of the web console.
D.
Use the API call GET /instancestatus/.
BC
B and C
A and C
two methods, one via webconsole, one via API, there is a 3rd one via opc
https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/monitoring-instances.html
This answer is correct example of answer A is below:
See the -H “Accept: application/oracle-compute-v3+json”
curl -X GET
-H “Cookie: $COMPUTE_COOKIE”
-H “Accept: application/oracle-compute-v3+json”
https://api-z999.compute.us0.oraclecloud.com/instance/Compute-acme/[email protected]/dev1/f653a677-b566-4f92-8e93-71d47b364119
A and C
A and C
B – ‘instance orchestration’ is not a thing