...
Code Block | ||||
---|---|---|---|---|
| ||||
curl --verbose --silent --insecure --user AAI:AAI --header 'Accept: application/json' \ --header 'X-TransactionId: testaai' \ --header 'Content-Type: application/json' --header 'X-FromAppId: AAI' \ 'https://<AAI-IP>:30233/aai/v14/nodes/pnfs?resultIndex=1&resultSize=10' > GET /aai/v14/nodes/pnfs?resultIndex=1&resultSize=10 HTTP/1.1^M > Authorization: Basic QUFJOkFBSQ==^M > User-Agent: curl/7.29.0^M > Host: <AAI-IP>:30233^M > Accept: application/json^M > X-TransactionId: testaai^M > Content-Type: application/json^M > X-FromAppId: AAI^M > ^M < HTTP/1.1 200 OK^M < Date: Mon, 18 Feb 2019 23:40:49 GMT^M < vertex-id: 82300928^M < total-results: 1^M < total-pages: 1^M < Content-Type: application/json^M < X-AAI-TXID: 2-aai-resources-190218-23:40:49:594-65208^M < Content-Length: 158^M < Strict-Transport-Security: max-age=16000000; includeSubDomains; preload;^M < ^M { [data not shown] * Connection #0 to host <AAI-IP> left intact { "pnf": [ { "pnf-name": "pnf-test-3", "pnf-name2": "name 2-3", "pnf-id": "test-id-3", "equip-type": "test-type-3", "in-maint": false, "resource-version": "1550533245515" } ] } |
...