You can use the POST and GET HTTP methods to insert and get data grid map entries.
POST /resources/datacaches/MyGrid/MyGrid/bob Content-type: application/xml <mydata>this is some data</mydata>
GET /resources/datacaches/MyGrid/MyGrid/bobYou must run GET operations on an individual key. You cannot retrieve all map entries.