Test Environment

Not applicable

I do not seem to have the "test" environment. I only have dev and prod. When I deploy the Api proxy to any of those environments , I do not get a URL... not sure what i am doing wrong.

Also, I can not seem to be able to add the API to Apigee Edge using this:

http://{org-name}-{env-name}.apigee.net/{project-base-path}/{resource-name}?{query-params}

Solved Solved
0 1 484
1 ACCEPTED SOLUTION

sgilson
Participant V

Hi Stephanie,

Are you on a Cloud-based version of Edge? If so, are you trying to work in your own organization, or were you added to another user's organization? If it is another user's organization, that user might have added additional environments, or changed the available environments.

The URL you show:

http://{org-name}-{env-name}.apigee.net/{project-base-path}/{resource-name}?{query-params}

Is how you access a deployed API, not how you add one.

If you are a new user, I suggest you try this tutorial to create an API proxy and access it:

Create an API in the Edge UI

In your environment, you can use the "dev" environment or "prod" instead of test.

Note that if you are using an on-premises version of Edge then the available environments are controlled by your system admin.

Stephen

View solution in original post

1 REPLY 1

sgilson
Participant V

Hi Stephanie,

Are you on a Cloud-based version of Edge? If so, are you trying to work in your own organization, or were you added to another user's organization? If it is another user's organization, that user might have added additional environments, or changed the available environments.

The URL you show:

http://{org-name}-{env-name}.apigee.net/{project-base-path}/{resource-name}?{query-params}

Is how you access a deployed API, not how you add one.

If you are a new user, I suggest you try this tutorial to create an API proxy and access it:

Create an API in the Edge UI

In your environment, you can use the "dev" environment or "prod" instead of test.

Note that if you are using an on-premises version of Edge then the available environments are controlled by your system admin.

Stephen