12-13-2024 09:47 PM
Hi All,
Executing below commands to check CD-Fmc version however not getting desired output. Can anyone let me know what im missing.
Select the CDFMC then towards the right section we can see the API explorer option select it. Click on the System information and then select the 3rd option GET / /api/fmc_platform/v1/info/serverversion and then click try it out.
{
"links": {
"parent": "string",
"self": "string"
},
"paging": {
"pages": 0,
"offset": 0,
"limit": 0,
"count": 0
},
"items": {
"serverVersion": "string",
"metadata": {
"lastUser": {
"name": "string",
"links": {
"parent": "string",
"self": "string"
},
"id": "string",
"type": "string"
},
"isLocked": true,
"domain": {
"name": "string",
"links": {
"parent": "string",
"self": "string"
},
"id": "string",
"type": "string"
},
"readOnly": {
"reason": "RBAC",
"state": true
},
"matches": [
"string"
],
"timestamp": 0
},
"serialNumber": "string",
"lspVersion": "string",
"description": "string",
"sruVersion": "string",
"type": "string",
"uuid": "string",
"platform": "string",
"uptime": "string",
"vdbVersion": "string",
"hostname": "string",
"macAddress": "string",
"name": "string",
"links": {
"parent": "string",
"self": "string"
},
"model": "string",
"geoVersion": "string",
"id": "string"
}
}
{
"severity": "ERROR",
"messages": [
{
"severity": "ERROR",
"code": "string",
"description": "string",
"errorCode": "string",
"bulkPayloadIndex": "string",
"location": "string",
"details": "string"
}
],
"category": "FRAMEWORK"
}
12-14-2024 10:19 PM - edited 12-16-2024 07:27 AM
I don't know about using the API, but the cdFMC release notes specify the current version.
For example:
12-23-2024 10:27 AM
I have attached license to migrate on-prem fmc and ftd to cd-fmc. Please let me know if any other licenses also required ?.
12-23-2024 03:22 PM
Do you already have the base level/tenant SKU for CDO/cdFMC ?
(CDO-SEC-SUB)
Here's the ordering guide for Cisco Defense Orchestrator:
https://www.cisco.com/c/en/us/products/collateral/security/defense-orchestrator/guide-c07-736923.html
12-23-2024 10:20 PM
Hi,
I already have running cdfmc where 2 FTD of model 1100 series deployed. So I can integrate my onprem FMC and 2100 series FTD to it ?. Also how can I know how much FTD my cdfmc supports?
12-23-2024 03:39 PM
Regarding the original post.
When you're working with the API explorer, it will by default show you the schema you posted above, in the Responses section.
When you press the "try it out" button, a new bar labeled "Execute" appears above the Responses section. (And the "try out" button changes into "cancel".
Now, when you press "Execute", if everything is successful, you get the actual data above the schema.
See the relevant screenshots below. 🙂
12-23-2024 09:49 PM
Hi,
Does pressing execute have any impact on running production?
12-24-2024 12:41 AM
For this specific endpoint, no.
12-24-2024 02:05 AM
Do you mean to say cdfmc and integrated FTD ?
12-24-2024 12:42 AM
For this specific endpoint, no it doesn't have an impact.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide