{"type":"api","title":"Get All Internal CA","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/54f4ba30-7fe2-3433-bbd5-a4d458aee37e","info":{"title":"Cisco Cloud-delivered Firewall Management Center (cdFMC) API","version":"1.15.0","description":"Use the documentation to explore the endpoints the cdFMC has to offer","contact":{"name":"Cisco Firepower TAC","email":"ngfw-support@cisco.com"}},"tags":[{"name":"Analysis"},{"name":"Audit"},{"name":"Backup"},{"name":"Change Management"},{"name":"Chassis"},{"name":"Deployment"},{"name":"Device Clusters"},{"name":"Device Groups"},{"name":"Device HA Pairs"},{"name":"Devices"},{"name":"Health"},{"name":"Integration"},{"name":"Intelligence"},{"name":"License"},{"name":"Network Map"},{"name":"Object"},{"name":"Policy"},{"name":"Policy Assignments"},{"name":"Search"},{"name":"Status"},{"name":"System Configuration"},{"name":"System Information"},{"name":"Templates"},{"name":"Troubleshoot"},{"name":"Updates"},{"name":"Users"}],"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"deprecated":false,"description":"**Get the list of all internal certificate authorities.**","operationId":"getAllInternalCA","parameters":[{"description":"Filter by name of the certifcate authority.","in":"query","name":"filter","required":false,"schema":{"type":"string"}},{"description":"UUID of the ticket for tracking the configuration changes.","in":"header","name":"ticket-id","required":false,"schema":{"type":"string"}},{"name":"domainUUID","description":"Domain UUID","in":"path","required":true,"schema":{"type":"string"},"$$ref":"#/components/parameters/domainUUID"},{"name":"offset","description":"Index of first item to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/offset"},{"name":"limit","description":"Number of items to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/limit"},{"name":"expanded","description":"If set to true, the GET response displays a list of objects with additional attributes.","in":"query","required":false,"schema":{"type":"boolean"},"$$ref":"#/components/parameters/expanded"}],"responses":{"200":{"content":{"application/json":{"examples":{"Example 1 : GET /fmc_config/v1/domain/domainUUID/object/internalcas?limit=2 ( Get all internal CAs with limit set to 2 )":{"value":{"items":[{"id":"89bf0f10-9c12-11ec-b407-2bbe55c5f4d0","name":"csr_test1_modified_again","type":"InternalCA"},{"id":"f5b29ecc-9c11-11ec-b407-2bbe55c5f4d0","name":"import_CA_1","type":"InternalCA"}],"links":{"self":"https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas?offset=0&limit=2"},"paging":{"count":3,"limit":2,"next":["https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas?offset=2&limit=1"],"offset":0,"pages":2}}},"Example 2 : GET /fmc_config/v1/domain/domainUUID/object/internalcas?limit=2&expanded=true ( Get all internal CAs with limit set to 2 and expanded set to true )":{"value":{"items":[{"cert":"-----BEGIN CERTIFICATE-----\nMIIDpjCCAo6gAwIBAgIUI7aPW1n1yFkRVEmMLwToEGqwYHMwDQYJKoZIhvcNAQEL\nBQAwczELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExETAPBgNVBAcM\nCE1pbHBpdGFzMQ4wDAYDVQQKDAVDaXNjbzEMMAoGA1UECwwDU0JHMR4wHAYDVQQD\nDBVpbnRlcm5hbENBLnNlbGZTaWduZWQwHhcNMjIwMzA0MjMyNDM4WhcNMzIwMzAx\nMjMyNDM4WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTERMA8G\nA1UEBwwITWlscGl0YXMxDjAMBgNVBAoMBUNpc2NvMQwwCgYDVQQLDANTQkcxHjAc\nBgNVBAMMFWludGVybmFsQ0Euc2VsZlNpZ25lZDCCASIwDQYJKoZIhvcNAQEBBQAD\nggEPADCCAQoCggEBAMLWMS+NcfRf8Hh8pfVikYztUIczuTVx/nmMhl5tPJ2WgPoS\nqgwf0LWY+6dO3DJHKr/Hk9q97J1EuJvO6bZ1CFBJ81hxb+bjcx+DxeoMTgPT4aV6\nhBn9PF+yALUypcaxBUCFX2+a6XF4Stl/ms6iAHTdweNakk2j0AeRd2VLotNC+EXo\nDBxmNFUhtCf18s3jep0qyDRFHlJs/EIHPBvBZZWcY9EoFep7rpLl+kTzov45ueLK\ntKVhUHF2wGTvUCSkOFsiR7OJkDygxCMLa/lHamch+sPlVfi6QKKNrJ/oMpA7wb+u\ntn/vPznembpM7/AyG/Hg8wyJ45NvYas6/6NapCsCAwEAAaMyMDAwHQYDVR0OBBYE\nFG1SRpU4x4LG+2yDa6CsVdx+ZLirMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN\nAQELBQADggEBAEqJwLfghOaZOmzmn26pWeEiPnLsDlgidJTnhAlYhAFWXYMVBpDF\nYYqpQ2WIJq1Vhx8JZLfC80GlDYeQwlgnORcc0SLX9b3ppuzZAZRx/Y4FFlreD+J2\nr3DpohES1+v7RNHHu61I5OkisqaDvTQs1T4VPjI2ldIbdORONMsvOuKbI1rzZe3A\nmr/VZhUKSiuf4VZPVGb60fVRc5oOXv4emOFoCtc+ZzoWH3p1OfgAmSkZJ2lxgbGd\nFCf0bqI1h5EEg6uz9SXH/McXP4EaCqwInbGFXfeLtyjsi+H36UdrQCfeo00TXLiR\neXHiNiJd8Q2c4KFIKeG++lCxVAxqZ652iN4=\n-----END CERTIFICATE-----\n","certFingerprint":"B0:F2:7E:C3:70:26:0D:19:7C:ED:C4:5A:C2:7A:76:13:4D:62:BD:88","id":"426da3f6-9c12-11ec-b407-2bbe55c5f4d0","issuerCommonName":"internalCA.selfSigned","issuerOrganization":"Cisco","issuerOrganizationUnit":"SBG","links":{"self":"https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas/426da3f6-9c12-11ec-b407-2bbe55c5f4d0"},"name":"self_signed_CA_2_modified","passPhrase":"********","privateKey":"********","publicKeyFingerprint":"e0b59499234dc2ba4efabf43620378ce3e2b7da3","serialNumber":"23:b6:8f:5b:59:f5:c8:59:11:54:49:8c:2f:04:e8:10:6a:b0:60:73","subjectCommonName":"internalCA.selfSigned","subjectCountry":"US","subjectLocality":"Milpitas","subjectOrganization":"Cisco","subjectOrganizationUnit":"SBG","subjectState":"California","type":"InternalCA","validityEndDate":"2032-03-01T23:24:38Z","validityStartDate":"2022-03-04T23:24:38Z"},{"cert":"-----BEGIN CERTIFICATE-----\nMIIDYDCCAsmgAwIBAgIJAPqlXa5mNBMXMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNV\nBAYTAlVTMQswCQYDVQQIEwJQQTETMBEGA1UEBxMKUGl0dHNidXJnaDETMBEGA1UE\nChMKU291cmNlZmlyZTEiMCAGA1UEAxMZaW50ZXJuYWwxMDI0LmludGVybmFsMTAy\nNDEUMBIGA1UECxMLRGV2ZWxvcG1lbnQwHhcNMTUwMzEwMTU0NTUxWhcNMjUwMzA3\nMTU0NTUxWjB+MQswCQYDVQQGEwJVUzELMAkGA1UECBMCUEExEzARBgNVBAcTClBp\ndHRzYnVyZ2gxEzARBgNVBAoTClNvdXJjZWZpcmUxIjAgBgNVBAMTGWludGVybmFs\nMTAyNC5pbnRlcm5hbDEwMjQxFDASBgNVBAsTC0RldmVsb3BtZW50MIGfMA0GCSqG\nSIb3DQEBAQUAA4GNADCBiQKBgQCivQIImKK+11/BUxESTfgy/F1bYkM+NapK8jOg\nx9DF1y+5wDBqaoFpNzCCEgC3I/NfehI+KbuJFwgO7i4+IGqRkDZtNxmQ8SsEwEQ6\nimwl+brHNFcXLrw/Ih5OW9JuSgU1Zc2bx2O7CAFLMuuJxFtyFImFwf+X2f8namOt\n8FPKFQIDAQABo4HlMIHiMAwGA1UdEwQFMAMBAf8wHQYDVR0OBBYEFO6c6Fbf5jtC\nsDJ4RsCip+KcZM46MIGyBgNVHSMEgaowgaeAFO6c6Fbf5jtCsDJ4RsCip+KcZM46\noYGDpIGAMH4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJQQTETMBEGA1UEBxMKUGl0\ndHNidXJnaDETMBEGA1UEChMKU291cmNlZmlyZTEiMCAGA1UEAxMZaW50ZXJuYWwx\nMDI0LmludGVybmFsMTAyNDEUMBIGA1UECxMLRGV2ZWxvcG1lbnSCCQD6pV2uZjQT\nFzANBgkqhkiG9w0BAQUFAAOBgQBL8xwr1cijq0pAS4DlgLF2hT1Q+rP6/qpW6sp3\nhGgtdyk6jC/UofWERS6Y5YYkrEfTLJltXRK6ndBKgwpisBY3krwIFGY0kIyxgEko\n42/r3JM6GJZEfRfurXVazELShfjI8WFolnJawBU6Bvt8opY4BHkdyBChNWcYZsLu\nrIuPFw==\n-----END CERTIFICATE-----","certFingerprint":"50:9D:77:44:D4:A3:AC:3B:E1:F6:11:2E:85:19:15:0B:D0:D4:6B:D3","id":"f5b29ecc-9c11-11ec-b407-2bbe55c5f4d0","issuerCommonName":"internal1024.internal1024","issuerOrganization":"Sourcefire","issuerOrganizationUnit":"Development","links":{"self":"https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas/f5b29ecc-9c11-11ec-b407-2bbe55c5f4d0"},"name":"import_CA_1","passPhrase":"********","privateKey":"********","publicKeyFingerprint":"820bad9cae9c1ef9eb2cfea20ebbfe3fe2eb4521","serialNumber":"fa:a5:5d:ae:66:34:13:17","subjectCommonName":"internal1024.internal1024","subjectCountry":"US","subjectLocality":"Pittsburgh","subjectOrganization":"Sourcefire","subjectOrganizationUnit":"Development","subjectState":"PA","type":"InternalCA","validityEndDate":"2025-03-07T15:45:51Z","validityStartDate":"2015-03-10T15:45:51Z"}],"links":{"self":"https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas?offset=0&limit=2&expanded=true"},"paging":{"count":3,"limit":2,"next":["https://172.29.182.90:10215/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/internalcas?offset=2&limit=1&expanded=true"],"offset":0,"pages":2}}}},"schema":{"type":"object","properties":{"items":{"type":"array","description":"Represents the CA public key certificate of a CA the user's organization controls. Internal CA objects can be used in encryption policy rules to decrypt outgoing encrypted traffic by re-signing the server certificate with the internal CA.","properties":{"cert":{"description":"PEM, DER, or PKCS#7 formatted certificate contents.","type":"string"},"certFingerprint":{"description":"Unique sequence used to identify the certificate.","type":"string"},"csr":{"description":"PEM-formatted Certificate Signing Request contents which can be sent to CA for signing a certificate.","type":"string"},"description":{"type":"string"},"id":{"description":"Unique identifier representing resource.","type":"string"},"issuerCommonName":{"description":"Common name of the issuer that signed and issued the certificate.","type":"string"},"issuerOrganization":{"description":"Organization, company name, of the issuer that signed and issued the certificate.","type":"string"},"issuerOrganizationUnit":{"description":"Organization Unit, division or unit, of the issuer that signed and issued the certificate.","type":"string"},"links":{"description":"Object containing links to this resource.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","description":"Defines read only details about the object - whether it is system defined, last user who modified the object etc.","properties":{"domain":{"description":"Defines the domains this instance belongs to (if applicable).","type":"object","properties":{"id":{"description":"Unique UUID of this domain","type":"string"},"links":{"description":"Links to the domain resource URLs.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"Name of the domain.","type":"string"},"type":{"description":"Domain type definition (fixed).","type":"string"},"uuid":{"type":"string"}},"$$ref":"#/components/schemas/Domain"},"isLocked":{"type":"boolean"},"lastUser":{"description":"The last user who modified this instance.","type":"object","properties":{"id":{"description":"The unique UUID of the user","type":"string"},"links":{"description":"Contains the self referencing links to this resource","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"Name of the user.","type":"string"},"type":{"description":"The user type (fixed).","type":"string"}},"$$ref":"#/components/schemas/MetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"description":"Details regarding the read only status of this instance","type":"object","properties":{"reason":{"description":"Reason the resource is read only - SYSTEM (if it is system defined), RBAC (if user RBAC permissions make it read only) or DOMAIN (if resource is read only in current domain).","enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"description":"True if this resource us read only and false otherwise.","type":"boolean"}},"$$ref":"#/components/schemas/ReadOnly"},"timestamp":{"description":"The last updated timestamp.","format":"int32","type":"integer"}},"$$ref":"#/components/schemas/Metadata"},"name":{"description":"User chosen resource name.","type":"string"},"passPhrase":{"description":"Passphrase used for encrypted private key.","type":"string"},"privateKey":{"description":"PEM, DER, or PKCS#7 formatted key contents.","type":"string"},"publicKeyFingerprint":{"description":"SHA1 hash sequence used to identify the public key.","type":"string"},"serialNumber":{"description":"Unique number assigned by CA to the certificate on generation. The issuer name and serial number identify a unique certificate.","type":"string"},"subjectCommonName":{"description":"Common name of the subject being certified in the given certificate.","type":"string"},"subjectCountry":{"description":"An ISO3166 two character country code of the subject being certified in the given certificate.","type":"string"},"subjectLocality":{"description":"An Unicode alphanumeric string containing the locality, city name, of the subject being certified in the given certificate.","type":"string"},"subjectOrganization":{"description":"Organization, company name, of the subject being certified in the given certificate.","type":"string"},"subjectOrganizationUnit":{"description":"The Organization Unit, division or unit, of the subject being certified in the given certificate.","type":"string"},"subjectState":{"description":"An Unicode alphanumeric string containing the state or the province of the subject being certified in the given certificate.","type":"string"},"type":{"description":"Type of the response object. This value is always 'InternalCA'.","type":"string"},"validityEndDate":{"description":"Certificate validity end date in ISO 8601 format. Defaulted to validity duration of 3650 days at the time of generation of self-signed certificate.","type":"string"},"validityStartDate":{"description":"Certificate validity start date in ISO 8601 format. Defaulted to current date and time in GMT zone at the self-sign certificate generation.","type":"string"}},"$$ref":"#/components/schemas/InternalCA"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"paging":{"type":"object","properties":{"count":{"format":"int32","type":"integer"},"limit":{"format":"int32","type":"integer"},"offset":{"format":"int32","type":"integer"},"pages":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/PagingContainer"}},"$$ref":"#/components/schemas/InternalCAListContainer"}}},"description":"OK"},"default":{"content":{"application/json":{"schema":{"type":"object","properties":{"category":{"description":"Describes the category of the error thrown.","enum":["FRAMEWORK","OTHER","VALIDATION"],"type":"string"},"messages":{"description":"List of error messages which the response has.","items":{"type":"object","properties":{"bulkPayloadIndex":{"description":"More details about the error.","type":"string"},"code":{"description":"More details about the error.","type":"string"},"description":{"description":"More details about the error.","type":"string"},"details":{"description":"More details about the error.","type":"string"},"errorCode":{"description":"More details about the error.","type":"string"},"location":{"description":"More details about the error.","type":"string"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorMessagesContainer"},"type":"array"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorResponse"}}},"description":"Error"}},"tags":["Object"],"__originalOperationId":"getAllInternalCA","method":"get","path":"/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas"}}