Skip to content

Commit

Permalink
deploy: 03acccf
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed Nov 6, 2024
1 parent 32e6873 commit 7cb3c75
Show file tree
Hide file tree
Showing 206 changed files with 1,651 additions and 6 deletions.
40 changes: 40 additions & 0 deletions central-server/ui-system-test/1206/app.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<div>
<h4>Rest call: https://localhost:32769/api/v1/management-requests</h4>
<div class="content">
<strong>Request:</strong>
<pre class="details-content">curl -X POST \
'https://localhost:32769/api/v1/management-requests' \
-H 'ACCEPT: application/json' \
-H 'AUTHORIZATION: X-ROAD-APIKEY TOKEN=d11ae082-3c91-445c-a2de-525638bc47c8' \
-H 'CONTENT-LENGTH: 1978' \
-H 'CONTENT-TYPE: application/json' \
-d '{&quot;type&quot;:&quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,&quot;id&quot;:null,&quot;type&quot;:&quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,&quot;origin&quot;:&quot;CENTER&quot;,&quot;security_server_owner&quot;:null,&quot;security_server_id&quot;:&quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;,&quot;status&quot;:null,&quot;created_at&quot;:null,&quot;updated_at&quot;:null,&quot;server_address&quot;:&quot;security-server-address-E2E-SS1&quot;,&quot;authentication_certificate&quot;:&quot;MIIExTCCAq2gAwIBAgIBATANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDExNTdWJqZWN0LUUyZS10ZXN0IENBMB4XDTI0MTEwNjEzMjcwOVoXDTI1MTEwNzEzMjgwOVowGjEYMBYGA1UEAxMPU3ViamVjdC1FMkUtU1MxMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArHCiVD1FsLGcEtDVb/cVBn84paANGNhCQ6ol2AuXmm7M4YznZ1roquS10yMEBz/RVpXbFluEuGlkFUzo3DhOeQsb8GJp8OOoJ2qIPuEJZ289AkyRPGyGjxMji5DAqgduPKBWBSSK/TJK/ku8UkOW7Pd8vC6UY/r0tgH8i/5P7cA7qpXNt5wRCTv/aj/Q9Jhmc+Iqtb/JgXNwfw+031ppZiRwvMljSslZy9Epdm48iLxGNuJTxLL5HIavmE7wJMq6hcVd8ASWGBW90VyubXN0Et4ol844WagDlTiwuNl+ZsWGQS+sYzH2BuOSHT+Tie1J0CvrFAwiwoCnxG/dvwnDT1Xx5RaTyQrweIJ6v0Nz9Fdf/sIcclXQez7KmlcRXRZ6C6y3uTI3mT9NNF+njIq2yclkVZqOyzFJoQbqNH/nOsl2DSWHfKuOGzZOgf54Vn9DY1SPwl0+a9JDJeWa3znJzF1de5l5nlQh/Zp1TfwA29rrP5M7KCZnhWlhRvezzl+loQTmti/F9eOXWg6FUtX8yLu8dCLGCmzPHCQFaWiUN0bH0Sg5/P6i+rAuMsD4T+xAtjeJ202v63cX5WDBowKY2eG3rAPsXZC6Wy/0vmckARyMh0RcTvdcp2+l3hBOfsJDHs3RYKvWdTRhNzfkHEvr2OmpYoI4eo2Dz+m3+JzZx1kCAwEAAaMSMBAwDgYDVR0PAQH/BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4ICAQBugMM1hobLoBuyG6Yu5gr/H+82Gn2RYGQa053fPL/4I2ThV+a0g1QCqZ+x6AUgHDhZDWyqe8jZPhQ6r7FCuftzMpoGguqMBn8ip9XeEQBefVaqVCDLghMFCLyKSENATWNE0faRlMJP9f4R1gpovgtl1PPrwBdNO2l0joypxbsAuNeoRkZaZcnfdr608Pc9laLJdnHfqe34VkHRir+6NCW1aVnitNGyZ4jJcjbSTbVIb4DI0M0kSqhqZIbJqFLYWh9aFeM/rKDPVxrokEW0Amf3kgySUmjcXIxBE7A8+lEvA95SdR9GmJ+OwGVNZaED+2IjMzeOj1zTQHJ8fYttZa92eOqVZffaX2+4K6v5qYZG5V5gLRv8739NeGOfnL5R7C0DuRzs/+HyABq6zuGhD07bujKI/Oz+EG7UTw1A8hwZi5wQrFcRaS8Ku8DpanDz1ETZo5moTkeQ2C8tCz7AUL0GO03IKyU4hA2OxDGY7leP+tfnXxHdtNkxCeAB80xzgWQEUfRjtkxnHXFoIxUBNnvIdQSVXcLqoUZM1pM6JQqvx3fB18kMJQH4ZzfzEQo/rb8QtxpVTTMS6T8zJX6+JeXu1YtYu7EvHVFP4M0Avw5SCBamBoXYzaVZW6e06HHqM3BXwAVUjYXs/1j/PGTGok+LkS5OWPUTFObj4c+QfV+S6w==&quot;}'
</pre>
</div>
<div class="content">
<details>
<summary style="cursor:pointer">
<strong>Response:</strong>
</summary>
<pre class="details-content"><code class="json">{
&quot;headers&quot; : { },
&quot;body&quot; : {
&quot;type&quot; : &quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,
&quot;id&quot; : 1,
&quot;origin&quot; : &quot;CENTER&quot;,
&quot;security_server_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;,
&quot;status&quot; : &quot;WAITING&quot;,
&quot;created_at&quot; : &quot;2024-11-06T13:28:09.763742Z&quot;,
&quot;updated_at&quot; : &quot;2024-11-06T13:28:09.763742Z&quot;,
&quot;server_address&quot; : &quot;security-server-address-E2E-SS1&quot;,
&quot;authentication_certificate&quot; : &quot;MIIExTCCAq2gAwIBAgIBATANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDExNTdWJqZWN0LUUyZS10ZXN0IENBMB4XDTI0MTEwNjEzMjcwOVoXDTI1MTEwNzEzMjgwOVowGjEYMBYGA1UEAxMPU3ViamVjdC1FMkUtU1MxMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArHCiVD1FsLGcEtDVb/cVBn84paANGNhCQ6ol2AuXmm7M4YznZ1roquS10yMEBz/RVpXbFluEuGlkFUzo3DhOeQsb8GJp8OOoJ2qIPuEJZ289AkyRPGyGjxMji5DAqgduPKBWBSSK/TJK/ku8UkOW7Pd8vC6UY/r0tgH8i/5P7cA7qpXNt5wRCTv/aj/Q9Jhmc+Iqtb/JgXNwfw+031ppZiRwvMljSslZy9Epdm48iLxGNuJTxLL5HIavmE7wJMq6hcVd8ASWGBW90VyubXN0Et4ol844WagDlTiwuNl+ZsWGQS+sYzH2BuOSHT+Tie1J0CvrFAwiwoCnxG/dvwnDT1Xx5RaTyQrweIJ6v0Nz9Fdf/sIcclXQez7KmlcRXRZ6C6y3uTI3mT9NNF+njIq2yclkVZqOyzFJoQbqNH/nOsl2DSWHfKuOGzZOgf54Vn9DY1SPwl0+a9JDJeWa3znJzF1de5l5nlQh/Zp1TfwA29rrP5M7KCZnhWlhRvezzl+loQTmti/F9eOXWg6FUtX8yLu8dCLGCmzPHCQFaWiUN0bH0Sg5/P6i+rAuMsD4T+xAtjeJ202v63cX5WDBowKY2eG3rAPsXZC6Wy/0vmckARyMh0RcTvdcp2+l3hBOfsJDHs3RYKvWdTRhNzfkHEvr2OmpYoI4eo2Dz+m3+JzZx1kCAwEAAaMSMBAwDgYDVR0PAQH/BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4ICAQBugMM1hobLoBuyG6Yu5gr/H+82Gn2RYGQa053fPL/4I2ThV+a0g1QCqZ+x6AUgHDhZDWyqe8jZPhQ6r7FCuftzMpoGguqMBn8ip9XeEQBefVaqVCDLghMFCLyKSENATWNE0faRlMJP9f4R1gpovgtl1PPrwBdNO2l0joypxbsAuNeoRkZaZcnfdr608Pc9laLJdnHfqe34VkHRir+6NCW1aVnitNGyZ4jJcjbSTbVIb4DI0M0kSqhqZIbJqFLYWh9aFeM/rKDPVxrokEW0Amf3kgySUmjcXIxBE7A8+lEvA95SdR9GmJ+OwGVNZaED+2IjMzeOj1zTQHJ8fYttZa92eOqVZffaX2+4K6v5qYZG5V5gLRv8739NeGOfnL5R7C0DuRzs/+HyABq6zuGhD07bujKI/Oz+EG7UTw1A8hwZi5wQrFcRaS8Ku8DpanDz1ETZo5moTkeQ2C8tCz7AUL0GO03IKyU4hA2OxDGY7leP+tfnXxHdtNkxCeAB80xzgWQEUfRjtkxnHXFoIxUBNnvIdQSVXcLqoUZM1pM6JQqvx3fB18kMJQH4ZzfzEQo/rb8QtxpVTTMS6T8zJX6+JeXu1YtYu7EvHVFP4M0Avw5SCBamBoXYzaVZW6e06HHqM3BXwAVUjYXs/1j/PGTGok+LkS5OWPUTFObj4c+QfV+S6w==&quot;
},
&quot;status&quot; : 202
}</code></pre>
</details>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem:e2e-tc2-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<div>
<h4>Rest call: https://localhost:32769/api/v1/management-requests/3</h4>
<div class="content">
<strong>Request:</strong>
<pre class="details-content">curl -X GET \
'https://localhost:32769/api/v1/management-requests/3' \
-H 'ACCEPT: application/json' \
-H 'AUTHORIZATION: X-ROAD-APIKEY TOKEN=bbf0109e-5c3e-485d-9aff-511878649c80' \

