关于“Publishing APIs with Apigee X”的评价
评论
Wiktor Z. · 评论almost 3 years之前
Mohamad S. · 评论almost 3 years之前
Keanu W. · 评论almost 3 years之前
Mandeep K. · 评论almost 3 years之前
Getting errors while deploying
Hari V. · 评论almost 3 years之前
Aline S. · 评论almost 3 years之前
Sergio E. · 评论almost 3 years之前
Furkan K. · 评论almost 3 years之前
Some steps at the beginning repeats same done in previous lab
Oleksandr D. · 评论almost 3 years之前
Luis S. · 评论almost 3 years之前
Anderson R. · 评论almost 3 years之前
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. · 评论almost 3 years之前
Andrés L. · 评论almost 3 years之前
Igor L. · 评论almost 3 years之前
.
Mishell Y. · 评论almost 3 years之前
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. · 评论almost 3 years之前
Nihar S. · 评论almost 3 years之前
Akshay B. · 评论almost 3 years之前
Siva N. · 评论almost 3 years之前
Ankit P. · 评论almost 3 years之前
Lucas G. · 评论almost 3 years之前
Eduardo C. · 评论almost 3 years之前
Ana M. · 评论almost 3 years之前
Steve N. · 评论almost 3 years之前
Jeff B. · 评论almost 3 years之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。