Files
eapim-admin/http/client-man-auth-key-test.http
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

121 lines
3.8 KiB
HTTP

### Add new client
POST http://localhost:7090/monitoring/_onl/admin/authserver/clientMan.json?serviceType=APIGW
Content-Type: application/json
User-Agent: insomnia/10.1.1
X-API-KEY: EAPIM_KEY
action: insert
target_host: stg
{
"CLIENTID": "KWUxcHzcADFjduFDkYnPotdhgGG3I3z9",
"ACCESSTOKENVALIDITYSECONDS": "86400",
"ALLOWEDIPS": null,
"AUTHORITIES": null,
"AUTOAPPROVE": null,
"CLIENTNAME": "tt",
"CLIENTSECRET": "88aHkN9TbNnu82m1zr60M977GJEDkAZYe5e8o6XaFFV481jCWNQD6azn9uROpVLI46riYBkVh9hnHwsBhfwSYjf9sdz4bolTlwsu5IyNOb16RKDT3RrBRDmgzwXMJptf",
"GRANTTYPES": "client_credentials",
"MODIFIEDBY": null,
"MODIFIEDON": null,
"REDIRECTURI": null,
"REFRESHTOKENVALIDITYSECONDS": null,
"RESOURCEIDS": null,
"SCOPE": "api",
"SECURITYKEY": null,
"ORGID": "33cde5a2-704f-433d-a456-23607a5e4ef0",
"ORGNAME": "",
"APPSTATUS": null,
"DAILYTOKENLIMIT": "0",
"APILIST": [
{
"sevrLogLvelNo": null,
"eaiBzwkDstcd": "DMO",
"sendRecvType": null,
"inOutType": null,
"eaiSvcDesc": "",
"fromAdapter": "_TST_IN_RST_SyS",
"toAdapter": "_TST_OU_RST_SyC",
"headerEaiIfId": null,
"commonInputGramId": null,
"commonInputGramLwrId": null,
"inboundHttpMethod": "post",
"inboundRestPath": "accounts/balance",
"outboundHttpMethod": "post",
"outboundRestPath": "case/001/transactions",
"inboundRequestLayout": null,
"requestTransform": "",
"outboundRequestLayout": null,
"inboundResponseLayout": null,
"responseTransform": "",
"outboundResponseLayout": null,
"interfaceId": null,
"eaiSvcName": "ACC_BAL_INQS1",
"transformYn": "N",
"toutVal": 0,
"simYn": null,
"author": "admin",
"syncAsyncType": "sync",
"restContentType": null,
"svcLogLvelNo": 3,
"apiEnabledYn": "Y",
"authType": "api_key",
"isHeaderRouting": null,
"lastModifiedDate": "2024-09-12 16:02:14",
"headerValues": null,
"standardMessageItems": [],
"inboundResponseStandardMessageItems": null,
"inboundResponseHttpMethod": null,
"inboundResponseRestPath": null,
"fromResponseAdapter": null,
"inboundErrResponseLayout": null,
"errResponseTransform": " ",
"outboundErrResponseLayout": null,
"errTransformYn": "N"
},
{
"sevrLogLvelNo": null,
"eaiBzwkDstcd": "DMO",
"sendRecvType": null,
"inOutType": null,
"eaiSvcDesc": "",
"fromAdapter": "_TST_IN_RST_SyS{AUTH}",
"toAdapter": "_TST_OU_RST_SyC",
"headerEaiIfId": null,
"commonInputGramId": null,
"commonInputGramLwrId": null,
"inboundHttpMethod": "post",
"inboundRestPath": "accounts/transactions",
"outboundHttpMethod": "post",
"outboundRestPath": "case/001/transactions",
"inboundRequestLayout": null,
"requestTransform": "",
"outboundRequestLayout": null,
"inboundResponseLayout": null,
"responseTransform": "",
"outboundResponseLayout": null,
"interfaceId": null,
"eaiSvcName": "ACC_TRX_INQS1",
"transformYn": "N",
"toutVal": 0,
"simYn": null,
"author": "admin",
"syncAsyncType": "sync",
"restContentType": null,
"svcLogLvelNo": 3,
"apiEnabledYn": "N",
"authType": "api_key",
"isHeaderRouting": null,
"lastModifiedDate": "2024-10-23 18:21:17",
"headerValues": null,
"standardMessageItems": [],
"inboundResponseStandardMessageItems": null,
"inboundResponseHttpMethod": null,
"inboundResponseRestPath": null,
"fromResponseAdapter": null,
"inboundErrResponseLayout": null,
"errResponseTransform": " ",
"outboundErrResponseLayout": null,
"errTransformYn": "N"
}
]
}