

Create a new User using cURL AEM commandĬurl -u admin:admin -FcreateUser= -FauthorizableId=ankur-Frep:password=ankur.AEM JCR Node Manangement cURL commands.īelow are the AEM cUrl commands for User Management : –.AEM OSGI Bundle Management cURL commands.I have divided cURL commands based on its usage into following sections :. List of useful AEM cURL commands and its usageĪs we all know AEM is based on REST protocol, it supports only http request and cURL can be used as a magical wand to do anything in AEM in just a blink. You got your URL that you can append at the end of cURL command and access the same resource using cURL.Ībove process is very much useful for testers to automate AEM operations. Lets have a look at AEM cURL commands.Copy full path along with parameters from “POST” tab under it.


But you are free to find out any cURL command used for any AEM operation. In this article i have covered most frequently asked AEM cURL commands. How to find cURL command for any AEM Operation? If everything is ok u will get Curl basic commands syntaxes else you will get an error message “ curl” is not recognized as internal or external batch command. Open command prompt type curl –help and enter.Append the path of cURL.exe directory( D:\cURL\AMD64\) or custom path where you have unzipped the file to “ Path variable”. Windows users can follow below steps if you have downloaded executable file :. You can download cURL executable file from for your operating system or cURL from according to your operating system. It is designed for transferring data using various protocols like FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP and many more. List of useful AEM cURL commands and its usage ?ĬURL is an open source command line tool for performing URL Manipulations.How to find cURL command for any AEM Operation ?.In this tutorial, I will show you how to create any custom cURL command and few flavours of basic AEM cURL commands.Īfter completing this article you will have a clear understanding of :. There are no limit of number of cURL commands that you can use with AEM.

The focus of this tutorial is on basic or most frequently used AEM cURL commands.
