How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Secure Firewall Object API

The Object API from Cisco Secure Firewall — 262 operation(s) for object.

Cisco Secure Firewall Object API is one of 108 APIs that Cisco Secure Firewall publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Object. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 508 operations across 262 paths, and defines 435 schemas. It is described by OpenAPI 3.2.0, at version 1.13.0.

Requests are made against 9 base URLs: https://api.us.security.cisco.com/firewall, https://api.eu.security.cisco.com/firewall, https://api.apj.security.cisco.com/firewall, https://api.au.security.cisco.com/firewall, https://api.in.security.cisco.com/firewall, https://api.int.security.cisco.com/firewall, https://scale.manage.security.cisco.com/api/rest, https://ci.manage.security.cisco.com/api/rest, https://manage.stg.secure.cisco/api/rest.

508 operations 262 paths 435 schemas 91 DELETE252 GET88 POST77 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.13.0
Base URL
https://api.us.security.cisco.com/firewall
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Cisco Secure Firewall Object API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 508

Across 262 paths, the API surfaces 508 operations — 91 DELETE, 252 GET, 88 POST, 77 PUT. Each is listed below with its method, path, parameters, and response codes.

Object 508
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes
Get the list of all AnyConnect Custom Attribute objects.
getAllAnyConnectCustomAttributeModel 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes
Create an AnyConnect Custom Attribute. Check the response section for applicable examples (if any).
createAnyConnectCustomAttributeModel 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes/{containerUUID}/overrides
Get all (Domain and Device) overrides on a AnyConnect Custom Attribute object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAnyConnectCustomAttributeOverride 5 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes/{objectId}
Delete the AnyConnect Custom Attribute associated with the specified ID. Check the response section for applicable examples (if any).
deleteAnyConnectCustomAttributeModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes/{objectId}
Get the AnyConnect Custom Attribute associated with the specified ID.
getAnyConnectCustomAttributeModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectcustomattributes/{objectId}
Modify the AnyConnect Custom Attribute associated with the specified ID. Check the response section for applicable examples (if any).
updateAnyConnectCustomAttributeModel 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectexternalbrowserpackages
Get list of all AnyConnect External Browser Package objects.
getAllAnyConnectExternalBrowserPackageModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectexternalbrowserpackages
Create an AnyConnect External Browser Package. Check the response section for applicable examples (if any).
createAnyConnectExternalBrowserPackageModel 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectexternalbrowserpackages/{objectId}
Delete the AnyConnect External Browser Package associated with the specified ID. Check the response section for applicable examples (if any).
deleteAnyConnectExternalBrowserPackageModel 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectexternalbrowserpackages/{objectId}
Get the AnyConnect External Browser Package associated with the specified ID.
getAnyConnectExternalBrowserPackageModel 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectexternalbrowserpackages/{objectId}
Modify the AnyConnect External Browser Package associated with the specified ID. Check the response section for applicable examples (if any).
updateAnyConnectExternalBrowserPackageModel 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectpackages
Get the list of all AnyConnect Packages.
getAllAnyConnectPackageModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectpackages
Create an AnyConnect Package. Check the response section for applicable examples (if any).
createAnyConnectPackageModel 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectpackages/{objectId}
Delete the AnyConnect Package associated with the specified ID. Check the response section for applicable examples (if any).
deleteAnyConnectPackageModel 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectpackages/{objectId}
Get the AnyConnect Package associated with the specified ID.
getAnyConnectPackageModel 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectpackages/{objectId}
Modify the AnyConnect Package associated with the specified ID. Check the response section for applicable examples (if any).
updateAnyConnectPackageModel 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectprofiles
Get the list of all AnyConnect Profiles.
getAllAnyConnectProfileModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectprofiles
Create an AnyConnect Profile. Check the response section for applicable examples (if any).
createAnyConnectProfileModel 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectprofiles/{objectId}
Delete the AnyConnect Profile associated with the specified ID. Check the response section for applicable examples (if any).
deleteAnyConnectProfileModel 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectprofiles/{objectId}
Get the AnyConnect Profile associated with the specified ID.
getAnyConnectProfileModel 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyconnectprofiles/{objectId}
Modify the AnyConnect Profile associated with the specified ID. Check the response section for applicable examples (if any).
updateAnyConnectProfileModel 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyprotocolportobjects
Get the list of all protocol port objects (all port objects with a protocol value of All).
getAllAnyProtocolPortObject 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/anyprotocolportobjects/{objectId}
Get any protocol port object associated with the specified ID.
getAnyProtocolPortObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationcategories
Get the list of all application categories.
getAllApplicationCategory 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationcategories/{objectId}
Get the application category with the specified ID.
getApplicationCategory 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationfilters
Get the list of all application filters.
getAllApplicationFilter 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationfilters
Create an application filter. Check the response section for applicable examples (if any).
createApplicationFilter 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationfilters/{objectId}
Delete the application filter associated with the specified ID. Check the response section for applicable examples (if any).
deleteApplicationFilter 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationfilters/{objectId}
Get the application filter associated with the specified ID.
getApplicationFilter 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationfilters/{objectId}
Modify the application filter associated with the specified ID. Check the response section for applicable examples (if any).
updateApplicationFilter 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationproductivities
Get the list of all application producticvities.
getAllApplicationProductivity 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationproductivities/{objectId}
Get the application productivity with the specified ID.
getApplicationProductivity 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationrisks
Get the list of all application risks.
getAllApplicationRisk 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationrisks/{objectId}
Get the application risk with the specified ID.
getApplicationRisk 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applications
Get the list of all applications.
getAllApplication 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applications/{objectId}
Get the application with the specified ID.
getApplication 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationtags
Get the list of all application tags.
getAllApplicationTag 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationtags/{objectId}
Get the application tag with the specified ID.
getApplicationTag 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationtypes
Get the list of all application types.
getAllApplicationType 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/applicationtypes/{objectId}
Get the application type with the specified ID.
getApplicationType 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/aspathlists
Get the list of all Autonomous System Path lists.
getAllAsPathList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/aspathlists
Create an Autonomous System Path list. Check the response section for applicable examples (if any).
createAsPathList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/aspathlists/{objectId}
Delete the Autonomous System Path list associated with the specified ID. Check the response section for applicable examples (if any).
deleteAsPathList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/aspathlists/{objectId}
Get the Autonomous System Path list associated with the specified ID.
getAsPathList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/aspathlists/{objectId}
Modify the Autonomous System Path list associated with the specified ID. Check the response section for applicable examples (if any).
updateAsPathList 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms
Get the list of all Azure AD Realms.
getAllAzureADRealm 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms
Create an Azure AD Realm. Check the response section for applicable examples (if any).
createAzureADRealm 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms/{objectId}
Delete the Azure AD Realm associated with the specified ID. Check the response section for applicable examples (if any).
deleteAzureADRealm 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms/{objectId}
Get the Azure AD Realm associated with the specified ID.
getAzureADRealm 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms/{objectId}
Modify the Azure AD Realm associated with the specified ID. Check the response section for applicable examples (if any).
updateAzureADRealm 2 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadrealms/{realmId}/download
Download users and groups of the specific Azure AD Realm. Check the response section for applicable examples (if any).
createDownloadAzureADUsersAndGroups 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/azureadstatuses
Get Azure AD realm statuses.
getAzureADStatus 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bfdtemplates
Get the list of all Bidirectional Forwarding Detection routing templates.
getAllBFDTemplate 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bfdtemplates
Create a Bidirectional Forwarding Detection routing template. Check the response section for applicable examples (if any).
createBFDTemplate 2 params body → 202default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bfdtemplates/{objectId}
Delete the Bidirectional Forwarding Detection routing template associated with the specified ID. Check the response section for applicable examples (if any).
deleteBFDTemplate 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bfdtemplates/{objectId}
Get the Bidirectional Forwarding Detection routing template associated with the specified ID.
getBFDTemplate 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bfdtemplates/{objectId}
Modify the Bidirectional Forwarding Detection routing template associated with the specified ID. Check the response section for applicable examples (if any).
updateBFDTemplate 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/bulkdynamicobjects
Add or remove Dynamic Object Mappings for specific Dynamic Objects. Check the response section for applicable examples (if any).
createDynamicObjectsBulk 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments
Get the list of all certificate enrollments.
getAllVpnCertEnrollmentModel 8 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments
Create a certificate enrollment. A certificate enrollment can be of types PKCS12, SCEP, EST, Self-Signed, or Manual with Only CA. Check the response section for applicable examples (if any).
createVpnCertEnrollmentModel 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments/{containerUUID}/overrides
Get list of all certificate enrollment object overrides within the specified containerUUID.
getVpnCertEnrollmentOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments/{objectId}
Delete the specified certificate enrollment. Check the response section for applicable examples (if any).
deleteVpnCertEnrollmentModel 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments/{objectId}
Get the specified certificate enrollment.
getVpnCertEnrollmentModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certenrollments/{objectId}
Modify the specified certificate enrollment. Check the response section for applicable examples (if any).
updateVpnCertEnrollmentModel 4 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certificatemaps
Get the list of all certificate maps.
getAllCertificateMapModel 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certificatemaps
Create a certificate map. Check the response section for applicable examples (if any).
createCertificateMapModel 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certificatemaps/{objectId}
Delete the certificate map associated with the specified ID. Check the response section for applicable examples (if any).
deleteCertificateMapModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certificatemaps/{objectId}
Get the certificate map associated with the specified ID.
getCertificateMapModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/certificatemaps/{objectId}
Modify the certificate map associated with the specified ID. Check the response section for applicable examples (if any).
updateCertificateMapModel 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ciphersuitelists
Get all cipher suite lists.
getCipherSuiteList 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ciphersuitelists
Create a cipher suite list. Check the response section for applicable examples (if any).
createCipherSuiteList 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/communitylists
Get all community lists.
getAllCommunityList 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/communitylists/{objectId}
Get the specified community list.
getCommunityList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/continents
Get the list of all continents.
getAllContinentObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/continents/{objectId}
Get the continent associated with the specified ID.
getContinentObject 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/countries
Get the list of all countries.
getAllCountryObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/countries/{objectId}
Get the country associated with the specified ID.
getCountryObject 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplistdownload/{objectId}
Get the custom Security Intelligence IP List with the specified UUID.
getCustomSIIPListDownload 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplists
Get the list of all custom Security Intelligence Network List
getAllCustomSIIPList 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplists
Create a custom Security Intelligence Network List. Check the response section for applicable examples (if any).
createCustomSIIPList 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplists/{objectId}
Delete the custom Security Intelligence Network List associated with the specified ID. Check the response section for applicable examples (if any).
deleteCustomSIIPList 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplists/{objectId}
Get the custom Security Intelligence Network List associated with the specified ID.
getCustomSIIPList 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiiplists/{objectId}
Modify the custom Security Intelligence Network List associated with the specified ID. Check the response section for applicable examples (if any).
updateCustomSIIPList 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllistdownload/{objectId}
Get the custom Security Intelligence URL List with the specified UUID.
getCustomSIURLListDownload 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllists
Get the list of all custom Security Intelligence URL Lists.
getAllCustomSIURLList 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllists
Create a custom Security Intelligence URL List. Check the response section for applicable examples (if any).
createCustomSIURLList 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllists/{objectId}
Delete the custom Security Intelligence URL List associated with the specified ID. Check the response section for applicable examples (if any).
deleteCustomSIURLList 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllists/{objectId}
Get the custom Security Intelligence URL List associated with the specified ID.
getCustomSIURLList 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/customsiurllists/{objectId}
Modify the custom Security Intelligence URL List associated with the specified ID. Check the response section for applicable examples (if any).
updateCustomSIURLList 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools
Get the list of all DHCP IPv6 pools.
getAllDHCPIPv6Pool 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools
Create a DHCP IPv6 pool. Check the response section for applicable examples (if any).
createDHCPIPv6Pool 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools/{objectId}
Get the DHCP IPv6 pool associated with the specified ID. Check the response section for applicable examples (if any).
deleteDHCPIPv6Pool 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools/{objectId}
Get the DHCP IPv6 pool associated with the specified ID.
getDHCPIPv6Pool 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools/{objectId}
Modify the DHCP IPv6 pool associated with the specified ID. Check the response section for applicable examples (if any).
updateDHCPIPv6Pool 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/distinguishednamegroups
Get the list of all Distinguished Name groups.
getDistinguishedNameGroup 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/distinguishednames
Get Distinguished Names.
getDistinguishedName 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/distinguishednames
Create a Distinguished Name. Check the response section for applicable examples (if any).
createDistinguishedName 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups
Get the list of all DNS Server Groups.
getAllDNSServerGroupObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups
Create a list of all DNS Server Group. Check the response section for applicable examples (if any).
createDNSServerGroupObject 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups/{containerUUID}/overrides
Get all overrides on the DNS Server Group. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllDNSServerGroupOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups/{containerUUID}/overrides/{objectId}
Get the specified override for the DNS Server Group. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getDNSServerGroupOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups/{objectId}
Delete the the DNS Server Group associated with the specified ID. Check the response section for applicable examples (if any).
deleteDNSServerGroupObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups/{objectId}
Get the DNS Server Group associated with the specified ID.
getDNSServerGroupObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dnsservergroups/{objectId}
Modify the the DNS Server Group associated with the specified ID. Check the response section for applicable examples (if any).
updateDNSServerGroupObject 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/downloadinternalca
Get and download the Internal Certificate Authority object in a PKCS12 file encrypted using the provided password. Check the response section for applicable examples (if any).
createDownloadInternalCA 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjectmappings
Remove Dynamic Object Mappings for specific Dynamic Objects. Check the response section for applicable examples (if any).
deleteMultipleDynamicObjectMappingsBulk 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjectmappings
Add Dynamic Object Mappings for specific Dynamic Objects. Check the response section for applicable examples (if any).
createDynamicObjectMappingsBulk 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects
Delete all Dynamic Objects. Filter to specify which Dynamic Objects will be deleted. Check the response section for applicable examples (if any).
deleteMultipleDynamicObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects
Get list of all Dynamic Objects.
getAllDynamicObject 7 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects
Create a Dynamic Object. Check the response section for applicable examples (if any).
createMultipleDynamicObject 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects/{objectId}
Delete the Dynamic Object associated with the specified ID. Check the response section for applicable examples (if any).
deleteDynamicObject 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects/{objectId}
Get the Dynamic Object associated with the specified ID.
getDynamicObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects/{objectId}
Modify the Dynamic Object associated with the specified ID. Check the response section for applicable examples (if any).
updateDynamicObject 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects/{objectId}/mappings
Get the Dynamic Object Mappings associated with the specified ID.
getDynamicObjectMappings 5 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects/{objectId}/mappings
Modify the Dynamic Object Mappings associated with the specified ID. Check the response section for applicable examples (if any).
updateDynamicObjectMappings 4 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/endpointdevicetypes
Get the list of all endpoint device types.
getAllEndPointDeviceType 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/endpointdevicetypes/{objectId}
Get the endpoint device type associated with the specified ID.
getEndPointDeviceType 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/expandedcommunitylists
Get the list of Expanded Community Lists.
getAllExpandedCommunityList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/expandedcommunitylists
Create an Expanded Community List. Check the response section for applicable examples (if any).
createExpandedCommunityList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/expandedcommunitylists/{objectId}
Delete the Expanded Community List associated with the specified ID. Check the response section for applicable examples (if any).
deleteExpandedCommunityList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/expandedcommunitylists/{objectId}
Get the Expanded Community List associated with the specified ID.
getExpandedCommunityList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/expandedcommunitylists/{objectId}
Modify the Expanded Community List associated with the specified ID. Check the response section for applicable examples (if any).
updateExpandedCommunityList 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedaccesslists
Get the list of Extended Access Lists.
getAllExtendedAccessListModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedaccesslists
Create an Extended Access List. Check the response section for applicable examples (if any).
createExtendedAccessListModel 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedaccesslists/{objectId}
Delete the Extended Access associated with the specified ID. Check the response section for applicable examples (if any).
deleteExtendedAccessListModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedaccesslists/{objectId}
Get the Extended Access List associated with the specified ID.
getExtendedAccessListModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedaccesslists/{objectId}
Modify the Extended Access associated with the specified ID. Check the response section for applicable examples (if any).
updateExtendedAccessListModel 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists
Get the list of all Extended Community Lists.
getAllExtendedCommunityList 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists
Create an Extended Community List. Check the response section for applicable examples (if any).
createExtendedCommunityList 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists/{containerUUID}/overrides
Get all overrides on an Extended Community List. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllExtendedCommunityListOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists/{containerUUID}/overrides/{objectId}
Get the specified override on an Extended Community List.
getExtendedCommunityListOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists/{objectId}
Delete the Extended Community List associated with the specified ID. Check the response section for applicable examples (if any).
deleteExtendedCommunityList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists/{objectId}
Get the Extended Community List associated with the specified ID.
getExtendedCommunityList 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/extendedcommunitylists/{objectId}
Modify the Extended Community List associated with the specified ID. Check the response section for applicable examples (if any).
updateExtendedCommunityList 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcacertificategroups
Get the list of all trusted Certificate Authority groups.
getExternalCACertificateGroup 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcacertificates
Get the list of trusted certificate authorities.
getExternalCACertificate 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcacertificates
Create a trusted Certificate Authority. Check the response section for applicable examples (if any).
createExternalCACertificate 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcertificategroups
Get the list of all external certificate groups.
getExternalCertificateGroup 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcertificates
Get the list of external certificates.
getExternalCertificate 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/externalcertificates
Create an external certificate. Check the response section for applicable examples (if any).
createExternalCertificate 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/filecategories
Get the list of all file categories.
getAllFileCategoryModel 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/filecategories/{objectId}
Get the file category associated with the specified ID.
getFileCategoryModel 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/filetypes
Get the list of all file types.
getAllFileTypeModel 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/filetypes/{objectId}
Get the file type associated with the specified ID.
getFileTypeModel 2 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns
Delete all fully-qualified domain names. Use filtering to limit the deleted names. Check the response section for applicable examples (if any).
deleteMultipleFQDNObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns
Get the list of all fully-qualified domain names.
getAllFQDNObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns
Create a fully-qualified domain name. Check the response section for applicable examples (if any).
createMultipleFQDNObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns/{containerUUID}/overrides
Get all overrides on a fully-qualified domain name. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllFQDNOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns/{containerUUID}/overrides/{objectId}
Get the specified override on a fully-qualified domain name. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getFQDNOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns/{objectId}
Delete the fully-qualified domain name associated with the specified ID. Check the response section for applicable examples (if any).
deleteFQDNObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns/{objectId}
Get the fully-qualified domain name associated with the specified ID.
getFQDNObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/fqdns/{objectId}
Modify the fully-qualified domain name associated with the specified ID. Check the response section for applicable examples (if any).
updateFQDNObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/geolocations
Get the list of all geolocation objects.
getAllGeoLocationObject 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/geolocations
Create a geolocation object. Check the response section for applicable examples (if any).
createGeoLocationObject 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/geolocations/{objectId}
Delete the geolocation associated with the specified ID. Check the response section for applicable examples (if any).
deleteGeoLocationObject 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/geolocations/{objectId}
Get the geolocation object associated with the specified ID.
getGeoLocationObject 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/geolocations/{objectId}
Modify the geolocation associated with the specified ID. Check the response section for applicable examples (if any).
updateGeoLocationObject 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/globaltimezones
Get all the global time zones in the IANA tz database.
getAllGlobalTimeZone 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/globaltimezones/{objectId}
Get the IANA global time zone associated with the specified ID.
getGlobalTimeZone 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/grouppolicies
Get the list of VPN group policies.
getAllGroupPolicyModel 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/grouppolicies
Create a VPN group policy. Check the response section for applicable examples (if any).
createMultipleGroupPolicyModel 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/grouppolicies/{objectId}
Delete the VPN group policy associated with the specified ID. Check the response section for applicable examples (if any).
deleteGroupPolicyModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/grouppolicies/{objectId}
Get the VPN group policy associated with the specified ID.
getGroupPolicyModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/grouppolicies/{objectId}
Modify the VPN group policy associated with the specified ID. Check the response section for applicable examples (if any).
updateGroupPolicyModel 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts
Delete all hosts. Use filtering to limit the deleted hosts. Check the response section for applicable examples (if any).
deleteMultipleHostObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts
Get the list of hosts.
getAllHostObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts
Create a host. Check the response section for applicable examples (if any).
createMultipleHostObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts/{containerUUID}/overrides
Get all overrides on the host. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllHostOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts/{containerUUID}/overrides/{objectId}
Get the specified override of host object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getHostOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts/{objectId}
Delete the host associated with the specified ID. Check the response section for applicable examples (if any).
deleteHostObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts/{objectId}
Get the host associated with the specified ID.
getHostObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hosts/{objectId}
Modify the host associated with the specified host. Check the response section for applicable examples (if any).
updateHostObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hostscanpackages
Get the list of all host scan packages.
getAllHostScanPackageObject 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hostscanpackages
Create a host scan package. Check the response section for applicable examples (if any).
createHostScanPackageObject 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hostscanpackages/{objectId}
Delete the host scan package associated with the specified ID. Check the response section for applicable examples (if any).
deleteHostScanPackageObject 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hostscanpackages/{objectId}
Get the host scan package associated with the specified ID.
getHostScanPackageObject 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/hostscanpackages/{objectId}
Modify the host scan package associated with the specified ID. Check the response section for applicable examples (if any).
updateHostScanPackageObject 2 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects
Delete all ICMPv4 objects. Use filtering to limit the deleted ICMPv4 objects. Check the response section for applicable examples (if any).
deleteMultipleICMPV4Object 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects
Get the list of all ICMPv4 objects.
getAllICMPV4Object 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects
Create an ICMPv4 object. Check the response section for applicable examples (if any).
createMultipleICMPV4Object 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{containerUUID}/overrides
Get all overrides associated with the ICMPv4 object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllICMPV4ObjectOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{containerUUID}/overrides/{objectId}
Get the specified override of ICMPv4 object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getICMPV4ObjectOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{objectId}
Delete the ICMPv4 object associated with the specified ID. Check the response section for applicable examples (if any).
deleteICMPV4Object 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{objectId}
Get the ICMPv4 object associated with the specified ID.
getICMPV4Object 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{objectId}
Modify the ICMPv4 object associated with the specified ID. Check the response section for applicable examples (if any).
updateICMPV4Object 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects
Delete all ICMPv6 objects. Use filtering to limit the deleted ICMPv4 objects. Check the response section for applicable examples (if any).
deleteMultipleICMPV6Object 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects
Get the list of all ICMPv6 objects.
getAllICMPV6Object 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects
Create an ICMPv6 object. Check the response section for applicable examples (if any).
createMultipleICMPV6Object 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects/{containerUUID}/overrides
Get all overrides associated with the ICMPv6 object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllICMPV6ObjectOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects/{containerUUID}/overrides/{objectId}
Get the specified override of ICMPv6 object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getICMPV6ObjectOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects/{objectId}
Delete the ICMPv6 object associated with the specified ID. Check the response section for applicable examples (if any).
deleteICMPV6Object 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects/{objectId}
Get the ICMPv6 object associated with the specified ID.
getICMPV6Object 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/icmpv6objects/{objectId}
Modify the ICMPv6 object associated with the specified ID. Check the response section for applicable examples (if any).
updateICMPV6Object 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1ipsecproposals
Get the list of all IKEv1 IPSec Proposals.
getAllIKEv1IPsecProposal 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1ipsecproposals
Create an IKEv1 IPSec Proposal. Check the response section for applicable examples (if any).
createIKEv1IPsecProposal 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1ipsecproposals/{objectId}
Delete the IKEv1 IPSec Proposal associated with the specified ID. Check the response section for applicable examples (if any).
deleteIKEv1IPsecProposal 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1ipsecproposals/{objectId}
Get the IKEv1 IPSec Proposal associated with the specified ID.
getIKEv1IPsecProposal 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1ipsecproposals/{objectId}
Modify the IKEv1 IPSec Proposal associated with the specified ID. Check the response section for applicable examples (if any).
updateIKEv1IPsecProposal 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1policies
Get the list of all IKEv1 policies.
getAllIkev1PolicyObject 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1policies
Create an IKEv1 policy. Check the response section for applicable examples (if any).
createIkev1PolicyObject 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1policies/{objectId}
Delete the IKEv1 policy associated with the specified ID. Check the response section for applicable examples (if any).
deleteIkev1PolicyObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1policies/{objectId}
Get the IKEv1 policy associated with the specified ID.
getIkev1PolicyObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev1policies/{objectId}
Modify the IKEv1 policy associated with the specified ID. Check the response section for applicable examples (if any).
updateIkev1PolicyObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2ipsecproposals
Get the list of all IKEv2 IPSec Proposals.
getAllIKEv2IPsecProposal 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2ipsecproposals
Create an IKEv2 IPSec Proposal. Check the response section for applicable examples (if any).
createIKEv2IPsecProposal 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2ipsecproposals/{objectId}
Delete the IKEv2 IPSec Proposal associated with the specified ID. Check the response section for applicable examples (if any).
deleteIKEv2IPsecProposal 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2ipsecproposals/{objectId}
Get the IKEv2 IPSec Proposal associated with the specified ID.
getIKEv2IPsecProposal 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2ipsecproposals/{objectId}
Modify the IKEv2 IPSec Proposal associated with the specified ID. Check the response section for applicable examples (if any).
updateIKEv2IPsecProposal 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2policies
Get the list of all IKEv2 policies.
getAllIkev2PolicyObject 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2policies
Create an IKEv2 policy. Check the response section for applicable examples (if any).
createIkev2PolicyObject 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2policies/{objectId}
Delete the IKEv2 policy associated with the specified ID. Check the response section for applicable examples (if any).
deleteIkev2PolicyObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2policies/{objectId}
Get the IKEv2 policy associated with the specified ID.
getIkev2PolicyObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ikev2policies/{objectId}
Modify the IKEv2 policy associated with the specified ID. Check the response section for applicable examples (if any).
updateIkev2PolicyObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfacegroups
Get the list of all interface groups.
getAllInterfaceGroupObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfacegroups
Create an interface group. Check the response section for applicable examples (if any).
createMultipleInterfaceGroupObject 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfacegroups/{objectId}
Delete the interface group associated with the specified ID. Check the response section for applicable examples (if any).
deleteInterfaceGroupObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfacegroups/{objectId}
Get the interface group associated with the specified ID.
getInterfaceGroupObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfacegroups/{objectId}
Modify the interface group associated with the specified ID. Check the response section for applicable examples (if any).
updateInterfaceGroupObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfaceobjects
Get the list of all security zones and interface groups.
getAllInterfaceObject 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/interfaceobjects/{objectId}
Get the security zone or interface group associated with the specified ID.
getInterfaceObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas
Get the list of all internal certificate authorities.
getAllInternalCA 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas
Create an internal certificate authority. Check the response section for applicable examples (if any).
createInternalCA 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas/{objectId}
Delete the internal certificate authority associated with the specified ID. Check the response section for applicable examples (if any).
deleteInternalCA 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas/{objectId}
Get the internal certificate authority associated with the specified ID.
getInternalCA 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcas/{objectId}
Modify the internal certificate authority associated with the specified ID. Check the response section for applicable examples (if any).
updateInternalCA 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertgroups
Get the list of all internal certificate groups.
getInternalCertificateGroup 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertificates
Get the list of all internal certificates.
getAllInternalCertificate 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertificates
Create an internal certificate. Check the response section for applicable examples (if any).
createInternalCertificate 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertificates/{objectId}
Delete the internal certificate associated with the specified ID. Check the response section for applicable examples (if any).
deleteInternalCertificate 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertificates/{objectId}
Get the internal certificate associated with the specified ID.
getInternalCertificate 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/internalcertificates/{objectId}
Modify the internal certificate associated with the specified ID. Check the response section for applicable examples (if any).
updateInternalCertificate 4 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulegroups
Get the list of all Snort3 intrusion rule groups.
getAllSnort3IntrusionRuleGroupsObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulegroups
Create a Snort3 intrusion rule group. Check the response section for applicable examples (if any).
createMultipleSnort3IntrusionRuleGroupsObject 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulegroups/{objectId}
Delete the Snort3 intrusion rule group associated with the specified ID. Check the response section for applicable examples (if any).
deleteSnort3IntrusionRuleGroupsObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulegroups/{objectId}
Get the Snort3 intrusion rule group associated with the specified ID.
getSnort3IntrusionRuleGroupsObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulegroups/{objectId}
Modify the Snort3 intrusion rule group associated with the specified ID. Check the response section for applicable examples (if any).
updateSnort3IntrusionRuleGroupsObject 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules
Delete all Snort3 intrusion rules. Use filtering to specify which rules will be deleted. Check the response section for applicable examples (if any).
deleteMultipleSnort3IPSRulesObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules
Get the list of all Snort3 intrusion rules.
getAllSnort3IPSRulesObject 7 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules
Create a Snort3 intrusion rule. Check the response section for applicable examples (if any).
createMultipleSnort3IPSRulesObject 3 params body → 201default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules
Modify all snort3 intrusion rules. Check the response section for applicable examples (if any).
updateMultipleSnort3IPSRulesObject 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules/{objectId}
Delete the Snort3 intrusion rule associated with the specified ID. Check the response section for applicable examples (if any).
deleteSnort3IPSRulesObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules/{objectId}
Get the Snort3 intrusion rule associated with the specified ID.
getSnort3IPSRulesObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrules/{objectId}
Modify the Snort3 intrusion rule associated with the specified ID. Check the response section for applicable examples (if any).
updateSnort3IPSRulesObject 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/intrusionrulesupload
Import custom Snort3 intrusion rules. Check the response section for applicable examples (if any).
createSnort3IPSRulesFileUpload 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools
Get the list of all IPv4 address pools.
getAllIPv4AddressPool 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools
Create an IPv4 address pool. Check the response section for applicable examples (if any).
createIPv4AddressPool 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools/{containerUUID}/overrides
Get all overrides on an IPv4 address pool. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getIPv4AddressPoolOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools/{objectId}
Delete the IPv4 address pool associated with the specified ID. Check the response section for applicable examples (if any).
deleteIPv4AddressPool 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools/{objectId}
Get the IPv4 address pool associated with the specified ID.
getIPv4AddressPool 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4addresspools/{objectId}
Modify the IPv4 address pool associated with the specified ID. Check the response section for applicable examples (if any).
updateIPv4AddressPool 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4prefixlists
Get the list of all IPv4 prefix lists.
getAllIPv4PrefixList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4prefixlists
Create an IPv4 prefix list. Check the response section for applicable examples (if any).
createIPv4PrefixList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4prefixlists/{objectId}
Delete the IPv4 prefix list associated with the specified ID. Check the response section for applicable examples (if any).
deleteIPv4PrefixList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4prefixlists/{objectId}
Get the IPv4 prefix list associated with the specified ID.
getIPv4PrefixList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv4prefixlists/{objectId}
Modify the IPv4 prefix list associated with the specified ID. Check the response section for applicable examples (if any).
updateIPv4PrefixList 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools
Get the list of all IPv6 address pools.
getAllIPv6AddressPool 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools
Create an IPv6 address pool. Check the response section for applicable examples (if any).
createIPv6AddressPool 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools/{containerUUID}/overrides
Get all overrides on an IPv6 address pool. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getIPv6AddressPoolOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools/{objectId}
Delete the IPv6 address pool associated with the specified ID. Check the response section for applicable examples (if any).
deleteIPv6AddressPool 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools/{objectId}
Get the IPv4 address pool associated with the specified ID.
getIPv6AddressPool 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6addresspools/{objectId}
Modify the IPv6 address pool associated with the specified ID. Check the response section for applicable examples (if any).
updateIPv6AddressPool 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6prefixlists
Get the list of all IPv6 prefix lists.
getAllIPv6PrefixList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6prefixlists
Create an IPv6 prefix list. Check the response section for applicable examples (if any).
createIPv6PrefixList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6prefixlists/{objectId}
Delete the IPv6 prefix list associated with the specified ID. Check the response section for applicable examples (if any).
deleteIPv6PrefixList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6prefixlists/{objectId}
Get the IPv6 prefix list associated with the specified ID.
getIPv6PrefixList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ipv6prefixlists/{objectId}
Modify the IPv6 prefix list associated with the specified ID. Check the response section for applicable examples (if any).
updateIPv6PrefixList 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/isesecuritygrouptags
Get the list of all ISE security group tags.
getAllISESecurityGroupTag 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/isesecuritygrouptags/{objectId}
Get the ISE security group tag with the specified ID.
getISESecurityGroupTag 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains
Get the list of all keychain objects.
getAllKeyChainObject 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains
Create a keychain object. Check the response section for applicable examples (if any).
createMultipleKeyChainObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains/{containerUUID}/overrides
Get all overrides on the KeyChain object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllKeyChainObjectOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains/{containerUUID}/overrides/{objectId}
Get the specified override of Key chain object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getKeyChainObjectOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains/{objectId}
Delete the keychain object associated with the specified ID. Check the response section for applicable examples (if any).
deleteKeyChainObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains/{objectId}
Get the keychain object associated with the specified ID.
getKeyChainObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/keychains/{objectId}
Modify the keychain object associated with the specified ID. Check the response section for applicable examples (if any).
updateKeyChainObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/localrealmusers
Get the list of all local realm users.
getAllLocalRealmUser 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/localrealmusers
Create a local realm user. Check the response section for applicable examples (if any).
createMultipleLocalRealmUser 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/localrealmusers/{objectId}
Delete the local realm user associated with the specified ID. Check the response section for applicable examples (if any).
deleteLocalRealmUser 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/localrealmusers/{objectId}
Get the local realm user associated with the specified ID.
getLocalRealmUser 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/localrealmusers/{objectId}
Modify the local realm user associated with the specified ID. Check the response section for applicable examples (if any).
updateLocalRealmUser 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools
Get the list of all MAC address pools.
getAllMacAddressPool 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools
Create a MAC address pool. Check the response section for applicable examples (if any).
createMacAddressPool 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools/{containerUUID}/overrides
Get all overrides on a MAC address pool. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getMacAddressPoolOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools/{objectId}
Delete the MAC address pool associated with the specified ID. Check the response section for applicable examples (if any).
deleteMacAddressPool 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools/{objectId}
Get the MAC address pool associated with the specified ID.
getMacAddressPool 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/macaddresspools/{objectId}
Modify the MAC address pool associated with the specified ID. Check the response section for applicable examples (if any).
updateMacAddressPool 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkaddresses
Get the list of all types of network objects including Network, Host, Range, and FQDN.
getNetworkAddress 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkaddressoverrides
Get overrides for all types of network objects including Network, Host, Range, and FQDN.
getNetworkAddressOverrides 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups
Delete all network groups. Use filtering to specify which network groups will be deleted. Check the response section for applicable examples (if any).
deleteMultipleNetworkGroup 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups
Get the list of all network groups.
getAllNetworkGroup 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups
Create a network group. Check the response section for applicable examples (if any).
createMultipleNetworkGroup 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups/{containerUUID}/overrides
Get all overrides on a network group. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllNetworkGroupOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups/{containerUUID}/overrides/{objectId}
Get the specified override of network group override object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getNetworkGroupOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups/{objectId}
Delete the network group associated with the specified ID. Check the response section for applicable examples (if any).
deleteNetworkGroup 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups/{objectId}
Get the network group associated with the specified ID.
getNetworkGroup 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networkgroups/{objectId}
Modify the network group associated with the specified ID. Check the response section for applicable examples (if any).
updateNetworkGroup 4 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks
Delete all network objects. Use filtering to specify which network objects will be deleted. Check the response section for applicable examples (if any).
deleteMultipleNetworkObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks
Get the list of all network objects.
getAllNetworkObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks
Create a network object. Check the response section for applicable examples (if any).
createMultipleNetworkObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks/{containerUUID}/overrides
Get all overrides on the specified network object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllNetworkOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks/{objectId}
Delete the network object associated with the specified ID. Check the response section for applicable examples (if any).
deleteNetworkObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks/{objectId}
Get the network object associated with the specified ID.
getNetworkObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/networks/{objectId}
Modify the network object associated with the specified ID. Check the response section for applicable examples (if any).
updateNetworkObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ntpservers
Get the list of all NTP servers.
getAllNTPServerObject 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ntpservers
Create an NTP server. Check the response section for applicable examples (if any).
createNTPServerObject 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ntpservers/{objectId}
Delete the NTP server associated with the specified ID. Check the response section for applicable examples (if any).
deleteNTPServerObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ntpservers/{objectId}
Get the NTP server associated with the specified ID.
getNTPServerObject 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ntpservers/{objectId}
Modify the NTP server associated with the specified ID. Check the response section for applicable examples (if any).
updateNTPServerObject 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/findoverlaps
Get overlaps for the given network objects/literals and port objects/literals. Check the response section for applicable examples (if any).
createOverlapWarning 1 param body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/realmstatuses
Get SAML realm status information.
getRealmStatus 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/testrealms
Test realm connectivity. Check the response section for applicable examples (if any).
createRealmTest 1 param body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/umbrellaprotectionpolicies
Get Umbrella protection policy from Umbrella cloud.
getUmbrellaProtectionPolicy 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/umbrellaprotectionpolicies
Create Umbrella protection policy. Check the response section for applicable examples (if any).
createUmbrellaProtectionPolicy 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/operational/usage
Find usage of specified object uuid and type across objects and policies. Supported object types: Network: NetworkAddress, Host, Network, Range, FQDN, NetworkGroup Port: Port, ProtocolPortObject, Por…
getObjectUsage 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/policylists
Get the list of all policy lists.
getAllPolicyList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/policylists
Create a policy list. Check the response section for applicable examples (if any).
createPolicyList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/policylists/{objectId}
Delete the policy list associated with the specified ID. Check the response section for applicable examples (if any).
deletePolicyList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/policylists/{objectId}
Get the policy list associated with the specified ID.
getPolicyList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/policylists/{objectId}
Modify the policy list associated with the specified ID. Check the response section for applicable examples (if any).
updatePolicyList 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups
Delete all port object groups. Use filtering to specify which port object groups will be deleted. Check the response section for applicable examples (if any).
deleteMultiplePortObjectGroup 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups
Get the list of all port object groups.
getAllPortObjectGroup 7 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups
Create a port object group. Check the response section for applicable examples (if any).
createMultiplePortObjectGroup 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{containerUUID}/overrides
Get all overrides on the specified port object group. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllPortObjectGroupOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{containerUUID}/overrides/{objectId}
Get the specified override of port object group object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getPortObjectGroupOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{objectId}
Delete the port object group associated with the specified ID. Check the response section for applicable examples (if any).
deletePortObjectGroup 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{objectId}
Get the port object group associated with the specified ID.
getPortObjectGroup 5 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{objectId}
Modify the port object group associated with the specified ID. Check the response section for applicable examples (if any).
updatePortObjectGroup 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ports
Get list of all ports.
getPortObject 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups
Gets or modifies the PrivateResourceGroup object for a device. Check the response section for applicable examples (if any).
deleteMultiplePrivateResourceGroup 5 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups
Gets or modifies the PrivateResourceGroup object for a device.
getAllPrivateResourceGroup 7 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups
Gets or modifies the PrivateResourceGroup object for a device. Check the response section for applicable examples (if any).
createMultiplePrivateResourceGroup 4 params body → 201default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups
Gets or modifies the PrivateResourceGroup object for a device. Check the response section for applicable examples (if any).
updateMultiplePrivateResourceGroup 4 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups/{objectId}
Gets or modifies the PrivateResourceGroup object for a device. Check the response section for applicable examples (if any).
deletePrivateResourceGroup 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups/{objectId}
Gets or modifies the PrivateResourceGroup object for a device.
getPrivateResourceGroup 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresourcegroups/{objectId}
Gets or modifies the PrivateResourceGroup object for a device. Check the response section for applicable examples (if any).
updatePrivateResourceGroup 4 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources
[DEV ERROR: Missing description] Check the response section for applicable examples (if any).
deleteMultiplePrivateResource 5 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources
[DEV ERROR: Missing description]
getAllPrivateResource 7 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources
[DEV ERROR: Missing description] Check the response section for applicable examples (if any).
createMultiplePrivateResource 4 params body → 201default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources
[DEV ERROR: Missing description] Check the response section for applicable examples (if any).
updateMultiplePrivateResource 4 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources/{objectId}
[DEV ERROR: Missing description] Check the response section for applicable examples (if any).
deletePrivateResource 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources/{objectId}
[DEV ERROR: Missing description]
getPrivateResource 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/privateresources/{objectId}
[DEV ERROR: Missing description] Check the response section for applicable examples (if any).
updatePrivateResource 4 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects
Delete all protocol port objects. Use filtering to specify which protocol port objects will be deleted. Check the response section for applicable examples (if any).
deleteMultipleProtocolPortObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects
Get the list of all protocol port objects.
getAllProtocolPortObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects
Create a protocol port object. Check the response section for applicable examples (if any).
createMultipleProtocolPortObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects/{containerUUID}/overrides
Get all overrides on the specified protocol port object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllProtocolPortObjectOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects/{containerUUID}/overrides/{objectId}
Get the specified override of protocol port object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getProtocolPortObjectOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects/{objectId}
Delete the protocol port object associated with the specified ID. Check the response section for applicable examples (if any).
deleteProtocolPortObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects/{objectId}
Get the protocol port object associated with the specified ID.
getProtocolPortObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/protocolportobjects/{objectId}
Modify the protocol port object associated with the specified ID. Check the response section for applicable examples (if any).
updateProtocolPortObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/radiusservergroups
Get the list of all Radius server groups.
getAllRadiusServerGroupModel 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/radiusservergroups
Create a Radius server group. Check the response section for applicable examples (if any).
createMultipleRadiusServerGroupModel 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/radiusservergroups/{objectId}
Delete the Radius server group associated with the specified ID. Check the response section for applicable examples (if any).
deleteRadiusServerGroupModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/radiusservergroups/{objectId}
Get the Radius server group associated with the specified ID.
getRadiusServerGroupModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/radiusservergroups/{objectId}
Modify the Radius server group associated with the specified ID. Check the response section for applicable examples (if any).
updateRadiusServerGroupModel 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges
Delete all range objects. Use filtering to specify which range objects will be deleted. Check the response section for applicable examples (if any).
deleteMultipleRangeObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges
Get the list of all range objects.
getAllRangeObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges
Create a range object. Check the response section for applicable examples (if any).
createMultipleRangeObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges/{containerUUID}/overrides
Get all overrides on the specified range object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllRangeOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges/{containerUUID}/overrides/{objectId}
Get the specified override of range object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getRangeOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges/{objectId}
Delete the range object associated with the specified ID. Check the response section for applicable examples (if any).
deleteRangeObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges/{objectId}
Get the range object associated with the specified ID.
getRangeObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ranges/{objectId}
Modify the range object associated with the specified ID. Check the response section for applicable examples (if any).
updateRangeObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms
Get the list of all realms.
getAllRealm 8 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms
Create a realm. Check the response section for applicable examples (if any).
createRealm 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms/{objectId}
Delete the realm associated with the specified ID. Check the response section for applicable examples (if any).
deleteRealm 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms/{objectId}
Get the realm associated with the specified ID.
getRealm 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms/{objectId}
Modify the realm associated with the specified ID. Check the response section for applicable examples (if any).
updateRealm 2 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realms/operational/download
Download users and groups of the specified SAML realm. Check the response section for applicable examples (if any).
createRealmDownload 1 param body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realmusergroups
Get the list of all realm user groups.
getAllRealmUserGroup 8 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realmusergroups/{objectId}
Get the realm user group associated with the specified ID.
getRealmUserGroup 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realmusers
Get the list of all realm users.
getAllRealmUser 9 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/realmusers/{objectId}
Get the realm user associated with the specified ID.
getRealmUser 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/resourceprofiles
Get the list of all resource profiles.
getAllResourceProfile 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/resourceprofiles
Create a resource profile. Check the response section for applicable examples (if any).
createResourceProfile 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/resourceprofiles/{objectId}
Delete the resource profile associated with the specified ID. Check the response section for applicable examples (if any).
deleteResourceProfile 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/resourceprofiles/{objectId}
Get the resource profile associated with the specified ID.
getResourceProfile 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/resourceprofiles/{objectId}
Modify the resource profile associated with the specified ID. Check the response section for applicable examples (if any).
updateResourceProfile 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/routemaps
Get the list of all route maps.
getAllRouteMap 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/routemaps
Create a route map. Check the response section for applicable examples (if any).
createRouteMap 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/routemaps/{objectId}
Delete the route map associated with the specified ID. Check the response section for applicable examples (if any).
deleteRouteMap 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/routemaps/{objectId}
Get the route map associated with the specified ID.
getRouteMap 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/routemaps/{objectId}
Modify the route map associated with the specified ID. Check the response section for applicable examples (if any).
updateRouteMap 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/samlrealmusersandgroups
Get users and groups associated with the Azure AD realm specified in the parameters.
getAllAzureADUserOrGroup 7 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/secureclientcustomizations
Get the list of all AnyConnect Customization objects.
getAllSecureClientCustomizationModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/secureclientcustomizations
Create an AnyConnect Customization object. Check the response section for applicable examples (if any).
createSecureClientCustomizationModel 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/secureclientcustomizations/{objectId}
Delete the AnyConnect Customization object associated with the specified ID. Check the response section for applicable examples (if any).
deleteSecureClientCustomizationModel 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/secureclientcustomizations/{objectId}
Get the AnyConnect Customization object associated with the specified ID.
getSecureClientCustomizationModel 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/secureclientcustomizations/{objectId}
Modify the AnyConnect Customization object associated with the specified ID. Check the response section for applicable examples (if any).
updateSecureClientCustomizationModel 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securitygrouptags
Get the list of all custom security group tags.
getAllSecurityGroupTag 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securitygrouptags
Create a custom security group tag. Check the response section for applicable examples (if any).
createSecurityGroupTag 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securitygrouptags/{objectId}
Delete the custom security group tag associated with the specified ID. Check the response section for applicable examples (if any).
deleteSecurityGroupTag 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securitygrouptags/{objectId}
Get the custom security group tag associated with the specified ID.
getSecurityGroupTag 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securitygrouptags/{objectId}
Modify the custom security group tag associated with the specified ID. Check the response section for applicable examples (if any).
updateSecurityGroupTag 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securityzones
Get the list of all security zones.
getAllSecurityZoneObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securityzones
Create a security zone. Check the response section for applicable examples (if any).
createMultipleSecurityZoneObject 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securityzones/{objectId}
Delete the security zone associated with the specified ID. Check the response section for applicable examples (if any).
deleteSecurityZoneObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securityzones/{objectId}
Get the security zone associated with the specified ID.
getSecurityZoneObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/securityzones/{objectId}
Modify the security zone associated with the specified ID. Check the response section for applicable examples (if any).
updateSecurityZoneObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects
Get the list of all service access objects.
getAllServiceAccessObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects
Create a service access object. Check the response section for applicable examples (if any).
createServiceAccessObject 2 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects/{containerUUID}/overrides
Get all overrides on the specified service access object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getServiceAccessObjectOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects/{objectId}
Delete the service access objection associated with the specified ID. Check the response section for applicable examples (if any).
deleteServiceAccessObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects/{objectId}
Get the service access objection associated with the specified ID.
getServiceAccessObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/serviceaccessobjects/{objectId}
Modify the service access objection associated with the specified ID. Check the response section for applicable examples (if any).
updateServiceAccessObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sidnsfeeds
Get the list of all security intelligence DNS feeds.
getAllSIDNSFeed 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sidnsfeeds/{objectId}
Get the security intelligence DNS feed associated with the specified ID.
getSIDNSFeed 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sidnslists
Get the list of all security intelligence DNS lists.
getAllSIDNSList 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sidnslists/{objectId}
Get the security intelligence DNS list associated with the specified ID.
getSIDNSList 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworkfeeds
Retrieving data. Wait a few seconds and try to cut or copy again.
getAllSINetworkFeed 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworkfeeds
Create a security intelligence network feed. Check the response section for applicable examples (if any).
createSINetworkFeed 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworkfeeds/{objectId}
Delete the security intelligence network feed associated with the specified ID. Check the response section for applicable examples (if any).
deleteSINetworkFeed 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworkfeeds/{objectId}
Get the security intelligence network feed associated with the specified ID.
getSINetworkFeed 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworkfeeds/{objectId}
Modify the security intelligence network feed associated with the specified ID. Check the response section for applicable examples (if any).
updateSINetworkFeed 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworklists
Get the list of all security intelligence network lists.
getAllSINetworkList 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinetworklists/{objectId}
Get the security intelligence network list associated with the specified ID.
getSINetworkList 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinkholes
Get the list of all sinkholes.
getAllSinkhole 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/sinkholes/{objectId}
Get the sinkhole associated with the specified ID.
getSinkhole 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurlfeeds
Get the list of all security intelligence url feeds.
getAllSIURLFeed 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurlfeeds
Create a security intelligence url feed. Check the response section for applicable examples (if any).
createSIURLFeed 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurlfeeds/{objectId}
Delete the security intelligence url feed associated with the specified ID. Check the response section for applicable examples (if any).
deleteSIURLFeed 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurlfeeds/{objectId}
Get the security intelligence url feed associated with the specified ID.
getSIURLFeed 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurlfeeds/{objectId}
Modify the security intelligence url feed associated with the specified ID. Check the response section for applicable examples (if any).
updateSIURLFeed 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurllists
Get the list of all security intelligence url lists.
getAllSIURLList 4 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurllists
Create a security intelligence url list. Check the response section for applicable examples (if any).
createSIURLList 1 param body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurllists/{objectId}
Delete the security intelligence url list associated with the specified ID. Check the response section for applicable examples (if any).
deleteSIURLList 2 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurllists/{objectId}
Get the security intelligence url list associated with the specified ID.
getSIURLList 2 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/siurllists/{objectId}
Modify the security intelligence url list associated with the specified ID. Check the response section for applicable examples (if any).
updateSIURLList 2 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/slamonitors
Get the list of all service level agreement monitors.
getAllSLAMonitorObjectModel 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/slamonitors
Create a service level agreement monitor. Check the response section for applicable examples (if any).
createMultipleSLAMonitorObjectModel 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/slamonitors/{objectId}
Delete the service level agreement monitor associated with the specified ID. Check the response section for applicable examples (if any).
deleteSLAMonitorObjectModel 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/slamonitors/{objectId}
Get the service level agreement monitor associated with the specified ID.
getSLAMonitorObjectModel 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/slamonitors/{objectId}
Modify the service level agreement monitor associated with the specified ID. Check the response section for applicable examples (if any).
updateSLAMonitorObjectModel 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers
Get the list of all SSO server policies.
getAllSSOServer 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers
Create an SSO server policy. Check the response section for applicable examples (if any).
createMultipleSSOServer 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers/{containerUUID}/overrides
Get all overrides on the specified SSO server policy. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getSSOServerOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers/{objectId}
Delete the SSO server policy associated with the specified ID. Check the response section for applicable examples (if any).
deleteSSOServer 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers/{objectId}
Get the SSO server policy associated with the specified ID.
getSSOServer 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/ssoservers/{objectId}
Modify the SSO server policy associated with the specified ID. Check the response section for applicable examples (if any).
updateSSOServer 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists
Get the list of all standard access lists.
getAllStandardACL 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists
Create a standard access list. Check the response section for applicable examples (if any).
createStandardACL 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists/{objectId}
Delete the standard access list associated with the specified ID. Check the response section for applicable examples (if any).
deleteStandardACL 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists/{objectId}
Get the standard access list associated with the specified ID.
getStandardACL 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists/{objectId}
Modify the standard access list associated with the specified ID. Check the response section for applicable examples (if any).
updateStandardACL 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardcommunitylists
Get the list of all standard community lists.
getAllStandardCommunityList 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardcommunitylists
Create a standard community list. Check the response section for applicable examples (if any).
createStandardCommunityList 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardcommunitylists/{objectId}
Delete the standard community list associated with the specified ID. Check the response section for applicable examples (if any).
deleteStandardCommunityList 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardcommunitylists/{objectId}
Get the standard community list associated with the specified ID.
getStandardCommunityList 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/standardcommunitylists/{objectId}
Modify the standard community list associated with the specified ID. Check the response section for applicable examples (if any).
updateStandardCommunityList 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/testazureadrealms
Test Azure AD realm connectivity. Check the response section for applicable examples (if any).
createTestAzureADRealm 1 param body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timeranges
Get the list of all time ranges.
getAllTimeRange 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timeranges
Create a time range. Check the response section for applicable examples (if any).
createMultipleTimeRange 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timeranges/{objectId}
Delete the time range associated with the specified ID. Check the response section for applicable examples (if any).
deleteTimeRange 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timeranges/{objectId}
Get the time range associated with the specified ID.
getTimeRange 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timeranges/{objectId}
Modify the time range associated with the specified ID. Check the response section for applicable examples (if any).
updateTimeRange 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects
Get the list of all time zone objects.
getAllTimeZoneObject 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects
Create a time zone object. Check the response section for applicable examples (if any).
createMultipleTimeZoneObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects/{containerUUID}/overrides
Get all overrides on the specified time zone object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getTimeZoneObjectOverride 6 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects/{objectId}
Delete the time zone object associated with the specified ID. Check the response section for applicable examples (if any).
deleteTimeZoneObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects/{objectId}
Get the time zone object associated with the specified ID.
getTimeZoneObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/timezoneobjects/{objectId}
Modify the time zone object associated with the specified ID. Check the response section for applicable examples (if any).
updateTimeZoneObject 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/tunneltags
Get the list of all tunnel tags.
getAllTunnelTags 5 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/tunneltags
Create a tunnel tag. Check the response section for applicable examples (if any).
createMultipleTunnelTags 3 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/tunneltags/{objectId}
Delete the tunnel tag associated with the specified ID. Check the response section for applicable examples (if any).
deleteTunnelTags 3 params → 204default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/tunneltags/{objectId}
Get the tunnel tag associated with the specified ID.
getTunnelTags 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/tunneltags/{objectId}
Modify the tunnel tag associated with the specified ID. Check the response section for applicable examples (if any).
updateTunnelTags 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlcategories
Get the list of all URL categories.
getAllURLCategory 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlcategories/{objectId}
Get the URL category associated with the specified ID.
getURLCategory 3 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups
Delete all URL groups. Use filtering to specfiy which URL groups will be deleted. Check the response section for applicable examples (if any).
deleteMultipleURLGroupObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups
Get the list of all URL groups.
getAllURLGroupObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups
Create a URL group. Check the response section for applicable examples (if any).
createMultipleURLGroupObject 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups/{containerUUID}/overrides
Get all overrides on the specified URL group. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllUrlGroupOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups/{containerUUID}/overrides/{objectId}
Get all overrides on the specified url group object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getUrlGroupOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups/{objectId}
Delete the URL group associated with the specified ID. Check the response section for applicable examples (if any).
deleteURLGroupObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups/{objectId}
Get the URL group associated with the specified ID.
getURLGroupObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urlgroups/{objectId}
Modify the URL group associated with the specified ID. Check the response section for applicable examples (if any).
updateURLGroupObject 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls
Delete all URLs. Use filtering to specfiy which URLs will be deleted. Check the response section for applicable examples (if any).
deleteMultipleURLObject 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls
Get the list of all URLs.
getAllURLObject 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls
Create a URL. Check the response section for applicable examples (if any).
createMultipleURLObject 3 params body → 201422default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls/{containerUUID}/overrides
Get all overrides on the specified URL. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllUrlOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls/{containerUUID}/overrides/{objectId}
Get all overrides on the specified url object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getUrlOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls/{objectId}
Delete the URL associated with the specified ID. Check the response section for applicable examples (if any).
deleteURLObject 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls/{objectId}
Get the URL associated with the specified ID.
getURLObject 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/urls/{objectId}
Modify the URL associated with the specified ID. Check the response section for applicable examples (if any).
updateURLObject 3 params body → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/validatecertfile
Upload and parse a given certificate/key file. Check the response section for applicable examples (if any).
createValidateCertFile 1 param body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variables
Get the list of all variables for device templates.
getAllVariable 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variables
Create a variable for device templates. A variable defines specific configuration values in a template and can be of types AS number, FQDN, IPv4/IPv6 host, IPv4/IPv6 network, IPv4 range, password, ro…
createVariable 2 params body → 201default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variables/{objectId}
Delete the specified device template variable. Check the response section for applicable examples (if any).
deleteVariable 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variables/{objectId}
Get the specified device template variable.
getVariable 3 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variables/{objectId}
Modify the specified device template variable. Check the response section for applicable examples (if any).
updateVariable 3 params body → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variablesets
Get the list of all variable sets.
getAllVariableSet 5 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/variablesets/{objectId}
Get the variable set associated with the specified ID.
getVariableSet 3 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags
Delete all VLAN group tags. Use filtering to specfiy which VLAN group tags will be deleted. Check the response section for applicable examples (if any).
deleteMultipleVlanTagGroup 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags
Get the list of all VLAN group tags.
getAllVlanTagGroup 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags
Create a VLAN group tag. Check the response section for applicable examples (if any).
createMultipleVlanTagGroup 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags/{containerUUID}/overrides
Get all overrides on the specified VLAN group tag. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllVlanTagGroupOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags/{containerUUID}/overrides/{objectId}
Get all overrides on the specified VLAN group tag object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getVlanTagGroupOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags/{objectId}
Delete the VLAN group tag associated with the specified ID. Check the response section for applicable examples (if any).
deleteVlanTagGroup 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags/{objectId}
Get the VLAN group tag associated with the specified ID.
getVlanTagGroup 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlangrouptags/{objectId}
Modify the VLAN group tag associated with the specified ID. Check the response section for applicable examples (if any).
updateVlanTagGroup 3 params body → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags
Delete all VLAN tags. Use filtering to specify which VLAN tags will be deleted. Check the response section for applicable examples (if any).
deleteMultipleVlanTag 4 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags
Get the list of all VLAN tags.
getAllVlanTag 6 params → 200default
POST
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags
Create a VLAN tag. Check the response section for applicable examples (if any).
createMultipleVlanTag 3 params body → 201default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags/{containerUUID}/overrides
Get all overrides on the specified VLAN tag. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getAllVlanOverride 6 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags/{containerUUID}/overrides/{objectId}
Get all overrides on the specified VLAN object. Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.
getVlanOverride 4 params → 200default
DELETE
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags/{objectId}
Delete the VLAN tag associated with the specified ID. Check the response section for applicable examples (if any).
deleteVlanTag 3 params → 200default
GET
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags/{objectId}
Get the VLAN tag associated with the specified ID.
getVlanTag 4 params → 200default
PUT
/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/object/vlantags/{objectId}
Modify the VLAN tag associated with the specified ID. Check the response section for applicable examples (if any).
updateVlanTag 3 params body → 200default

