{"info":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","description":"<html><head></head><body><p>The TLS Certificate Management API allows authorised participants to self-manage their AEMO-signed TLS certificates. This API provides the following features:</p>\n<ul>\n<li>Retrieve a list of your AEMO-signed TLS certificates and orders</li>\n<li>Download a specific TLS certificate</li>\n<li>Generate a new TLS certificate</li>\n<li>Reissue a TLS certificate</li>\n<li>Renew a soon-to-expire TLS certificate</li>\n<li>Revoke a TLS certificate.</li>\n</ul>\n<h1 id=\"status\">Status</h1>\n<p>Final. Participants can use this specification to build their APIs.</p>\n<h1 id=\"assumed-knowledge\">Assumed knowledge</h1>\n<ul>\n<li>RESTful API practices and JSON basics.</li>\n</ul>\n<h1 id=\"prerequisites\">Prerequisites</h1>\n<p>Before using the TLS Certificate Management API, you must:</p>\n<ol>\n<li>Have a Participant ID. If your company is a Registered Participant, it is set up during the registration process. Have a Participant ID with an effective date of registration.</li>\n<li>Have a user ID and password with access rights provided by your company's participant administrator. For details, see user rights access below.</li>\n<li>Have an AEMO-signed <a href=\"https://portal.aemo.com.au/help/Content/API%20Reference/Manage%20TLS%20Certificates.html\">TLS certificate</a>. If you need to get an AEMO-signed TLS certificate for the first time you can do this through the <a href=\"https://portal.prod.nemnet.net.au\">Markets Portal</a>, or raise a request for a TLS certificate through the <a href=\"https://aemo.service-now.com/participantportal/\">Participant Portal</a>.</li>\n</ol>\n<h1 id=\"api-portal-and-open-api-specification\">API portal and Open API Specification</h1>\n<p><a href=\"https://dev.aemo.com.au/\">TLS Certificate Management Open API Specification</a></p>\n<h1 id=\"authentication-and-authorization-methods\">Authentication and Authorization methods</h1>\n<h2 id=\"tls-certificates\">TLS Certificates</h2>\n<p>This API is protected by MTLS authentication. A valid AEMO-signed TLS certificate is required to access this API. See Prerequisites above on how to get an AEMO-signed TLS certificate for the first time.</p>\n<h2 id=\"user-rights-access\">User rights access</h2>\n<p>Participant administrators provide access to the TLS Certificate Management API using the <strong>TLS_CERTIFICATE_MANAGEMENT</strong> entity. See the <a href=\"https://portal.prod.nemnet.net.au/help/Content/UserRightsManagement/URM.htm\">User Rights Management</a> guide (URM) for details on managing URM functions.</p>\n<p>Users must be assigned rights that have access to the entity <strong>TLS_CERTIFICATE_MANAGEMENT</strong>. The API allows two privileges (access levels) of access rights for that entity:</p>\n<ul>\n<li><strong>Delete right</strong> - all endpoints are available to users with the Delete right.</li>\n<li><strong>Read right</strong> - all GET endpoints are available to users under this right. Users with this right cannot create, revoke, reissue or renew TLS certificates. Rights created with Create and Update only have access to Read right features.</li>\n</ul>\n<p>When calling this API, your username must be subscribed to a valid right under the <strong>TLS_CERTIFICATE_MANAGEMENT</strong> entity. You authorize your identity using Base64 encoding of your username and password, separated by a colon, in the Basic Auth header. For example:</p>\n<p><code>Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==</code></p>\n<h1 id=\"throttling-and-quotas\">Throttling and quotas</h1>\n<p>To control traffic, AEMO implements Throttling on all API Endpoint requests. Also, some endpoints have a specific quota of requests. If a Participant ID requests exceed the Throttling limit a HTTP 429 or 422 response returns. For more details, see the examples under each request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint  <br>  <br></th>\n<th><br>  <br>  <br>Limits  <br>  <br></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All endpoints  <br></td>\n<td><br>  <br>6 requests per minute per participantId.  <br>  <br>  <br>The participantId is identified from the X-InitiatingParticipantID request header parameter.  <br>  <br>  <br>The API has a general spike-arrest limit of 6 requests per minute per participantId. This is imposed across all endpoints of the API.  <br>  <br></td>\n</tr>\n<tr>\n<td>POST requests</td>\n<td><br>  <br>8 requests per month per participantId.  <br>  <br>  <br>The participantId is identified from the X-InitiatingParticipantID request header parameter.  <br>  <br>  <br>For each participantId there are only 8 POST requests that can be made to the API per month.  <br>  <br></td>\n</tr>\n<tr>\n<td>GET requests</td>\n<td><br>  <br>80 requests per month per participantId.  <br>  <br>  <br>The participantId is identified from the X-InitiatingParticipantID request header parameter.  <br>  <br>  <br>For each participantId there are only 80 GET requests that can be made to the API per month.  <br>  <br></td>\n</tr>\n<tr>\n<td>POST <code>/certificates</code></td>\n<td>1 request per participantId per environment/usage.  <br>  <br>  <br>The participantId is identified from the X-InitiatingParticipantID request header parameter.  <br>  <br>  <br>The environment is identified from the value of the environment key in the request body.  <br>  <br>  <br>A participantId can only have one set of TLS certificates (one NonProd certificate and one Prod certificate)  <br>  <br>  <br>This restriction is due to costs associated with providing TLS certificates. If more than one certificate is required to differentiate system access to AEMO systems you can use the /order/{order-id}/reissue endpoint.  <br>  <br>  <br>Participants systems must manage this throttling limit. If you submit multiple JSON requests for the same participantId at the same time, AEMO may reject some requests.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response-codes\">Response codes</h1>\n<p>For detailed examples of response codes see the provided example under each request.</p>\n<h1 id=\"urls\">URLs</h1>\n<p>The API is available over the internet on the following base URLs:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Base URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pre-production</td>\n<td><a href=\"https://partner.api.preprod.aemo.com.au/v1/TlsCertificateMgmt\">https://partner.api.preprod.aemo.com.au/v1/TlsCertificateMgmt</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt\">https://partner.api.aemo.com.au/v1/TlsCertificateMgmt</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"environment-details\">Environment details</h1>\n<h3 id=\"pre-production\">Pre-production</h3>\n<p>TLS Certificates created in the pre-production environment contain the \"MOCK\" suffix in the commonName, and are mock certificates only. These certificates automatically expire after 10 days and cannot be used for accessing any AEMO systems.</p>\n<h3 id=\"production\">Production</h3>\n<p>TLS Certificates created in the production environment contain either the \"PROD\" or \"NONPROD\" suffix in the commonName depending on the environment entered in the API request. These certificates automatically expire after 3-years and are used for accessing MTLS-protected AEMO systems (both pre-production and production systems).</p>\n<p>NONPROD certificates can only be used for accessing AEMO non-production systems (for example APIs on <a href=\"https://partner.api.preprod.aemo.com.au\">https://partner.api.preprod.aemo.com.au</a>, <a href=\"https://apis.preprod.aemo.com.au:9319\">https://apis.preprod.aemo.com.au:9319</a>, or <a href=\"https://apis.preprod.marketnet.net.au:9319\">https://apis.preprod.marketnet.net.au:9319</a>). You need to use a pre-prod certificate to access AEMO non-production environments that are MTLS protected. The NONPROD certificate is issued by the certificate authority AEMO-ICA-TEST G1.</p>\n<p>Prod certificates can only be used for accessing AEMO production systems (for example APIs on <a href=\"https://partner.api.aemo.com.au\">https://partner.api.aemo.com.au</a>, <a href=\"https://apis.aemo.com.au:9319\">https://apis.aemo.com.au:9319</a>, or <a href=\"https://apis.marketnet.net.au:9319\">https://apis.marketnet.net.au:9319</a>). You need to use the PROD certificate to access AEMO Production environments that are MTLS protected. The PROD certificate is issued by the certificate authority AEMO-ICA-MARKET G1.</p>\n<h1 id=\"glossary\">Glossary</h1>\n<ul>\n<li>CA - Certificate Authority</li>\n<li>PKI - Public Key Infrastructure</li>\n<li>TLS - Transport Layer Security</li>\n<li>X.509v3 - The specific TLS certificate standard used by AEMO</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Status","slug":"status"},{"content":"Assumed knowledge","slug":"assumed-knowledge"},{"content":"Prerequisites","slug":"prerequisites"},{"content":"API portal and Open API Specification","slug":"api-portal-and-open-api-specification"},{"content":"Authentication and Authorization methods","slug":"authentication-and-authorization-methods"},{"content":"Throttling and quotas","slug":"throttling-and-quotas"},{"content":"Response codes","slug":"response-codes"},{"content":"URLs","slug":"urls"},{"content":"Environment details","slug":"environment-details"},{"content":"Glossary","slug":"glossary"}],"owner":"20729870","collectionId":"df0be2fe-5715-4453-b7ff-5d949248e11a","publishedId":"2s8ZDVZNsi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-17T23:13:44.000Z"},"item":[{"name":"Certificates","item":[{"name":"Create a new certificate","id":"c2e5b03c-8e7c-47ac-b5bf-faf2c02f2b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The participant ID who the request is from. Type; string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Content-Type","value":"application/json","description":"<p>(Optional)</p>\n"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n    \"usage\": \"production\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates","description":"<p>Generate a new certificate and a new order by providing a valid Certificate Signing Request (CSR) and an environment (<code>non-prod</code> or <code>production</code>) in the request body. This certificate is created under your Participant ID.</p>\n<p>Generating the CSR depends on your server and operating system. For more information, see <a href=\"https://portal.aemo.com.au/help/Content/API%20Reference/CSR%20requirements.html\">CSR requirements</a>.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["certificates"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[]}},"response":[{"id":"6929bbb6-3c2f-48f9-a8c4-b9fdee44b166","name":"A successful response with confirmation of Certificate creation, and the TLS certificate itself","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"usage\": \"production\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aemo.com.au/v1/TLSCertificateManagement/certificates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"b6fb4e11-627a-4837-9632-e116dcb83882\",\n    \"data\": {\n        \"detail\": \"Your order and certificate has been successfully created.\",\n        \"orderId\": \"356515923\",\n        \"certificateId\": \"357749310\",\n        \"certificateCommonName\": \"EASTENGY-Prod\",\n        \"certificate\": \"-----BEGIN CERTIFICATE-----\\r\\nMIIFVjCCBD6gAwIBAgIQDipm2I0uCGYERjhEAFrBxDANBgkqhkiG9w0BAQsFADBT\\r\\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMS0wKwYDVQQDEyRE\\r\\naWdpQ2VydCBUZXN0IFNIQTIgSW50ZXJtZWRpYXRlIENBLTEwHhcNMjMwMjAyMDAw\\r\\nMDAwWhcNMjMwMjA0MjM1OTU5WjBqMQswCQYDVQQGEwJBVTERMA8GA1UECBMIVmlj\\r\\ndG9yaWExEjAQBgNVBAcTCU1lbGJvdXJuZTENMAsGA1UEChMEQUVNTzElMCMGA1UE\\r\\nAwwcRE9ETy1TSVRfMjAyMzAyMDJhX0FQSV9QMjMwNDCCASIwDQYJKoZIhvcNAQEB\\r\\nBQADggEPADCCAQoCggEBAJ61Inyu2u6P6C2wFDIQgQUpIiXXWdhSo/1hMPEU5RXZ\\r\\niserktfVcZUuF+2tQ6ma4IOiRtgRGl9k/KsuJmd+5fPbsyaqsrDT/QnM65KXTlq9\\r\\nKkybd4TY3WFfv1BCEsC8E72EN3JMrD1GyouscnwyvUDRvktwrENjCon4Ig99g9md\\r\\nkMbS01lBD+3Auw8j/sbfD5T5q9hi5VtUszQ409FwIxmSwmGZTS2rSMFBH3Ms+Ld3\\r\\n8HaaB6UbPNks85gqMWgzZpAlu9kYXnRbhf5cTjW7bPOO8wdUWeNEXWMjB4XGerIP\\r\\nLeyy3l/MchBEaDxDZ85cC7WZb49XzptC+3bhGih6qmcCAwEAAaOCAg0wggIJMB8G\\r\\nA1UdIwQYMBaAFNZN+TlgbHPDIvWtMAwvoNXKdUoqMB0GA1UdDgQWBBQRBbe3DpKB\\r\\nRVCzzaUfVQ5EGnxNqjAnBgNVHREEIDAeghxET0RPLVNJVF8yMDIzMDIwMmFfQVBJ\\r\\nX1AyMzA0MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\\r\\nBQUHAwIwgZMGA1UdHwSBizCBiDBCoECgPoY8aHR0cDovL2NybDMuZGlnaWNlcnQu\\r\\nY29tL0RpZ2lDZXJ0VGVzdFNIQTJJbnRlcm1lZGlhdGVDQTEuY3JsMEKgQKA+hjxo\\r\\ndHRwOi8vY3JsNC5kaWdpY2VydC5jb20vRGlnaUNlcnRUZXN0U0hBMkludGVybWVk\\r\\naWF0ZUNBMS5jcmwwQgYDVR0gBDswOTA3BgpghkgBhv1sYwEBMCkwJwYIKwYBBQUH\\r\\nAgEWG2h0dHA6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzCBhgYIKwYBBQUHAQEEejB4\\r\\nMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wUAYIKwYBBQUH\\r\\nMAKGRGh0dHA6Ly9jYWNlcnRzLnRlc3QuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0VGVz\\r\\ndFNIQTJJbnRlcm1lZGlhdGVDQTEuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcN\\r\\nAQELBQADggEBADzp62eRimkv4Xk5rs8zKpm1C0ACjDqNKI3+yZyHNnsqeJl/UbEU\\r\\nsy9xJ96scAAk3TEdSOzCQIDrN8buNz/BtMWr0YhAyOCmjhoO+sEetRUddWruSHlO\\r\\neAh5y3HW9bu2fmcN03pLC4LawRKBGNTPZ4GYYhlw23Pw0OToQEylEU+XmKC0dsQO\\r\\nhBv1Qsu9laJf3Rets/5Y0QfpfwrE12Y1vv6hM8PlEQqGTAuToRC9uVJ2ZgH2wCn0\\r\\n0OL/zk9SONI5ApqzTr6nJF7PwpqdTjUOnvKbISrd164WpnJixfzD0zT8vkYMZiA9\\r\\nJdX4NKBeYZrfE+O1IJTY4EoE6OvoHsjFslE=\\r\\n-----END CERTIFICATE-----\\r\\n\"\n    }\n}"},{"id":"d9881f5e-293e-415d-8565-ee5546ae7a1f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"7321ab36-dd01-49db-9b78-87d701c1b33f","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"f056b15e-9f40-40a7-98c3-ee3e2e8cc7bb","name":"Insufficient Privileges","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"da5dd575-15dd-432d-a32e-48c3cdd4508f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"9ddf5834-5ec5-401b-b695-8ed6e2d5a0e5","name":"Invalid Method","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"31f87d69-df27-4fa7-a310-55bcf2c84e4f","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"422\",\n      \"title\": \"Unprocessable Entity\",\n      \"details\": \"Requested certificate orders exceeds allowed quota. \"\n    }\n  ]\n}"},{"id":"43f7f50b-751a-4116-8f32-b5c661c3d930","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"cec5e4bb-11df-4747-9ecf-290d3de7dec9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"ea64693e-d7d2-493b-a713-18ef9f9813ca","name":"Bad Gateway","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"3135589e-34bf-43bf-89ef-b2c3c0227277","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"d363ef88-4a56-40f1-9e2b-0c3cee56f213","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"},{"id":"b0f5f967-8ece-4686-b7aa-4f1c96c4fd82","name":"Create a new certificate","originalRequest":{"method":"POST","header":[{"description":"(Required) The participant ID who the request is from. Type; string","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Content-Type","value":"application/json","description":"(Optional)"},{"key":"Accept","value":"application/json","description":"(Optional)"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n  \"environment\": \"Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c2e5b03c-8e7c-47ac-b5bf-faf2c02f2b09"},{"name":"Download a certificate","id":"a7377269-f1f9-4bc7-b438-edb03e402914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","description":"<p>Download a certificate. This is returned in PEM format.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["certificates",":certificate-id","download"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[{"id":"888a0e71-0924-424d-874a-57f798c3b05b","description":{"content":"<p>(Required) The specific ID of a Certificate. Type; string</p>\n","type":"text/plain"},"type":"any","value":"235774749","key":"certificate-id"}]}},"response":[{"id":"c4851f24-d7c6-480d-9184-413ec05c8c87","name":"A successful response with details on your specified certificate","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://api.aemo.com.au/v1/TLSCertificateManagement/certificates/:certificate-id/download","protocol":"https","host":["api","aemo","com","au"],"path":["v1","TLSCertificateManagement","certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/x-pem-file"}],"cookie":[],"responseTime":null,"body":"-----BEGIN CERTIFICATE----- MIIFPDCCBCSgAwIBAgIQCg5bHWn9d4Kv7kPbcgZv0DANBgkqhkiG9w0BAQsFADBP MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMSkwJwYDVQQDEyBE aWdpQ2VydCBUTFMgUlNBIFNIQTI1NiAyMDIwIENBMTAeFw0yMjA4MDgwMDAwMDBa Fw0yMjA5MDYyMzU5NTlaMGsxCzAJBgNVBAYTAkFVMRUwEwYDVQQHEwxCdXJ3b29k IEVhc3QxIjAgBgNVBAoTGVNvbnJhaSBDb25zdWx0aW5nIFB0eSBMdGQxITAfBgNV BAMTGGFwaXguc29ucmFpY29uc3VsdGluZy5pbzCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBANINNwHwCM+KviG8Higu+ywXaHRPqpc1t8Y2rwxCl2QxCNqp FbKLgWol4VB3WnzH79qJyxkxNIMKqN5l0UNmSPhk37DtJ2kAjqSZ06X3Mg/lt6pr /3tfF2FA2x1ILsVrha2l9hGU7ZpDC1ZGn5GlPCYwOaHQj25EholDb9G7VVbNcp0F GJoiuNX5LR2b76I74YdhM7fJlyAW2ZVSd914zsC9s8WTCZi73XRDIWUAbrGUEv1d MSVvVdUR97sFhPtlO8fHMbJ/PhVZlTUy9gBgsFCg85aPFusds7rDgq9OsFSQ/+jk zAYoAcjS4WJVen3pkpwfYrLwPAeyZgIc+z/KlMECAwEAAaOCAfYwggHyMB8GA1Ud IwQYMBaAFLdrouqoqoSMeeq02g+YssWVdrn0MB0GA1UdDgQWBBRAnk6HE6dwhJ1D TH8LAYhLvIKPDTAjBgNVHREEHDAaghhhcGl4LnNvbnJhaWNvbnN1bHRpbmcuaW8w DgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjCB jwYDVR0fBIGHMIGEMECgPqA8hjpodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vRGln aUNlcnRUTFNSU0FTSEEyNTYyMDIwQ0ExLTQuY3JsMECgPqA8hjpodHRwOi8vY3Js NC5kaWdpY2VydC5jb20vRGlnaUNlcnRUTFNSU0FTSEEyNTYyMDIwQ0ExLTQuY3Js MD4GA1UdIAQ3MDUwMwYGZ4EMAQICMCkwJwYIKwYBBQUHAgEWG2h0dHA6Ly93d3cu ZGlnaWNlcnQuY29tL0NQUzB/BggrBgEFBQcBAQRzMHEwJAYIKwYBBQUHMAGGGGh0 dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBJBggrBgEFBQcwAoY9aHR0cDovL2NhY2Vy dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0VExTUlNBU0hBMjU2MjAyMENBMS0xLmNy dDAJBgNVHRMEAjAAMA0GCSqGSIb3DQEBCwUAA4IBAQB7PrwXehYsvFIg2MfDtgfV LZIMQrXPhsgoY2fe/Wa6RNml1APzl3+nJverpkjYprh/McJ0Cvw+mtAbD2MGPVDU XtVxptPLiT/6FRUcROVOWaGoBPLyXaRKQd5M7oL2DrPTr1MvJ4l3SU9myXiYgDsg udz3I8ULS+c9nyHAyII/nDE/w1YFVNz7s+UBUqfw8eXcvjnfFDrS0mutgqD35fun RDXwpdynbs63mmikzrm67oOFiUP81yPyfDYBpLH9UYKf3ZP2xhBvSj91HS9VtiTz 4rgQzYaDix45fXRcqtmt8IAlnyxOIB1ujm8jF4SVW1wKK9wSEUmXKjaJarsTKR40 -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIEvjCCA6agAwIBAgIQBtjZBNVYQ0b2ii+nVCJ+xDANBgkqhkiG9w0BAQsFADBh MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD QTAeFw0yMTA0MTQwMDAwMDBaFw0zMTA0MTMyMzU5NTlaME8xCzAJBgNVBAYTAlVT MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxKTAnBgNVBAMTIERpZ2lDZXJ0IFRMUyBS U0EgU0hBMjU2IDIwMjAgQ0ExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC AQEAwUuzZUdwvN1PWNvsnO3DZuUfMRNUrUpmRh8sCuxkB+Uu3Ny5CiDt3+PE0J6a qXodgojlEVbbHp9YwlHnLDQNLtKS4VbL8Xlfs7uHyiUDe5pSQWYQYE9XE0nw6Ddn g9/n00tnTCJRpt8OmRDtV1F0JuJ9x8piLhMbfyOIJVNvwTRYAIuE//i+p1hJInuW raKImxW8oHzf6VGo1bDtN+I2tIJLYrVJmuzHZ9bjPvXj1hJeRPG/cUJ9WIQDgLGB Afr5yjK7tI4nhyfFK3TUqNaX3sNk+crOU6JWvHgXjkkDKa77SU+kFbnO8lwZV21r eacroicgE7XQPUDTITAHk+qZ9QIDAQABo4IBgjCCAX4wEgYDVR0TAQH/BAgwBgEB /wIBADAdBgNVHQ4EFgQUt2ui6qiqhIx56rTaD5iyxZV2ufQwHwYDVR0jBBgwFoAU A95QNVbRTLtm8KPiGxvDl7I90VUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQG CCsGAQUFBwMBBggrBgEFBQcDAjB2BggrBgEFBQcBAQRqMGgwJAYIKwYBBQUHMAGG GGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBABggrBgEFBQcwAoY0aHR0cDovL2Nh Y2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0R2xvYmFsUm9vdENBLmNydDBCBgNV HR8EOzA5MDegNaAzhjFodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vRGlnaUNlcnRH bG9iYWxSb290Q0EuY3JsMD0GA1UdIAQ2MDQwCwYJYIZIAYb9bAIBMAcGBWeBDAEB MAgGBmeBDAECATAIBgZngQwBAgIwCAYGZ4EMAQIDMA0GCSqGSIb3DQEBCwUAA4IB AQCAMs5eC91uWg0Kr+HWhMvAjvqFcO3aXbMM9yt1QP6FCvrzMXi3cEsaiVi6gL3z ax3pfs8LulicWdSQ0/1s/dCYbbdxglvPbQtaCdB73sRD2Cqk3p5BJl+7j5nL3a7h qG+fh/50tx8bIKuxT8b1Z11dmzzp/2n3YWzW2fP9NsarA4h20ksudYbj/NhVfSbC EXffPgK2fPOre3qGNm+499iTcc+G33Mw+nur7SpZyEKEOxEXGlLzyQ4UfaJbcme6 ce1XR2bFuAJKZTRei9AqPCCcUZlM51Ke92sRKw2Sfh3oius2FkOH6ipjv3U/697E A7sKPPcw7+uvTPyLNhBzPvOk -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt 43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg 06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= -----END CERTIFICATE-----"},{"id":"60250a3d-b5e6-4216-9ac4-e31468c9f325","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"c7b47074-fdaa-4163-9b61-a0fcfcd568a0","name":"Unauthorised","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"c3f68a4a-aaa8-4ff6-8904-23b95db44749","name":"Insufficient Privileges","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"ef664e59-b8ff-40af-a271-b9b5706f06f9","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"b52c1159-4b2f-41d2-9e61-7edcae09bc8a","name":"Invalid Method","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"b245aa42-fbb3-4336-99d3-5cde89e9c4e7","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"9da1ae4e-c358-4050-bd3b-05147e9caa5c","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"ff812ce8-eb15-42d9-b1f4-ef16bedb24af","name":"Bad Gateway","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"a866caaf-79cb-41a0-a02a-b126f78bb7f0","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"1aec5312-d1e9-4e1c-9537-9209d701e426","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/download","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","download"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"a7377269-f1f9-4bc7-b438-edb03e402914"},{"name":"Revoke a certificate","id":"a6d9fa89-2c43-4309-9ac7-5d0c795bf3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Content-Type","value":"application/json","description":"<p>(Optional)</p>\n"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"orderId\": \"21584451\",\r\n    \"certificateCommonName\": \"EASTENGY-Prod\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","description":"<p>Revoke an existing TLS certificate if it’s no longer required or that the certificate’s private key has been compromised. Once revoked, it cannot be used to access AEMO systems.</p>\n<p>To revoke a certificate, you must provide an <code>orderId</code> and <code>certificateCommonName</code> in the request body that is associated with the <code>certificate-id</code> in the request path.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["certificates",":certificate-id","revoke"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[{"id":"74de6020-0092-4d80-826e-566ff2990fc2","description":{"content":"<p>(Required) The specific ID of a Certificate. Type: string</p>\n","type":"text/plain"},"type":"any","value":"235774749","key":"certificate-id"}]}},"response":[{"id":"e35635e7-cbde-4372-ba6e-4d5f0038b8ea","name":"A successful response with confirmation of certificate revoking.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderId\": \"21584451\",\r\n    \"certificateCommonName\": \"EASTENGY-Prod\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","protocol":"https","host":["partner","api","aemo","com","au"],"path":["v1","TlsCertificateMgmt","certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"5fec559a-37ea-4dc0-87f1-20d212640faa\",\n    \"data\": {\n        \"detail\": \"Your certificate has been revoked successfully.\",\n        \"orderId\": 21584451,\n        \"certificate\": {\n            \"Id\": \"235774749\",\n            \"CommonName\": \"EASTENRGY\",\n            \"status\": \"revoked\"\n        }\n    }\n}"},{"id":"af06028a-65af-425c-b134-8a50bb573843","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"4336ce18-5bd8-4749-8767-54fe33d12c78","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"3fc9aa97-2983-4a95-8b00-3d6fc2c4274a","name":"Insufficient Privileges","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"06135b7c-2f74-436c-ab61-9707d63b6551","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"4623d44f-8f3e-4ea3-9bc3-9cf2801f8b1a","name":"Invalid Method","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"b2598f1d-8c4e-4cfc-88ce-456a61ab055e","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"a321b5e8-321c-4307-8f00-dd370f6bdacf","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"52f9a875-af9d-469b-a59e-d7d5db59ddcb","name":"Bad Gateway","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"821c5f19-96d1-491f-ad9c-bc64df48654e","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"9b1f28d0-1df7-4556-9c85-aba8e9bc32c7","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/certificates/:certificate-id/revoke","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["certificates",":certificate-id","revoke"],"variable":[{"key":"certificate-id","value":"235774749","description":"(Required) The specific ID of a Certificate"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"a6d9fa89-2c43-4309-9ac7-5d0c795bf3c1"}],"id":"47c4afb4-bd3b-4d01-8563-d803382ec6a5","description":"<p>The <code>/certificates</code> Endpoint allows participants to create new certificates, download certificates or revoke certificates.</p>\n","_postman_id":"47c4afb4-bd3b-4d01-8563-d803382ec6a5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}}},{"name":"Orders","item":[{"name":"Get certificate order details","id":"5e7c5cdc-8b40-4821-a5b7-e76e0b814730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","description":"<p>Get all certificates (including expired, revoked, renewed and reissued certificates) associated with a particular order for a Participant ID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["orders",":order-id"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[{"id":"a4292004-e67b-4387-8aee-bc9c8946974a","description":{"content":"<p>(Required) The order ID of a Certificate. Type: string</p>\n","type":"text/plain"},"type":"any","value":"234113242","key":"order-id"}]}},"response":[{"id":"54491371-4a59-4cfb-bfe5-6a8608ea6f20","name":"A successful response with details on the order","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"b1e09789-6b49-4524-9929-4595cdcda31e\",\n    \"data\": {\n        \"orders\": [\n            {\n                \"orderId\": \"234113242\",\n                \"orderStatus\": \"issued\",\n                \"certificates\": [\n                    {\n                        \"category\": \"primary\",\n                        \"certificateId\": 319535769,\n                        \"thumbprint\": \"5F14B47FF2413BCAB40CA1577B197C684893EA83\",\n                        \"serialNumber\": \"09D625ED37B35D897F3AF9CAC85EBA14\",\n                        \"commonName\": \"EASTENGY-PreProd\",\n                        \"caName\": \"DigiCert Test SHA2 Intermediate CA-1\",\n                        \"status\": \"issued\",\n                        \"validTill\": \"2025-12-02\"\n                    },\n                    {\n                        \"category\": \"duplicate\",\n                        \"certificateId\": 319534386,\n                        \"thumbprint\": \"F2F8953D1CA8817B58EAD11F4AC8CF6F125EB656\",\n                        \"serialNumber\": \"04A5F3BE282752ADB57DED0318F5ED79\",\n                        \"commonName\": \"EASTENGY-PreProd\",\n                        \"caName\": \"DigiCert Test SHA2 Intermediate CA-1\",\n                        \"status\": \"revoked\",\n                        \"validTill\": \"2025-12-02\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"c2095d47-d29b-4822-a3c7-2109c9d65524","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"19188edc-82bd-4c51-9dab-c9b071339067","name":"Unauthorised","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"96ab9a59-c8c6-4d13-b4a8-b36cc422fc37","name":"Insufficient Privileges","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"cd5edf40-e715-4b79-8983-d38d66a453d4","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"98a52c38-14da-4df4-88e7-0062d7be9ee2","name":"Invalid Method","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"907106b8-7a5f-4a37-9804-86aaab207652","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"47ef0acd-1b6e-4415-b6a3-4e96b1e95e58","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"a15404d4-b44d-4cc8-b34f-adeb71c73846","name":"Bad Gateway","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"4f52f8bc-b3eb-4ffe-aaa5-0bdcdd89fe0e","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"288e1da6-edb5-49e1-90b7-14e75e359207","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"5e7c5cdc-8b40-4821-a5b7-e76e0b814730"},{"name":"Get all certificate orders","id":"63436891-6d64-4ffd-879a-f938c61ef18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders","description":"<p>Get all the certificate orders for a Participant ID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["orders"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[]}},"response":[{"id":"070af94d-1b5a-4e35-9fc6-0fd9d572212b","name":"A successful response with confirmation of Certificate creation","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"309c0812-4369-470a-9531-30b6f1e10c29\",\n    \"data\": {\n        \"orders\": [\n            {\n                \"orderId\": \"21584450\",\n                \"orderStatus\": \"issued\",\n                \"certificates\": [\n                    {\n                        \"category\": \"primary\",\n                        \"certificateId\": 22359918,\n                        \"thumbprint\": \"01C089A65CEA57F0B5746DCE397B968DB24F72E7\",\n                        \"serialNumber\": \"0DA5072281B2E5CAF390E8CD22E98CA1\",\n                        \"CommonName\": \"EASTENGY-Prod\",\n                        \"caName\": \"DigiCert Test SHA2 Intermediate CA-1\",\n                        \"status\": \"issued\",\n                        \"validTill\": \"2023-02-23\"\n                    }\n                ]\n            },\n            {\n                \"orderId\": \"317073731\",\n                \"orderStatus\": \"issued\",\n                \"certificates\": [\n                    {\n                        \"category\": \"primary\",\n                        \"certificateId\": 319535729,\n                        \"thumbprint\": \"5314B47FFD513BCFB40CA1577B197C684893EA83\",\n                        \"serialNumber\": \"19D625ED37B35D897F3AF9CACA5EBA14\",\n                        \"commonName\": \"EASTENGY-PreProd\",\n                        \"caName\": \"DigiCert Test SHA2 Intermediate CA-1\",\n                        \"status\": \"issued\",\n                        \"validTill\": \"2025-12-02\"\n                    },\n                    {\n                        \"category\": \"duplicate\",\n                        \"certificateId\": 319554386,\n                        \"thumbprint\": \"F2F8953D1CA8817B28EAD11F4AC8CF6F125EB65A\",\n                        \"serialNumber\": \"0425F3BE28275AADB57DED0318F5ED79\",\n                        \"commonName\": \"EASTENGY-PreProd\",\n                        \"caName\": \"DigiCert Test SHA2 Intermediate CA-1\",\n                        \"status\": \"revoked\",\n                        \"validTill\": \"2025-12-02\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"872c87f4-eebc-41b2-8b06-809bbbd647f7","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"db7d6579-06bf-404b-922b-86f229dfcdf5","name":"Unauthorised","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"aea24def-72a5-4d8b-9c3d-8ef104cb8aea","name":"Insufficient Privileges","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"a7f2c64e-25af-4587-8802-0001bbca82bb","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"f0526962-f665-434c-a957-43944733760b","name":"Invalid Method","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"eebc9fa2-788f-4d86-a1c6-a13756a7cd4f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"d04a79d1-6c6d-4c49-b3ee-c8df486fd7af","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"9b39e252-3920-4a24-ab7c-555a9fbb2135","name":"Bad Gateway","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"b8cfa51d-296d-4dd5-8eb1-f3b14c281c13","name":"Service Unavailable","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"eb95b9f1-89fe-4d95-b80f-14b2cbd1c7cd","name":"Gateway Timeout","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"description":"(Required) The participant ID who the request is from.","key":"Accept","value":"application/json"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"63436891-6d64-4ffd-879a-f938c61ef18b"},{"name":"Reissue a certificate","id":"d100d1d2-bbad-46bb-98f6-2f1ac126927d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n","key":"X-InitiatingParticipantID","value":"EASTENGY"},{"key":"Content-Type","value":"application/json","description":"<p>(Optional)</p>\n"},{"key":"Accept","value":"application/json","description":"<p>(Optional)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n    \"certificateCommonName\": \"EASTENGY-Prod\"\n}","options":{"raw":{"language":"json"}}},"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","description":"<p>Reissue a certificate. A certificate reissue creates a new certificate with a new CSR. By providing an optional CSR, a reissued certificate uses the private key for that CSR.</p>\n<p>To reissue a certificate, you must provide a <code>csr</code> and <code>certificateCommonName</code> in the request body, where the <code>certificateCommonName</code> is associated with the <code>order-id</code> in the request path.</p>\n<p>The reissued certificate is the primary certificate on the order (certificate<br />renewals use the primary certificate for renewal). It has the same expiry date as the original certificate on the order.</p>\n<p>Multiple reissues of the same certificate can be made.</p>\n<p>For CSR requirements, see the POST /certificate.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["orders",":order-id","reissue"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[{"id":"55be7ea3-7508-4c87-9583-de1393bd3224","description":{"content":"<p>(Required) The specific order ID of a Certificate. Type: string</p>\n","type":"text/plain"},"type":"any","value":"234113242","key":"order-id"}]}},"response":[{"id":"22729935-f8c1-4c62-8ca3-977f3159c2d3","name":"A successful response with confirmation of Certificate creation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n    \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\",\n    \"certificateCommonName\": \"EASTENGY-Prod\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"afd8846b-5bec-4fd6-8129-4490fda4edfd\",\n    \"data\": {\n        \"detail\": \"Your certificate reissue has been successfully created.\",\n        \"orderId\": \"234113242\",\n        \"certificateId\": \"362201381\",\n        \"subjectCommonName\": \"EASTENGY-PreProd\",\n        \"certificate\": \"-----BEGIN CERTIFICATE-----\\r\\nMIIFVjCCBD6gAwIBAgIQAln2HSH5UGV2JtbTjlzhlDANBgkqhkiG9w0BAQsFADBT\\r\\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMS0wKwYDVQQDEyRE\\r\\naWdpQ2VydCBUZXN0IFNIQTIgSW50ZXJtZWRpYXRlIENBLTEwHhcNMjMwMjA4MDAw\\r\\nMDAwWhcNMjMwMjEwMjM1OTU5WjBqMQswCQYDVQQGEwJBVTERMA8GA1UECBMIVmlj\\r\\ndG9yaWExEjAQBgNVBAcTCU1lbGJvdXJuZTENMAsGA1UEChMEQUVNTzElMCMGA1UE\\r\\nAwwcRE9ETy1TSVRfMjAyMzAyMDhhX0FQSV9QMjMwNDCCASIwDQYJKoZIhvcNAQEB\\r\\nBQADggEPADCCAQoCggEBAPcpvJxpRxvPUk4/r9SVS+ug+tZAmtzFFF4zC0R0G1vX\\r\\nZebF1mz+nMSQ+RNmIFRVVMrVmERVVMm6Yiez9XPnD9hhZtHgJMffQBK0gtnOHBvn\\r\\nn1BYsfYySG0f9wBeVxDqr69KRsrZu2mvEMqJb3Nmgp9WpjtbupFn1rozRgb2WC7H\\r\\nqhA2G6Dl+H3FNjtN10L8C6YVmTMxXmQF5GpUdCk1wOSNDy0GKZVuHAKGeL7nr0ul\\r\\nP4+wgQji5Z8VpH+V9X/t6bIkGzpx9CHMElg3seGsdvlwa9N2jlOOsBhvv+xnqf7f\\r\\nmzBSkPLklTe6Rhtkay96Hgn+J8G7UbXVjPlGuU6MsYcCAwEAAaOCAg0wggIJMB8G\\r\\nA1UdIwQYMBaAFNZN+TlgbHPDIvWtMAwvoNXKdUoqMB0GA1UdDgQWBBT8WjtXJc3J\\r\\nByY8V1raHO85Rin3JDAnBgNVHREEIDAeghxET0RPLVNJVF8yMDIzMDIwOGFfQVBJ\\r\\nX1AyMzA0MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\\r\\nBQUHAwIwgZMGA1UdHwSBizCBiDBCoECgPoY8aHR0cDovL2NybDMuZGlnaWNlcnQu\\r\\nY29tL0RpZ2lDZXJ0VGVzdFNIQTJJbnRlcm1lZGlhdGVDQTEuY3JsMEKgQKA+hjxo\\r\\ndHRwOi8vY3JsNC5kaWdpY2VydC5jb20vRGlnaUNlcnRUZXN0U0hBMkludGVybWVk\\r\\naWF0ZUNBMS5jcmwwQgYDVR0gBDswOTA3BgpghkgBhv1sYwEBMCkwJwYIKwYBBQUH\\r\\nAgEWG2h0dHA6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzCBhgYIKwYBBQUHAQEEejB4\\r\\nMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wUAYIKwYBBQUH\\r\\nMAKGRGh0dHA6Ly9jYWNlcnRzLnRlc3QuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0VGVz\\r\\ndFNIQTJJbnRlcm1lZGlhdGVDQTEuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcN\\r\\nAQELBQADggEBAHB/6x2nG+pOdt34Q/tJ+MWGl+TkvSIgGjn8McL1sZUnKdSxfMOW\\r\\nDDcHNh7n3mJ+V8G0NNw0DmdlWoI6q9P+wrnQ4j8p0SJVUeXNp6iflsGQoRrw635X\\r\\n5HE7Q4WIbO4TtiVESYY2uC7wcurmFiWqwWW6huaHbF0p6Q60PU6dLU4O7zkrBxEn\\r\\nITVO09eBJR9wkQHw02tCeNVBC+3SgpjOilgASv3Bfyf9rVJ1taXMdaoq0Lhtgu3r\\r\\nRpjy9tOjg5uLj2qjTv56Ur5mvKBrY3auA2sShEZC0wz6F7/tpHN+Am9LZFJPjl+N\\r\\nrJIzSCigReuzj18suBX2cS4Wd5PaPnpndNE=\\r\\n-----END CERTIFICATE-----\\r\\n\"\n    }\n}"},{"id":"3b7852a9-a955-4f36-8c23-4bb74589dbe7","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"955b298a-bf92-4f40-97e6-fe7bfed213bf","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"588d99f3-a679-48f7-928f-e7ee434fed57","name":"Insufficient Privileges","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"ed061d6b-706e-4c4b-967c-4baa4cc3699c","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"5b4f3a08-0bf0-4bff-aa0f-045b79360b5b","name":"Invalid Method","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"d17ff732-cbe7-4768-85d0-b2de34ba9285","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"abb15e01-8451-43e9-ad26-a91f21c92982","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"f0a2f5cb-d88c-4cdb-a519-4e773679ab8e","name":"Bad Gateway","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"b89f18b4-87da-4be4-8f50-0dbfa0837785","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"35ffe3a6-de35-4ea2-9b45-009bf40e2856","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"body":{"mode":"raw","raw":"{\n  \"csr\": \"-----BEGIN CERTIFICATE REQUEST----- MIIDFjCCAf4CAQAwgbkxCzAJBgNVBAYTAkFVMREwDwYDVQQIDAhDb3JjYWlnaDES MBAGA1UEBwwJRGVpcyBNdWluMSIwIAYDVQQKDBlTb25yYWkgQ29uc3VsdGluZyBQ dHkgTHRkMSYwJAYDVQQLDB1HZXQgeW91ciBBUEkgcHJvZ3JhbSBvbiB0cmFjazEU MBIGA1UEAwwLU09OUkFJLVByb2QxITAfBgkqhkiG9w0BCQEWEmluZm9Ac29ucmFp LmNvbS5hdTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKpMFG4WhHKX G6yyY//sDzgW1WujgtJLhWu32uWtH0l4VDEOSNgFTszKfpSfmblf5WOpxR5eqM52 Fy0/yNqAclUWVSqKK7QDbWVsd8wdOfmAD9d3Ex7xQvouLtNGOyo2JEXwryULeM65 D9Vu+grxVN55vhUUHA3Xt9dYBb+M/gplwt/t5KswgtuaDzktW+X407QwAmy/RYsU Jf/nDdPyna+/0z3ByprzgYaA4gaKOZMGjq3nrBIR7iO0AQbmo6R1Pv1k+kduue2S WCQkiA9y6RLxzM/Sg9wUO9uNK0A+5v0TKQm8gDweISdH60DRGSHgC4int5ncbE5j 2/ZSxtJpxl8CAwEAAaAXMBUGCSqGSIb3DQEJAjEIDAZTb25yYWkwDQYJKoZIhvcN AQELBQADggEBAJek88Bm7LLYHbI9ft99ibR8l1wSCKhrdvJcyNjhnriMe+X62nq3 vxb32nPPilA0c541zbOlOlFcxlh5jk9FB/csuYNGGiQfkXHSS51IidDQFp20O2cl nFAl3lsLMZrEE8Cu1r+7AYEOrKTN8Qj76uejPzLpmBEGje5lo5XqDEryBoyg4DDa Va++leYdxbPwoTCTzsTDoZsVEikGjD6MVT3eMNwXEe334v6T3dJlWNSpTJvgA8qr OC31BRhiAjCIJ0H7yPcacZ8wE6n/iI/9QOPgPITHOSl51YNM8Spl74MG49A1PTfj hnoEsWrXPakyOfUYDIZmbhMe+L50sfqyfEg= -----END CERTIFICATE REQUEST-----\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/reissue","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","reissue"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"d100d1d2-bbad-46bb-98f6-2f1ac126927d"},{"name":"Renew a certificate","id":"73072ac8-9273-42a8-946b-bcde14711618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-InitiatingParticipantID","value":"EASTENGY","type":"text","description":"<p>(Required) The participant ID who the request is from. Type: string</p>\n"},{"key":"Accept","value":"application/json","type":"text","description":"<p>(Optional)</p>\n"}],"url":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","description":"<p>Renew a certificate under an existing order. A renewed certificate uses the CSR for the newest (primary) certificate issued under that order. You can only renew a certificate within 90-days of the certificate expiry or after it has expired.</p>\n<p>If you need to renew a certificate using a new CSR, make a /renewal API call first, then a /reissue API call with your new CSR.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}},"urlObject":{"path":["orders",":order-id","renewal"],"host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"query":[],"variable":[{"id":"3464438a-0aab-495d-ac31-5fd70681622a","description":{"content":"<p>(Required) The specific order ID of a Certificate. Type: string</p>\n","type":"text/plain"},"type":"any","value":"234113242","key":"order-id"}]}},"response":[{"id":"d9674003-4ee8-4b62-91cd-c43d4ac11661","name":"A successful response with confirmation of certificate creation","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"0891028a-4849-4809-bd8c-72edea9d884e\",\n  \"data\": {\n    \"detail\": \"Your order and certificate has been successfully created.\",\n    \"orderId\": \"356534400\",\n    \"certificateId\": \"357767660\",\n    \"subjectCommonName\": \"EASTENGY-Preprod\",\n    \"certificate\": \"-----BEGIN CERTIFICATE-----\\r\\nMIIFVjCCBD6gAwIBAgIQB6Jb30rdd2dIh1B8WwrTIDANBgkqhkiG9w0BAQsFADBT\\r\\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMS0wKwYDVQQDEyRE\\r\\naWdpQ2VydCBUZXN0IFNIQTIgSW50ZXJtZWRpYXRlIENBLTEwHhcNMjMwMjAyMDAw\\r\\nMDAwWhcNMjMwMjA0MjM1OTU5WjBqMQswCQYDVQQGEwJBVTERMA8GA1UECBMIVmlj\\r\\ndG9yaWExEjAQBgNVBAcTCU1lbGJvdXJuZTENMAsGA1UEChMEQUVNTzElMCMGA1UE\\r\\nAwwcRE9ETy1TSVRfMjAyMzAyMDJhX0FQSV9QMjMwNDCCASIwDQYJKoZIhvcNAQEB\\r\\nBQADggEPADCCAQoCggEBAJ61Inyu2u6P6C2wFDIQgQUpIiXXWdhSo/1hMPEU5RXZ\\r\\niserktfVcZUuF+2tQ6ma4IOiRtgRGl9k/KsuJmd+5fPbsyaqsrDT/QnM65KXTlq9\\r\\nKkybd4TY3WFfv1BCEsC8E72EN3JMrD1GyouscnwyvUDRvktwrENjCon4Ig99g9md\\r\\nkMbS01lBD+3Auw8j/sbfD5T5q9hi5VtUszQ409FwIxmSwmGZTS2rSMFBH3Ms+Ld3\\r\\n8HaaB6UbPNks85gqMWgzZpAlu9kYXnRbhf5cTjW7bPOO8wdUWeNEXWMjB4XGerIP\\r\\nLeyy3l/MchBEaDxDZ85cC7WZb49XzptC+3bhGih6qmcCAwEAAaOCAg0wggIJMB8G\\r\\nA1UdIwQYMBaAFNZN+TlgbHPDIvWtMAwvoNXKdUoqMB0GA1UdDgQWBBQRBbe3DpKB\\r\\nRVCzzaUfVQ5EGnxNqjAnBgNVHREEIDAeghxET0RPLVNJVF8yMDIzMDIwMmFfQVBJ\\r\\nX1AyMzA0MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\\r\\nBQUHAwIwgZMGA1UdHwSBizCBiDBCoECgPoY8aHR0cDovL2NybDMuZGlnaWNlcnQu\\r\\nY29tL0RpZ2lDZXJ0VGVzdFNIQTJJbnRlcm1lZGlhdGVDQTEuY3JsMEKgQKA+hjxo\\r\\ndHRwOi8vY3JsNC5kaWdpY2VydC5jb20vRGlnaUNlcnRUZXN0U0hBMkludGVybWVk\\r\\naWF0ZUNBMS5jcmwwQgYDVR0gBDswOTA3BgpghkgBhv1sYwEBMCkwJwYIKwYBBQUH\\r\\nAgEWG2h0dHA6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzCBhgYIKwYBBQUHAQEEejB4\\r\\nMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wUAYIKwYBBQUH\\r\\nMAKGRGh0dHA6Ly9jYWNlcnRzLnRlc3QuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0VGVz\\r\\ndFNIQTJJbnRlcm1lZGlhdGVDQTEuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcN\\r\\nAQELBQADggEBABFSs3f9BDvrw7/o9YCsOwpJh9M+9Kq8U4t982kmt9UsXJXRg0oI\\r\\nHQCFhOZZIJIw3yWCMqpzn3eNIyZHAMPXQ5R08IG6b2S/zDroIC9Bi2uwIxS9lVg5\\r\\nfftE5CYT0Nr4EYPmY877PAG54VUoRC4koE4MeB9U9iiVcxuR8/oWrYUm9BuyhKu7\\r\\nvEVFap3MNF91DF5nU7Xf4exz9NQBUZmYFKoRL3+FuNKUsRVl6Csl0TQhkBXdFpOA\\r\\nhUsAm2ERCu/d7c78EYCYPUWNqz3N7WRj1Gq8DJNmpXvlQdZlMVORIehgf633mYMD\\r\\nPqU2zqQQJcNM2dEKLM0aUOP4R27CXDu8AC0=\\r\\n-----END CERTIFICATE-----\\r\\n\"\n  }\n}"},{"id":"977c5bb3-c93e-454e-82ef-a7ae7b4739a6","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"title\": \"Bad request\",\n      \"details\": \"Invalid JSON payload.\"\n    }\n  ]\n}"},{"id":"65986225-22a5-421c-9412-78c9a6631a87","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"401\",\n      \"title\": \"Unauthorized\",\n      \"details\": \"Invalid or missing credentials, or token.\"\n    }\n  ]\n}"},{"id":"ebfed845-1fd4-4e25-916c-c36e9345eac7","name":"Insufficient Privileges","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"403\",\n      \"title\": \"Forbidden\",\n      \"details\": \"Insufficient privileges.\"\n    }\n  ]\n}"},{"id":"a90a6c8b-e2c2-4d4d-94b8-97d7c5cb40dd","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"404\",\n      \"title\": \"Not found\",\n      \"details\": \"The specified resource does not exist.\"\n    }\n  ]\n}"},{"id":"dd129788-23a9-492e-9656-a761b96eea51","name":"Invalid Method","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"405\",\n      \"title\": \"Invalid method\",\n      \"details\": \"Input request HTTP method is DELETE, but operation accepts only GET, POST, PATCH, PUT.\"\n    }\n  ]\n}"},{"id":"113b7d45-2344-4cfa-b51c-8e6342907c35","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"429\",\n      \"title\": \"Too many requests\",\n      \"details\": \"Exceeded the maximum number of requests within a specified time frame.\"\n    }\n  ]\n}"},{"id":"a806036f-1a30-4098-a407-7fc1761d47a9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"500\",\n      \"title\": \"Internal system error\",\n      \"details\": \"An internal error has occured.\"\n    }\n  ]\n}"},{"id":"3ae8cb8b-0f83-42ad-8eac-734ae61a7957","name":"Bad Gateway","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"502\",\n      \"title\": \"Bad gateway\",\n      \"details\": \"Bad gateway.\"\n    }\n  ]\n}"},{"id":"3142bfcf-6d8d-4394-b597-010fe6efd58d","name":"Service Unavailable","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"503\",\n      \"title\": \"Service unavailable\",\n      \"details\": \"Service unavailable.\"\n    }\n  ]\n}"},{"id":"d516a368-ddfb-4dae-9ad8-1f52fa7deedc","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"description":"(Required) The participant ID who the request is from.","key":"X-InitiatingParticipantID","value":"EASTENGY"}],"url":{"raw":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt/orders/:order-id/renewal","host":["https://partner.api.aemo.com.au/v1/TlsCertificateMgmt"],"path":["orders",":order-id","renewal"],"variable":[{"key":"order-id","value":"234113242","description":"(Required) The specific order ID of a Certificate"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionId\": \"a5a8873a-5009-4bf2-a61a-f6c3cd9803b6\",\n  \"errors\": [\n    {\n      \"code\": \"504\",\n      \"title\": \"Gateway timeout\",\n      \"details\": \"Gateway timeout.\"\n    }\n  ]\n}"}],"_postman_id":"73072ac8-9273-42a8-946b-bcde14711618"}],"id":"312ffc2a-daac-40e2-b51f-29212661603a","description":"<p>The <code>/orders</code> Endpoint allows participants to get a list of their certificate orders, certificate order details, reissue or renew a certificate under an order.</p>\n","_postman_id":"312ffc2a-daac-40e2-b51f-29212661603a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"df0be2fe-5715-4453-b7ff-5d949248e11a","id":"df0be2fe-5715-4453-b7ff-5d949248e11a","name":"TLS Certificate Management API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"event":[{"listen":"prerequest","script":{"id":"61083a08-5700-405f-a115-8493fba97004","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5fea9272-3966-4b4b-a642-b11b13a43222","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://partner.api.aemo.com.au/v1/TlsCertificateMgmt","type":"string"}]}