</pre>
</div>
<div class="content">
<details>
<summary style="cursor:pointer">
<strong>Response:</strong>
</summary>
<pre class="details-content"><code class="json">{
&quot;headers&quot; : { },
&quot;body&quot; : {
&quot;id&quot; : 3,
&quot;type&quot; : &quot;CLIENT_REGISTRATION_REQUEST&quot;,
&quot;origin&quot; : &quot;CENTER&quot;,
&quot;security_server_owner&quot; : &quot;E2E TC1 Member with Subsystems&quot;,
&quot;security_server_id&quot; : {
&quot;type&quot; : &quot;SERVER&quot;,
&quot;instance_id&quot; : &quot;CS-E2E&quot;,
&quot;server_code&quot; : &quot;E2E-SS1&quot;,
&quot;member_class&quot; : &quot;E2E-TC1&quot;,
&quot;member_code&quot; : &quot;e2e-tc1-member-subsystem&quot;,
&quot;encoded_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;
},
&quot;status&quot; : &quot;WAITING&quot;,
&quot;client_id&quot; : {
&quot;type&quot; : &quot;SUBSYSTEM&quot;,
&quot;instance_id&quot; : &quot;CS-E2E&quot;,
&quot;subsystem_code&quot; : &quot;e2e-tc2-subsystem&quot;,
&quot;member_class&quot; : &quot;E2E-TC1&quot;,
&quot;member_code&quot; : &quot;e2e-tc2-member-subsystem&quot;,
&quot;encoded_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc2-member-subsystem:e2e-tc2-subsystem&quot;
},
&quot;client_owner_name&quot; : &quot;E2E TC2 Member with Subsystems&quot;,
&quot;created_at&quot; : &quot;2024-11-06T13:28:16.033718Z&quot;
},
&quot;status&quot; : 200
}</code></pre>
</details>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem:e2e-tc2-subsystem
CS-E2E:E2E-TC1:e2e-tc1-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<div>
<h4>Rest call: https://localhost:32769/api/v1/management-requests</h4>
<div class="content">
<strong>Request:</strong>
<pre class="details-content">curl -X POST \
'https://localhost:32769/api/v1/management-requests' \
-H 'ACCEPT: application/json' \
-H 'AUTHORIZATION: X-ROAD-APIKEY TOKEN=6cc07c57-2731-4151-abe1-d4eda6d8485f' \
-H 'CONTENT-LENGTH: 325' \
-H 'CONTENT-TYPE: application/json' \
-d '{&quot;type&quot;:&quot;CLIENT_REGISTRATION_REQUEST&quot;,&quot;id&quot;:null,&quot;type&quot;:&quot;CLIENT_REGISTRATION_REQUEST&quot;,&quot;origin&quot;:&quot;CENTER&quot;,&quot;security_server_owner&quot;:null,&quot;security_server_id&quot;:&quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;,&quot;status&quot;:null,&quot;created_at&quot;:null,&quot;updated_at&quot;:null,&quot;client_id&quot;:&quot;CS-E2E:E2E-TC1:e2e-tc3-member-subsystem:e2e-tc3-subsystem&quot;}'
</pre>
</div>
<div class="content">
<details>
<summary style="cursor:pointer">
<strong>Response:</strong>
</summary>
<pre class="details-content"><code class="json">{
&quot;headers&quot; : { },
&quot;body&quot; : {
&quot;type&quot; : &quot;CLIENT_REGISTRATION_REQUEST&quot;,
&quot;id&quot; : 8,
&quot;origin&quot; : &quot;CENTER&quot;,
&quot;security_server_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;,
&quot;status&quot; : &quot;WAITING&quot;,
&quot;created_at&quot; : &quot;2024-11-06T13:28:38.552651Z&quot;,
&quot;updated_at&quot; : &quot;2024-11-06T13:28:38.552651Z&quot;,
&quot;client_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc3-member-subsystem:e2e-tc3-subsystem&quot;
},
&quot;status&quot; : 202
}</code></pre>
</details>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem:e2e-tc2-subsystem
CS-E2E:E2E-TC1:e2e-tc1-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$code $description
E2E-TC1 generated description
E2E-TC2 generated description
E2E-TC3 generated description
E2E-TC4 generated description
E2E-TC5 generated description
E2E-TC6 generated description
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem
CS-E2E:E2E-TC1:e2e-tc3-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CS-E2E:E2E-TC1:e2e-tc3-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$code $description
E2E-TC1 generated description
E2E-TC2 generated description
E2E-TC3 generated description
E2E-TC4 generated description
E2E-TC5 generated description
E2E-TC6 generated description
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<div>
<h4>Rest call: https://localhost:32769/api/v1/management-requests</h4>
<div class="content">
<strong>Request:</strong>
<pre class="details-content">curl -X POST \
'https://localhost:32769/api/v1/management-requests' \
-H 'ACCEPT: application/json' \
-H 'AUTHORIZATION: X-ROAD-APIKEY TOKEN=4a55d240-b324-4c58-90be-07ebb3ec7b36' \
-H 'CONTENT-LENGTH: 1978' \
-H 'CONTENT-TYPE: application/json' \
-d '{&quot;type&quot;:&quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,&quot;id&quot;:null,&quot;type&quot;:&quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,&quot;origin&quot;:&quot;CENTER&quot;,&quot;security_server_owner&quot;:null,&quot;security_server_id&quot;:&quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS3&quot;,&quot;status&quot;:null,&quot;created_at&quot;:null,&quot;updated_at&quot;:null,&quot;server_address&quot;:&quot;security-server-address-E2E-SS3&quot;,&quot;authentication_certificate&quot;:&quot;MIIExTCCAq2gAwIBAgIBATANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDExNTdWJqZWN0LUUyZS10ZXN0IENBMB4XDTI0MTEwNjEzMjczNVoXDTI1MTEwNzEzMjgzNVowGjEYMBYGA1UEAxMPU3ViamVjdC1FMkUtU1MzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArHCiVD1FsLGcEtDVb/cVBn84paANGNhCQ6ol2AuXmm7M4YznZ1roquS10yMEBz/RVpXbFluEuGlkFUzo3DhOeQsb8GJp8OOoJ2qIPuEJZ289AkyRPGyGjxMji5DAqgduPKBWBSSK/TJK/ku8UkOW7Pd8vC6UY/r0tgH8i/5P7cA7qpXNt5wRCTv/aj/Q9Jhmc+Iqtb/JgXNwfw+031ppZiRwvMljSslZy9Epdm48iLxGNuJTxLL5HIavmE7wJMq6hcVd8ASWGBW90VyubXN0Et4ol844WagDlTiwuNl+ZsWGQS+sYzH2BuOSHT+Tie1J0CvrFAwiwoCnxG/dvwnDT1Xx5RaTyQrweIJ6v0Nz9Fdf/sIcclXQez7KmlcRXRZ6C6y3uTI3mT9NNF+njIq2yclkVZqOyzFJoQbqNH/nOsl2DSWHfKuOGzZOgf54Vn9DY1SPwl0+a9JDJeWa3znJzF1de5l5nlQh/Zp1TfwA29rrP5M7KCZnhWlhRvezzl+loQTmti/F9eOXWg6FUtX8yLu8dCLGCmzPHCQFaWiUN0bH0Sg5/P6i+rAuMsD4T+xAtjeJ202v63cX5WDBowKY2eG3rAPsXZC6Wy/0vmckARyMh0RcTvdcp2+l3hBOfsJDHs3RYKvWdTRhNzfkHEvr2OmpYoI4eo2Dz+m3+JzZx1kCAwEAAaMSMBAwDgYDVR0PAQH/BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4ICAQAcgn/BsX0zTdW0wTJ+JJpC+fvPZ1HczHQLn6+LTRuiNnwXk5QPlpw9E94Z3Q0px7Zdb2N6kUkpmX2mzGtKI3YnxojrXv/kdTeArNNWDbr9MmwJm00mwIjFD096/8KILfzoDWAqm2BjDkb56IFzpgM5m8QAgdIhCPVxALXUl4rMv79KRa513HCJuf8wKUCrE9i0waPcOyqBR358ciDs+LeV5R5fY/HJOkM/HHM9aJs+HD5/MveqRdhD/KsLtU8CUdm3TjkMKGmmc1PY9kblrExZa1cqONbE4tKJqoBxqHup+2+NzHysd+dp/BMm9RrKss3/mKgXrAQwdNocLbmPI+BpC5YV/oVIgd0Xvejek++aXiKkpiIk1VZe1BxGLGyE31eDBLbXjsHncp+xHHF7k1Q0BFwJ3cvsbRJM9SD09Nx/7ToxqRRi+UEtrlpQptDxwaBmMJk+09jo5AtfzpBlHNa0c8/+gDktwtA16SQU9vm63mZfDmFqQBZxP5gNbECQK40dT3Pai2Fn4wDLRlll4VhdTNEoLu/fGde4tpyY5uPmaV0CQGsPlKpLo0fxKL+FVroXm1gftGLUe6+mCXICiaRxsq07Ag4Jkqj2A+A8D+acbRfjSNlgpoxL/GADSXmWoKrLgIq6cTs+pWfuvc8JiGJhIM7uNPLQy07YPsn0BOTxGw==&quot;}'
</pre>
</div>
<div class="content">
<details>
<summary style="cursor:pointer">
<strong>Response:</strong>
</summary>
<pre class="details-content"><code class="json">{
&quot;headers&quot; : { },
&quot;body&quot; : {
&quot;type&quot; : &quot;AUTH_CERT_REGISTRATION_REQUEST&quot;,
&quot;id&quot; : 7,
&quot;origin&quot; : &quot;CENTER&quot;,
&quot;security_server_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS3&quot;,
&quot;status&quot; : &quot;WAITING&quot;,
&quot;created_at&quot; : &quot;2024-11-06T13:28:35.516724Z&quot;,
&quot;updated_at&quot; : &quot;2024-11-06T13:28:35.516724Z&quot;,
&quot;server_address&quot; : &quot;security-server-address-E2E-SS3&quot;,
&quot;authentication_certificate&quot; : &quot;MIIExTCCAq2gAwIBAgIBATANBgkqhkiG9w0BAQsFADAeMRwwGgYDVQQDExNTdWJqZWN0LUUyZS10ZXN0IENBMB4XDTI0MTEwNjEzMjczNVoXDTI1MTEwNzEzMjgzNVowGjEYMBYGA1UEAxMPU3ViamVjdC1FMkUtU1MzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArHCiVD1FsLGcEtDVb/cVBn84paANGNhCQ6ol2AuXmm7M4YznZ1roquS10yMEBz/RVpXbFluEuGlkFUzo3DhOeQsb8GJp8OOoJ2qIPuEJZ289AkyRPGyGjxMji5DAqgduPKBWBSSK/TJK/ku8UkOW7Pd8vC6UY/r0tgH8i/5P7cA7qpXNt5wRCTv/aj/Q9Jhmc+Iqtb/JgXNwfw+031ppZiRwvMljSslZy9Epdm48iLxGNuJTxLL5HIavmE7wJMq6hcVd8ASWGBW90VyubXN0Et4ol844WagDlTiwuNl+ZsWGQS+sYzH2BuOSHT+Tie1J0CvrFAwiwoCnxG/dvwnDT1Xx5RaTyQrweIJ6v0Nz9Fdf/sIcclXQez7KmlcRXRZ6C6y3uTI3mT9NNF+njIq2yclkVZqOyzFJoQbqNH/nOsl2DSWHfKuOGzZOgf54Vn9DY1SPwl0+a9JDJeWa3znJzF1de5l5nlQh/Zp1TfwA29rrP5M7KCZnhWlhRvezzl+loQTmti/F9eOXWg6FUtX8yLu8dCLGCmzPHCQFaWiUN0bH0Sg5/P6i+rAuMsD4T+xAtjeJ202v63cX5WDBowKY2eG3rAPsXZC6Wy/0vmckARyMh0RcTvdcp2+l3hBOfsJDHs3RYKvWdTRhNzfkHEvr2OmpYoI4eo2Dz+m3+JzZx1kCAwEAAaMSMBAwDgYDVR0PAQH/BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4ICAQAcgn/BsX0zTdW0wTJ+JJpC+fvPZ1HczHQLn6+LTRuiNnwXk5QPlpw9E94Z3Q0px7Zdb2N6kUkpmX2mzGtKI3YnxojrXv/kdTeArNNWDbr9MmwJm00mwIjFD096/8KILfzoDWAqm2BjDkb56IFzpgM5m8QAgdIhCPVxALXUl4rMv79KRa513HCJuf8wKUCrE9i0waPcOyqBR358ciDs+LeV5R5fY/HJOkM/HHM9aJs+HD5/MveqRdhD/KsLtU8CUdm3TjkMKGmmc1PY9kblrExZa1cqONbE4tKJqoBxqHup+2+NzHysd+dp/BMm9RrKss3/mKgXrAQwdNocLbmPI+BpC5YV/oVIgd0Xvejek++aXiKkpiIk1VZe1BxGLGyE31eDBLbXjsHncp+xHHF7k1Q0BFwJ3cvsbRJM9SD09Nx/7ToxqRRi+UEtrlpQptDxwaBmMJk+09jo5AtfzpBlHNa0c8/+gDktwtA16SQU9vm63mZfDmFqQBZxP5gNbECQK40dT3Pai2Fn4wDLRlll4VhdTNEoLu/fGde4tpyY5uPmaV0CQGsPlKpLo0fxKL+FVroXm1gftGLUe6+mCXICiaRxsq07Ag4Jkqj2A+A8D+acbRfjSNlgpoxL/GADSXmWoKrLgIq6cTs+pWfuvc8JiGJhIM7uNPLQy07YPsn0BOTxGw==&quot;
},
&quot;status&quot; : 202
}</code></pre>
</details>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem
CS-E2E:E2E-TC1:e2e-tc3-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CS-E2E:E2E-TC1:e2e-tc2-member-subsystem
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<div>
<h4>Rest call: https://localhost:32769/api/v1/management-requests/8</h4>
<div class="content">
<strong>Request:</strong>
<pre class="details-content">curl -X GET \
'https://localhost:32769/api/v1/management-requests/8' \
-H 'ACCEPT: application/json' \
-H 'AUTHORIZATION: X-ROAD-APIKEY TOKEN=6cc07c57-2731-4151-abe1-d4eda6d8485f' \

