grantRequestInstantiate.json 229 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"id": "123",
	"appInstanceId": "456",
	"appLcmOpOccId": "789",
	"operation": "INSTANTIATE",
	"_links": {
		"appLcmOpOcc": {
			"href": "https://anexample.ex/"
		},
		"appInstance": {
			"href": "https://anexample.ex/"
		}
	}
}