Schemas 435

The contract defines 435 schemas that model the data the API accepts and returns. The most detailed are IRouteMapEntry (51 properties), Realm (37 properties), IRealm (30 properties), InternalCA (24 properties). Each schema is shown below with its type and property counts.

ISESecurityGroupTagListContainer
object
3 properties
NTPServerObjectListContainer
object
3 properties
CommunityList
object
10 properties
RealmMetadata
object
An object representing the metadata of the realm.
10 properties
InterfaceGroupObjectListContainer
object
3 properties
AzureADStatus
object
This object can be used to get Azure AD realm statuses.
7 properties
VlanTagGroupOverrideListContainer
object
3 properties
RealmUserGroup
object
Defines Identity RealmUserGroup Object.
6 properties
RangeObjectListContainer
object
3 properties
IExternalCACertificateBase
object
7 properties
AnyConnectCustomAttributeOverrideListContainer
object
3 properties
RealmStatusListContainer
object
3 properties
ExternalCACertificate
object
Represents the CA public key certificate object belonging to a trusted CA.
20 properties
ProtocolPortObject
object
A model representing protocol port object definition.
12 properties
INetworkAddressLiteral
object
2 properties
SSOServerOverrideListContainer
object
3 properties
VariableListContainer
object
3 properties
InterfaceObject
object
11 properties
DynamicObjectMappingsListContainer
object
3 properties
HostScanPackageObject
object
11 properties
SecurityZoneObject
object
A model representing zone object definition.
13 properties
InterfaceObjectListContainer
object
3 properties
AzureADUserOrGroup
object
User or group of users from an Azure AD server.
8 properties
INameServer
object
1 property
AsPathListListContainer
object
3 properties
IApplicationProductivity
object
Represents an ApplicationProductivity.
9 properties
PrivateResourceGroupListContainer
object
3 properties
IPv4AddressPoolOverride
object
A model representing IPv4AddressPoolOverride definition.
9 properties
IVpnScepContentModel
object
5 properties
RealmTest
object
Object that can be used to test Realm connection.
2 properties
ContinentObjectListContainer
object
3 properties
Ikev1PolicyObject
object
13 properties
MacAddressPoolListContainer
object
3 properties
HostScanPackageObjectListContainer
object
3 properties
ApplicationProductivity
object
9 properties
IApplicationCategory
object
Represents an ApplicationCategory.
9 properties
IPv6PrefixList
object
Prefix lists are used in route maps and route filtering operations and can be used as an alternative to access lists in many Border Gateway Protocol (BGP) rout…
10 properties 1 required
AzureADStatusListContainer
object
3 properties
IIntrusionPolicyModel
object
11 properties
PortMetadata
object
8 properties
DynamicObjectMetadata
object
7 properties
DynamicObjectBulkRemove
object
3 properties
IAnyConnectUserDefinedAttribute
object
2 properties
UrlOverride
object
A model representing URL object override definition.
9 properties
Variable
object
9 properties
ReadOnly
object
Defines the read only conditions if the referenced resource is read only.
2 properties
SIURLFeedListContainer
object
3 properties
IAsPathListEntry
object
3 properties 1 required
Application
object
20 properties
KeyChainObjectListContainer
object
3 properties
SIDNSFeed
object
Object representing a user-specified third-party feed.
12 properties
RealmStatus
object
This object can be used to get SAML realm status.
3 properties
ApplicationTypeListContainer
object
3 properties
VpnCertEnrollmentModel
object
A model representing Certificate Enrollment Object definition.
20 properties
CountryObject
object
Represents a Country.
11 properties
SIListMetadata
object
9 properties
AnyConnectProfileModelListContainer
object
3 properties
ServiceAccessObject
object
12 properties 1 required
UmbrellaProtectionPolicyListContainer
object
3 properties
DynamicObjectMappings
object
The details about the Dynamic Object Mappings.
8 properties
InternalCAListContainer
object
3 properties
VpnCertEnrollmentOverrideListContainer
object
3 properties
InterfaceGroupObject
object
13 properties
CommunityListListContainer
object
3 properties
DNSServerGroupObject
object
14 properties
DynamicObjectListContainer
object
3 properties
IGroupPolicyCustomAttributesModel
object
Model representing the configuration of Custom Attributes of the Group Policy
2 properties
ICMPV4ObjectOverrideListContainer
object
3 properties
IPKIValidationUsageModel
object
3 properties
UrlGroupOverride
object
A model representing URL group override definition.
9 properties
ExpandedCommunityListListContainer
object
3 properties
IVpnPkcs12ContentModel
object
A model representing definition specific fields related to PKCS12 Certificate Enrollment.
2 properties
ICountryModel
object
Represents a Country.
11 properties
CipherSuiteListListContainer
object
3 properties
RealmUserGroupMetadata
object
An object representing the metadata of the RealmUserGroup.
8 properties
ExtendedCommunityListListContainer
object
3 properties
HostOverrideListContainer
object
3 properties
IPv6AddressPoolListContainer
object
3 properties
AnyConnectPackageModel
object
File objects represent AnyConnect Client Image files.
11 properties
FQDNOverrideListContainer
object
3 properties
Sinkhole
object
Description of Sinkhole.
13 properties
IDirectoryConfiguration
object
Represents directory server connection
9 properties
IApplicationModel
object
Represents an ApplicationModel containing Application Types, Tags, Productivity, Risk, and Categories.
16 properties
IKEv1IPsecProposalListContainer
object
3 properties
VpnCertEnrollmentOverride
object
9 properties
AnyProtocolPortObject
object
A model representing Any portocol port object definition.
10 properties
IKEv2IPsecProposal
object
9 properties
NetworkObjectOverlaps
object
7 properties
IPv6AddressPoolOverrideListContainer
object
3 properties
HostOverride
object
A model representing Host network override definition.
9 properties
ICMPV6ObjectOverride
object
9 properties
IStandardACLEntry
object
Standard Access List entry
2 properties 2 required
AnyConnectCustomAttributeModel
object
AnyConnect Custom Attribute objects represent custom attribute used in configurations, typically for remote access VPN policies. They can contain custom attrib…
15 properties 1 required
RealmListContainer
object
3 properties
DistinguishedName
object
Represents the distinguished name listed for a public key certificate's subject or issuer.
8 properties
AnyConnectPackageModelListContainer
object
3 properties
PrivateResource
object
12 properties
IPv6PrefixListListContainer
object
3 properties
Object
object
IRuleRecommendation
object
5 properties
IIPvPrefixListEntry
object
5 properties 1 required
TimeRangeListContainer
object
3 properties
PrivateResourceListContainer
object
3 properties
URLObject
object
A model representing url object definition.
11 properties
StandardCommunityList
object
Represents a StandardCommunityList.
9 properties 1 required
URLCategoryListContainer
object
3 properties
RadiusServerGroupModel
object
Radius Server Group objects contain one or more references to Radius servers. These servers are used to authenticate users logging in through Remote Access VPN…
18 properties 2 required
IApplicationType
object
Represents an ApplicationType.
9 properties
DistinguishedNameListContainer
object
3 properties
EndPointDeviceTypeListContainer
object
3 properties
GroupPolicyModel
object
Model representing the Group Policy configuration for RA VPN.
12 properties
IVlanTagLiteral
object
3 properties
ICMPV4ObjectListContainer
object
3 properties
SINetworkList
object
Object representing a user-specified third-party list.
10 properties
DynamicObjectWithMappingsBulk
object
2 properties
IDHCPIPv6DNSServer
object
2 properties
KeyChainObjectOverride
object
9 properties
PortObjectGroupOverride
object
A model representing port object group override definition.
9 properties
FileCategoryModel
object
Object representing a FileCategory object within a FileRule.
9 properties
PortLiteralOverlaps
object
6 properties
RangeOverrideListContainer
object
3 properties
IPortObjectsContainer
object
2 properties
UrlOverrideListContainer
object
3 properties
INetworkBase
object
9 properties
PortOverlapsContainer
object
2 properties
IGroupPolicyAdvancedSettingsModel
object
Model representiing the Configurations for Advanced Settings for Group Policy.
3 properties
IRouteMapEntry
object
List of route maps entries already configured for this route map object.
51 properties 2 required
RealmDownload
object
Download the users and groups for specific SAML realm.
2 properties
IKEv2IPsecProposalListContainer
object
3 properties
SSOServerListContainer
object
3 properties
IContinentModel
object
Represents a Continent.
11 properties
IFTDInterface
object
8 properties
KeyChainObjectOverrideListContainer
object
3 properties
SecureClientCustomizationModel
object
Secure Client Customization functionality provides a way to modify and customize certain aspects of the Secure Client on the endpoints. Those customizations ca…
14 properties 2 required
ApplicationTagListContainer
object
3 properties
ISecurityGroupTagContainer
object
2 properties
SLAMonitorObjectModelListContainer
object
3 properties
TimeZoneObject
object
Object representing a time zone object.
14 properties
DownloadInternalCA
object
Download Internal CA PKCS 12 file encrypted with provided password.
5 properties 2 required
IOverride
object
Defines the override details for this object.
2 properties
HostObject
object
An object defining a Host Network object definition.
11 properties
DHCPIPv6OtherServerOptions
object
3 properties
VlanTagGroupOverride
object
A model representing tag group override definition.
9 properties
RangeOverride
object
A model representing range object override definition.
9 properties
VariableSetVarDef
object
7 properties
ApplicationRiskListContainer
object
3 properties
NetworkLiteralOverlaps
object
5 properties
ResourceProfileListContainer
object
3 properties
SIURLListListContainer
object
3 properties
VarDef
object
4 properties
IPKICertRevocationListModel
object
4 properties
DistinguishedNameGroup
object
Represents the group of distinguished name objects.
8 properties
ApplicationRisk
object
9 properties
ApplicationFilter
object
Represents an ApplicationFilter containing various Conditions and Applications.
11 properties
KeyChainObject
object
11 properties
SIFeedMetadata
object
9 properties
IPv4PrefixList
object
Prefix lists are used in route maps and route filtering operations and can be used as an alternative to access lists in many Border Gateway Protocol (BGP) rout…
10 properties 1 required
NetworkAddressListContainer
object
3 properties
InternalCA
object
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 outgoi…
24 properties
InternalCertificateGroup
object
8 properties
ISecurityGroupTagLiteral
object
3 properties
BFDTemplate
object
To have templates for Bidirectional Forwarding Detection routing protocol.
15 properties
CertificateMapModelListContainer
object
3 properties
GlobalTimeZone
object
Object representing a global time zone from IANA time zone (tz) database.
5 properties
IInterfaceObjectModel
object
11 properties
IPv4PrefixListListContainer
object
3 properties
Snort3IntrusionRuleGroupsObjectListContainer
object
3 properties
DynamicObjectsBulk
object
9 properties
Snort3IPSRuleMetadata
object
8 properties
LightAzureADRealm
object
7 properties
SecurityZoneObjectListContainer
object
3 properties
IKeyObject
object
5 properties
FileTypeModelListContainer
object
3 properties
ICMPV6ObjectListContainer
object
3 properties
PortObjectOverlaps
object
8 properties
RuleImportSummary
object
An object that represents the details for imported Snort3 custom rules.
6 properties
URLCategory
object
9 properties
IApplicationRisk
object
Represents an ApplicationRisk.
9 properties
ExternalCACertificateGroupListContainer
object
3 properties
IGroupPolicyGeneralSettingsModel
object
Model represents General Settings of a Group Policy
7 properties
ExtendedAccessListModel
object
An access control list (ACL) consists of one or more access control entries (ACE) that collectively define the network traffic profile. Extended Access Control…
10 properties 1 required
IAppCondition
object
Represents an AppCondition containing Application Types, Tags, Productivities, Risks, and Categories.
8 properties
SinkholeListContainer
object
3 properties
CipherSuiteList
object
Represents a list of cipher suites.
8 properties
URLGroupObjectListContainer
object
3 properties
IExpandedCommunityListEntry
object
4 properties 3 required
ExtendedCommunityList
object
To have extended community filtering and community manipulation for Border Gateway Protocol (BGP) - import/export routes
11 properties
ResourceProfile
object
10 properties
IBFDTemplateAuthentication
object
4 properties
LocalRealmUserListContainer
object
3 properties
ICipherSuiteLiteral
object
1 property
VpnCertEnrollmentModelListContainer
object
3 properties
SIDNSList
object
Object representing a static list of DNS servers uploaded by the user
10 properties
Ikev2PolicyObject
object
13 properties
IdpSettings
object
4 properties
ExternalCertificateListContainer
object
3 properties
ICMPV4Object
object
An object defining a ICMPv4 Port object definition.
12 properties
ReferenceObject
object
4 properties
IPKIOnlineCertificateStatusProtocolModel
object
2 properties
SIURLFeed
object
Object representing a user-specified third-party feed.
14 properties
IDomain
object
4 properties
PortObject
object
A model representing port object definition.
10 properties
PolicyListListContainer
object
3 properties
FQDNObjectListContainer
object
3 properties
IPv4AddressPoolOverrideListContainer
object
3 properties
RealmUser
object
Defines Identity RealmUser Object.
6 properties
AzureADUserOrGroupListContainer
object
3 properties
VlanTagListContainer
object
3 properties
ICMPV6Object
object
An object defining a ICMPv6 Port object definition.
12 properties
NetworkGroupListContainer
object
3 properties
AnyConnectCustomAttributeOverride
object
AnyConnect Custom Attribute override objects represent custom attribute used in configurations, typically for remote access VPN policies. They can contain over…
9 properties
CustomSIURLListListContainer
object
3 properties
ISnort3IntrusionRuleGroupSecLevels
object
Object representing the security levels of Snort 3 intrusion rulegroup.
3 properties
LLFilesMap
object
VlanOverride
object
A model representing vlan tag override definition.
9 properties
IPv6AddressPoolOverride
object
A model representing IPv6AddressPoolOverride definition.
9 properties
DNSServerGroupOverride
object
9 properties
ContinentObject
object
Represents a Continent.
11 properties
VlanOverrideListContainer
object
3 properties
AzureADRealm
object
Realm configuration object can be used to connect to Azure AD.
19 properties
GeoLocationObject
object
Represents a GeoLocation containing various Countries and Continents.
13 properties
Realm
object
Defines Identity Realm Object.
37 properties
IGroupPolicyAnyConnectSettingsModel
object
Model representing the Configurations for AnyConnect Client.
6 properties
SIURLList
object
Object representing a user-specified third-party list.
11 properties
CustomSIIPList
object
Object representing a static list of Network addresses uploaded by the user
11 properties
IAuthTypeAndString
object
2 properties
NetworkObject
object
A model representing Network object definition.
11 properties
AnyConnectProfileModel
object
File objects represent AnyConnect Client Profile files.
11 properties 2 required
GeoLocationObjectListContainer
object
3 properties
GlobalTimeZoneListContainer
object
3 properties
ICertificateMapRules
object
Specify the contents of the certificate to evaluate.
4 properties 4 required
ISnort3PolicyRuleCount
object
8 properties
IBasePortLiteral
object
2 properties
ProtocolPortObjectOverrideListContainer
object
3 properties
ITimeZoneDayRecurrenceFragment
object
Object fragment to configure the daylight saving by day recurrence.
9 properties
TimeZoneObjectOverrideListContainer
object
3 properties
AnyConnectExternalBrowserPackageModel
object
File object representing AnyConnect External Browser Package file.
11 properties
IAnyConnectDynamicSplitTunnelAttribute
object
2 properties
IGroupPolicyAddressAssignmentModel
object
Model representiing the Address Assignment details that will be assigned to the endhost.
3 properties
DNSServerGroupObjectListContainer
object
3 properties
IGroupPolicyClientModulesModel
object
Model representing the File configurations for AnyConnect Client Modules
3 properties
Ikev1PolicyObjectListContainer
object
3 properties
PolicyList
object
A policy list for use in a route map for Border Gateway Protocol (BGP).
24 properties 2 required
URLObjectListContainer
object
3 properties
ProtocolPortObjectOverride
object
A model representing protocol port object override definition.
9 properties
ILifeTime
object
4 properties
ServiceAccessObjectOverrideListContainer
object
3 properties
LocalRealmUser
object
Defines Local Realm User
9 properties
VlanTag
object
A model representing tag object definition.
11 properties
INetworkAddress
object
9 properties
IExternalCACertificate
object
7 properties
RealmUserMetadata
object
An object representing the metadata of the RealmUser.
10 properties
IUrlLiteral
object
2 properties
Snort3IntrusionRuleGroupMetadata
object
Object representing the metadata of rule group.
11 properties
AsPathList
object
To apply autonomous system path filters to both inbound and outbound BGP paths.
9 properties
ApplicationCategoryListContainer
object
3 properties
TimeZoneObjectOverride
object
9 properties
VariableSetListContainer
object
3 properties
SSOServerOverride
object
A model representing SSOServerOverride object definition.
9 properties
PortObjectGroupListContainer
object
3 properties
CustomSIListMetadata
object
10 properties
INetworkObjectsContainer
object
2 properties
MacAddressPoolOverride
object
9 properties
ObjectUsage
object
A model representing object usage response.
7 properties
CustomSIURLList
object
Object representing a static list of URL addresses uploaded by the user
11 properties
MetadataUser
object
This object defines details about the user.
4 properties
ExternalCertificate
object
Represents a server public key certificate that does not belong to the user's organization.
19 properties
SseProxyData
object
2 properties
NetworkAddress
object
A model representing Network Address definition representing parent of Network sub types.
11 properties
SINetworkListListContainer
object
3 properties
ErrorResponse
object
3 properties
IRealmEntity
object
4 properties
IHybridResourceAddressesContainer
object
2 properties
HostObjectListContainer
object
3 properties
URLGroupObject
object
A model representing URL group definition.
12 properties
IApplicationsContainer
object
Represents an ApplicationsContainer containing application filters and applications.
3 properties
ObjectUsageListContainer
object
3 properties
ApplicationListContainer
object
3 properties
IMetadataUser
object
4 properties
IIntrusionRuleSuppression
object
Model representing intrusion rule suppression setting.
9 properties
IExternalCertificate
object
7 properties
IAnyConnectDeferUpdateAttribute
object
4 properties
CustomSIIPListListContainer
object
3 properties
ServiceAccessObjectListContainer
object
3 properties
CountryObjectListContainer
object
3 properties
IPKIServerKeyModel
object
4 properties
ApplicationFilterListContainer
object
3 properties
SIDNSFeedListContainer
object
3 properties
IPKIRevocationModel
object
4 properties
NetworkGroupOverride
object
A model representing Network group override definition.
9 properties
IRealm
object
30 properties
TimeRange
object
Object representing a time range object.
10 properties 1 required
ExternalCertificateGroup
object
Represents a group of external certificate objects.
8 properties
StandardACLListContainer
object
3 properties
SLAMonitorObjectModel
object
19 properties 3 required
ExtendedCommunityListOverrideListContainer
object
3 properties
AnyProtocolPortObjectListContainer
object
3 properties
RouteMap
object
The route map object.
10 properties 2 required
NetworkGroupOverrideListContainer
object
3 properties
TunnelTags
object
A model representing tunnel tag definition.
9 properties
AnyConnectExternalBrowserPackageModelListContainer
object
3 properties
RangeObject
object
A model representing Range Network object definition.
11 properties
UmbrellaProtectionPolicy
object
The details about the Umbrella Protection Policy from umbrella cloud
4 properties
CustomSIURLListDownload
object
Object representing a CustomSIURLListDownload object.
8 properties
IIntrusionRuleThreshold
object
Model representing intrusion rule threshold setting.
11 properties
IPv4AddressPoolListContainer
object
3 properties
ApplicationCategory
object
9 properties
ICMPV6ObjectOverrideListContainer
object
3 properties
ErrorMessagesContainer
object
7 properties
ISnort3DefaultSetBy
object
Object representing on how default action is set in a policy.
4 properties
VlanTagGroup
object
A model representing tag group definition.
12 properties
ExternalCertificateGroupListContainer
object
3 properties
DynamicObjectMappingsBulk
object
9 properties
NetworkObjectListContainer
object
3 properties
SIDNSListListContainer
object
3 properties
IRadiusServers
object
Radius servers are used to authenticate users logging in through Remote Access VPN connections.
9 properties 3 required
IInternalCertificate
object
7 properties
IFileWrapper
object
6 properties
IApplicationFilter
object
Represents an ApplicationFilter containing various Conditions and Applications.
11 properties
IInterfaceGroupObjectModel
object
12 properties
SpSettings
object
6 properties
NetworkOverlapsContainer
object
2 properties
DownloadAzureADUsersAndGroups
object
Download the users and groups for specific Azure AD realm.
ApplicationType
object
9 properties
RadiusServerGroupModelListContainer
object
3 properties
InternalCertificateListContainer
object
3 properties
BFDTemplateListContainer
object
3 properties
DHCPIPv6PoolListContainer
object
3 properties
SINetworkFeedListContainer
object
3 properties
Snort3IPSRulesObjectListContainer
object
3 properties
ProtocolPortObjectListContainer
object
3 properties
AzureADRealmListContainer
object
3 properties
TimeZoneObjectListContainer
object
3 properties
RealmUserGroupListContainer
object
3 properties
SecureClientCustomizationModelListContainer
object
3 properties
ConnectorStatusBody
object
2 properties
IRecurrence
object
Object fragment that represents a recurrence interval. A recurrence interval specifies a duration that repeats on a weekly basis, during which the time range i…
8 properties 8 required
ITimeZoneDateRangeFragment
object
Object fragment to configure the daylight saving by date range.
3 properties
IKEv1IPsecProposal
object
9 properties
TunnelTagsListContainer
object
3 properties
DynamicObjectBulk
object
3 properties
ICertEnrollManualCaCertificateModel
object
A model representing definition of fields related to Manual Certificate Enrollment Object.
2 properties
IPv6AddressPool
object
A model representing Ipv6AddressPool Object definition.
12 properties 2 required
MacAddressPoolOverrideListContainer
object
3 properties
Domain
object
The details about the domain.
5 properties
OverlapWarning
object
9 properties
IPv4AddressPool
object
A model representing Ipv4AddressPool Object definition.
18 properties 1 required
IServiceAccessRule
object
7 properties
ExtendedCommunityListOverride
object
9 properties
IStandardCommunityListEntry
object
7 properties 3 required
IGroupPolicySSLSettingsModel
object
Model representing the Configuration of SSL parameters to be used when connecting to the Client.
4 properties
RuleImportSummaryEntry
object
An object that represents rule import summary details.
3 properties
IMetadata
object
6 properties
ISnort3IntrusionRuleGroupsModel
object
14 properties
RouteMapListContainer
object
3 properties
ExpandedCommunityList
object
Represents a ExpandedCommunityList.
9 properties 1 required
FQDNOverride
object
A model representing FQDN Network object override definition.
9 properties
SINetworkFeed
object
Object representing a user-specified third-party feed.
13 properties
ISESecurityGroupTag
object
10 properties
IGroupPolicyConnectionSettingsModel
object
Model representing the Configuration of Connection Settings for a Group Policy.
12 properties
AnyConnectCustomAttributeModelListContainer
object
3 properties
InternalCertificate
object
Represents the server public key certificate object belonging to the user's organization.
24 properties
SSOServer
object
A model representing SSO Server Object definition.
20 properties 3 required
AzureADConnector
object
11 properties
NTPServerObject
object
12 properties
IVpnEstContentModel
object
6 properties
GroupPolicyModelListContainer
object
3 properties
IVlanModel
object
10 properties
VlanTagGroupListContainer
object
3 properties
VariableSet
object
11 properties
IReadonly
object
2 properties
ValidateCertFile
object
Model for the upload of X.509 PEM or DER formatted certificate/key files.
6 properties
ICertificateParametersModel
object
11 properties
NetworkOverrideListContainer
object
3 properties
Links
object
2 properties
Snort3IntrusionRuleGroupsObject
object
Object representing details for Snort 3 intrusion rulegroup.
14 properties
FQDNObject
object
12 properties 1 required
InternalCertificateGroupListContainer
object
3 properties
Snort3IPSRulesFileUpload
object
An object that represents the details for Snort3 custom rule import.
6 properties
MacAddressPool
object
11 properties 1 required
FileTypeModel
object
Object representing a FileType object within a FileCategory.
7 properties
IProxy
object
4 properties
PortObjectGroup
object
A model representing port group definition.
11 properties
IReference
object
Contains reference information.
4 properties
ApplicationProductivityListContainer
object
3 properties
TestAzureADRealm
object
Object that can be used to test Azure AD connection.
19 properties
IExtendedACLEntry
object
11 properties 3 required
IUrlModel
object
10 properties
FileCategoryModelListContainer
object
3 properties
RealmReference
object
2 properties
ExtendedAccessListModelListContainer
object
3 properties
ICMPV4ObjectOverride
object
9 properties
IGroupPolicySplitTunnelSettingsModel
object
Model representing the Split Tunnel Policy Settings
5 properties
ApplicationTag
object
9 properties
IPrivateResourceModel
object
12 properties
StandardCommunityListListContainer
object
3 properties
PagingContainer
object
4 properties
DHCPIPv6Pool
object
12 properties
NetworkAddressOverrides
object
12 properties
IExtendedCommunityApiEntry
object
4 properties
PortObjectGroupOverrideListContainer
object
3 properties
ExternalCACertificateGroup
object
Represents a group of trusted CA objects.
8 properties
IGroupPolicySessionSettingsModel
object
Model representing the Configurations for AnyConnect Client Sessions.
6 properties
CertificateMapModel
object
Certificate Map objects are a named set of certificate matching rules. These objects are used to provide an association between a received certificate and a Re…
8 properties
PrivateResourceGroup
object
13 properties
Ikev2PolicyObjectListContainer
object
3 properties
DynamicObject
object
The details about the Dynamic Object.
10 properties
IUsersContainer
object
1 property
ExternalCACertificateListContainer
object
3 properties
IDistinguishedName
object
7 properties
Snort3IPSReferenceObject
object
5 properties
CustomSIIPListDownload
object
Object representing a CustomSIIPListDownload object.
8 properties
NetworkAddressOverridesListContainer
object
3 properties
IInterfaceDeviceModel
object
8 properties
RealmUserListContainer
object
3 properties
SecurityGroupTagListContainer
object
3 properties
AzureADMetadata
object
7 properties
ISecurityGroupTag
object
10 properties
ILinks
object
This defines the self referencing links for the given resource.
2 properties
SecurityGroupTag
object
10 properties
PortObjectListContainer
object
3 properties
IDHCPIPv6DomainName
object
2 properties
DNSServerGroupOverrideListContainer
object
3 properties
NetworkGroup
object
A model representing Network group definition.
12 properties
Snort3IPSRulesObject
object
Object representing a Snort 3 intrusion rule.
20 properties
StandardACL
object
An access control list (ACL) consists of one or more access control entries (ACE) that collectively define the network traffic profile. Standard Access Control…
10 properties 2 required
Metadata
object
Defines read only details about the object - whether it is system defined, last user who modified the object etc.
6 properties
UrlGroupOverrideListContainer
object
3 properties
EndPointDeviceType
object
11 properties
IPortObject
object
9 properties
IApplicationTag
object
Represents an ApplicationTag.
9 properties
NetworkOverride
object
A model representing Network Override object definition.
9 properties
IRuleAction
object
Object representing the rule action specified for an intrusion policy.
4 properties
ServiceAccessObjectOverride
object
9 properties
DistinguishedNameGroupListContainer
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cisco-secure-firewall-object-api-openapi.yml Raw ↑

Other APIs Cisco Secure Firewall publishes across the network.

Cisco Secure Firewall Access Groups API
Cisco Secure Firewall Access Token API
Cisco Secure Firewall Action API
Cisco Secure Firewall Adjacent Zone API
Cisco Secure Firewall AI Assistant API
Cisco Secure Firewall Analysis API
Cisco Secure Firewall API Entitlement API
Cisco Secure Firewall API Keys API
Cisco Secure Firewall App Group API
Cisco Secure Firewall ASA Access Rules API
Cisco Secure Firewall Audit API
Cisco Secure Firewall Audit Logs API
Where this information came from

This is an independent, third-party profile of Cisco Secure Firewall Object API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.