How to on-board our org to CPS?

To execute some of the Management APIs, It is recommended to on-board our organisation to CPS. How to do it? Is there any steps to-do documentation available. If so please share me the link. Thanks.

Solved Solved
0 11 604
1 ACCEPTED SOLUTION

You can use the PUT API to update entries. You only have to include the entry you want to update in the payload. Other entries in the KVM will be untouched.

http://docs.apigee.com/management/apis/put/organizations/%7Borg_name%7D/environments/%7Benv_name%7D/...

This API will work till your org remains non-CPS. So don't have to worry about deprecation.

View solution in original post

11 REPLIES 11

Can you please point to the management APIs you are referring to.

@Madhan Sadasivam , Specially KVM , You can find the CPS related KVM APIs here.

Any answers from apigeek for this question?

Is it for a free org or a paid org ?

It is a paid org. Thanks.

@arunkumar_prusothaman , Please raise a support ticket for same in support portal, Apigee team will do same.

To clarify, the new management APIs only provide an alternative syntax to capabilities that existed earlier. CPS allows KVM to scale well while the fundamental concepts of KVM remains unchanged.

Using the non-CPS version of management APIs does not mean you lose out on any capability.

@Madhan Sadasivam

Is the non-CPS version of management API is still available to access kvm? If so could you please share the documentation link here. Thanks.

The standard APIs in this list will work for non-CPS orgs.

http://docs.apigee.com/api/keyvalue-maps

Thanks, But my requirement is to update an entry in KeyValue map which currently falls under CPS. Also non-CPS API will be deprecated in future release as per the documentation.

You can use the PUT API to update entries. You only have to include the entry you want to update in the payload. Other entries in the KVM will be untouched.

http://docs.apigee.com/management/apis/put/organizations/%7Borg_name%7D/environments/%7Benv_name%7D/...

This API will work till your org remains non-CPS. So don't have to worry about deprecation.