Publishing APIs with Apigee X avis
3565 avis
Julian W. · Examiné il y a environ 3 ans
Wiktor Z. · Examiné il y a environ 3 ans
Mohamad S. · Examiné il y a environ 3 ans
Keanu W. · Examiné il y a environ 3 ans
Mandeep K. · Examiné il y a environ 3 ans
Getting errors while deploying
Hari V. · Examiné il y a environ 3 ans
Aline S. · Examiné il y a environ 3 ans
Sergio E. · Examiné il y a environ 3 ans
Furkan K. · Examiné il y a environ 3 ans
Some steps at the beginning repeats same done in previous lab
Oleksandr D. · Examiné il y a environ 3 ans
Luis S. · Examiné il y a environ 3 ans
Anderson R. · Examiné il y a environ 3 ans
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. · Examiné il y a plus de 3 ans
Andrés L. · Examiné il y a plus de 3 ans
Igor L. · Examiné il y a plus de 3 ans
.
Mishell Y. · Examiné il y a plus de 3 ans
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. · Examiné il y a plus de 3 ans
Nihar S. · Examiné il y a plus de 3 ans
Akshay B. · Examiné il y a plus de 3 ans
Siva N. · Examiné il y a plus de 3 ans
Ankit P. · Examiné il y a plus de 3 ans
Lucas G. · Examiné il y a plus de 3 ans
Eduardo C. · Examiné il y a plus de 3 ans
Ana M. · Examiné il y a plus de 3 ans
Steve N. · Examiné il y a plus de 3 ans
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.