How do I figure out the apigee version that we're using on a trial account?

Basically, we’re on trial and moving towards apigee edge so the migration tool requires the apigee version that we’re using in order for the migration to work.

How can I know the apigee version we’re using?

1 Like

Dear @Shah , Welcome to Apigee community,

You can find out the version of Apigee software by navigating to “/buildInfo” once you are logged in.

For example, Latest cloud version can be found when you navigate to “https://enterprise.apigee.com/buildInfo” once you are logged in.

3 Likes

Hi Anil,

Thanks for the response. /buildinfo will show the latest version, right? I want to see which version we’re using. Please note that we’re on the trial version, and I want to know the version which I can use in the apigee migrate tool(GitHub - apigeecs/apigee-migrate-tool: Export/Import Org Data. Import from CSV files) see config below.

module.exports = {

    from: {
        version: 'R22',
        url: '[http://mgmt-server](http://mgmt-server/)’,
        userid: 'user-id’,
        passwd: 'your-password',
        org: 'your-org',
        env: 'your-env'
    },
    to: {
        version: '14.0.7',
        url: '[http://mgmt-server](http://mgmt-server/)’,
        userid: 'user-id’,
        passwd: 'your-password',
        org: 'your-org',
        env: 'your-env'
    }
} ;

Hi @Anil Sagar I don’t see a semver version number in the /buildinfo response i.e. nothing in like version: ‘14.0.7’

@Anil Sagar, I get HTTP status code - 301 for the ink. I’m using Apigee public cloud, does it always have the latest version? or please suggest how to find which version i’m using?

1 Like