Publishing APIs with Apigee X Rezensionen
2489 Rezensionen
Wiktor Z. · Vor fast 3 Jahre überprüft
Mohamad S. · Vor fast 3 Jahre überprüft
Keanu W. · Vor fast 3 Jahre überprüft
Mandeep K. · Vor fast 3 Jahre überprüft
Getting errors while deploying
Hari V. · Vor fast 3 Jahre überprüft
Aline S. · Vor fast 3 Jahre überprüft
Sergio E. · Vor fast 3 Jahre überprüft
Furkan K. · Vor fast 3 Jahre überprüft
Some steps at the beginning repeats same done in previous lab
Oleksandr D. · Vor fast 3 Jahre überprüft
Luis S. · Vor fast 3 Jahre überprüft
Anderson R. · Vor fast 3 Jahre überprüft
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. · Vor fast 3 Jahre überprüft
Andrés L. · Vor fast 3 Jahre überprüft
Igor L. · Vor fast 3 Jahre überprüft
.
Mishell Y. · Vor fast 3 Jahre überprüft
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. · Vor fast 3 Jahre überprüft
Nihar S. · Vor fast 3 Jahre überprüft
Akshay B. · Vor fast 3 Jahre überprüft
Siva N. · Vor fast 3 Jahre überprüft
Ankit P. · Vor fast 3 Jahre überprüft
Lucas G. · Vor fast 3 Jahre überprüft
Eduardo C. · Vor fast 3 Jahre überprüft
Ana M. · Vor fast 3 Jahre überprüft
Steve N. · Vor fast 3 Jahre überprüft
Jeff B. · Vor fast 3 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.