Publishing APIs with Apigee X Ulasan
2489 ulasan
Wiktor Z. · Diulas hampir 3 tahun lalu
Mohamad S. · Diulas hampir 3 tahun lalu
Keanu W. · Diulas hampir 3 tahun lalu
Mandeep K. · Diulas hampir 3 tahun lalu
Getting errors while deploying
Hari V. · Diulas hampir 3 tahun lalu
Aline S. · Diulas hampir 3 tahun lalu
Sergio E. · Diulas hampir 3 tahun lalu
Furkan K. · Diulas hampir 3 tahun lalu
Some steps at the beginning repeats same done in previous lab
Oleksandr D. · Diulas hampir 3 tahun lalu
Luis S. · Diulas hampir 3 tahun lalu
Anderson R. · Diulas hampir 3 tahun lalu
Hubo un problema con el apiKey y salia esta info al enviar alguna solicitud An unknown error occurred while making the request. Please verify your connection and try again. If you continue to experience issues please contact support
Jose Angel A. · Diulas hampir 3 tahun lalu
Andrés L. · Diulas hampir 3 tahun lalu
Igor L. · Diulas hampir 3 tahun lalu
.
Mishell Y. · Diulas hampir 3 tahun lalu
export INSTANCE_NAME=eval-instance; export ENV_NAME=eval; export PREV_INSTANCE_STATE=; echo "waiting for runtime instance ${INSTANCE_NAME} to be active"; while : ; do export INSTANCE_STATE=$(curl -s -H "Authorization: Bearer $(gcloud auth print-access-token)" -X GET "https://apigee.googleapis.com/v1/organizations/${GOOGLE_CLOUD_PROJECT}/instances/${INSTANCE_NAME}" | jq "select(.state != null) | .state" --raw-output); [[ "${INSTANCE_STATE}" == "${PREV_INSTANCE_STATE}" ]] || (echo; echo "INSTANCE_STATE=${INSTANCE_STATE}"); export PREV_INSTANCE_STATE=${INSTANCE_STATE}; [[ "${INSTANCE_STATE}" != "ACTIVE" ]] || break; echo -n "."; sleep 5; done; echo; echo "instance created, waiting for environment ${ENV_NAME} to be attached to instance"; while : ; do export ATTACHMENT_DONE=$(curl -s -H "Authorization: Bearer $(gcloud auth print-access-token)" -X GET "https://apigee.googleapis.com/v1/organizations/${GOOGLE_CLOUD_PROJECT}/instances/${INSTANCE_NAME}/attachments" | jq "select(.attachments != null) | .attachments[] | select(.environment == \"${ENV_NAME}\") | .environment" --join-output); [[ "${ATTACHMENT_DONE}" != "${ENV_NAME}" ]] || break; echo -n "."; sleep 5; done; echo "***ORG IS READY TO USE***"; waiting for runtime instance eval-instance to be active INSTANCE_STATE=CREATING .........................................................................................................
César M. · Diulas hampir 3 tahun lalu
Nihar S. · Diulas hampir 3 tahun lalu
Akshay B. · Diulas hampir 3 tahun lalu
Siva N. · Diulas hampir 3 tahun lalu
Ankit P. · Diulas hampir 3 tahun lalu
Lucas G. · Diulas hampir 3 tahun lalu
Eduardo C. · Diulas hampir 3 tahun lalu
Ana M. · Diulas hampir 3 tahun lalu
Steve N. · Diulas hampir 3 tahun lalu
Jeff B. · Diulas hampir 3 tahun lalu
Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.