</pre>
</div>
<div class="content">
<details>
<summary style="cursor:pointer">
<strong>Response:</strong>
</summary>
<pre class="details-content"><code class="json">{
&quot;headers&quot; : { },
&quot;body&quot; : {
&quot;id&quot; : 8,
&quot;type&quot; : &quot;CLIENT_REGISTRATION_REQUEST&quot;,
&quot;origin&quot; : &quot;CENTER&quot;,
&quot;security_server_owner&quot; : &quot;E2E TC1 Member with Subsystems&quot;,
&quot;security_server_id&quot; : {
&quot;type&quot; : &quot;SERVER&quot;,
&quot;instance_id&quot; : &quot;CS-E2E&quot;,
&quot;server_code&quot; : &quot;E2E-SS1&quot;,
&quot;member_class&quot; : &quot;E2E-TC1&quot;,
&quot;member_code&quot; : &quot;e2e-tc1-member-subsystem&quot;,
&quot;encoded_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc1-member-subsystem:E2E-SS1&quot;
},
&quot;status&quot; : &quot;WAITING&quot;,
&quot;client_id&quot; : {
&quot;type&quot; : &quot;SUBSYSTEM&quot;,
&quot;instance_id&quot; : &quot;CS-E2E&quot;,
&quot;subsystem_code&quot; : &quot;e2e-tc3-subsystem&quot;,
&quot;member_class&quot; : &quot;E2E-TC1&quot;,
&quot;member_code&quot; : &quot;e2e-tc3-member-subsystem&quot;,
&quot;encoded_id&quot; : &quot;CS-E2E:E2E-TC1:e2e-tc3-member-subsystem:e2e-tc3-subsystem&quot;
},
&quot;client_owner_name&quot; : &quot;E2E TC3 Member with Subsystems&quot;,
&quot;created_at&quot; : &quot;2024-11-06T13:28:38.552651Z&quot;
},
&quot;status&quot; : 200
}</code></pre>
</details>
</div>
</div>
Loading

0 comments on commit 7cb3c75

Please sign in to comment.