Get Dc Component List 1
Get all configured datacenter components.
Request
URI
GET
https://{api_host}//api/v3/lcm/datacenter
COPY
Query Parameters
integer
pageSize
Optional
Number of datacenter components to be returned. Default: 20
integer
page
Optional
The page index. Default: 1
string of
array
filterKey
Optional
If filterValue is also specified, list of DC keys to use for filtering
array
filterValue
Optional
If filterKey is also specified, list of DC values to use for filtering
boolean
asc
Optional
Sort the resulting list of datacenter components ascending. If not defined, will return chronological order, otherwise alphabetically ordered, either ascending or descending
Responses
200
List of datacenter components.
[
{
"componentName": "string",
"version": "string",
"datacenterComponentType": "string",
"fqdn": "string",
"username": "string",
"password": "string",
"content": {
"certificate": {
"validFrom": "string",
"validTo": "string",
"thumbprint": "string"
}
},
"purpose": "string",
"tags": [
"string"
]
}
]
401
Unauthorized access
[
{
"componentName": "string",
"version": "string",
"datacenterComponentType": "string",
"fqdn": "string",
"username": "string",
"password": "string",
"content": {
"certificate": {
"validFrom": "string",
"validTo": "string",
"thumbprint": "string"
}
},
"purpose": "string",
"tags": [
"string"
]
}
]
V2 Operations
POST
Add Datacenter Component 1
POST
Add Product Node
POST
Add Product Node 1
PUT
Configure Certificate
PUT
Configure Certificate 1
POST
Create Environment 1
DELETE
Delete Dc Component 1
DELETE
Delete Environment 1
DELETE
Delete Product Node
DELETE
Delete Product Node 1
POST
Discover Datacenter Component 1
POST
Discover Product
POST
Discover Product 1
GET
Generate And Get Support Bundle 1
GET
Get All Product Nodes
GET
Get All Product Nodes 1
GET
Get Certificate
GET
Get Certificate 1
GET
Get Dc Component 1
GET
Get Dc Component List 1
GET
Get Environment 1
GET
Get Environment List 1
GET
Get Product Node Spec By Id
GET
Get Product Node Spec By Id 1
GET
Get Task Logs
GET
Get Task Logs 1
GET
Interop Check
GET
Interop Check 1
POST
Interop Install
POST
Interop Install 1
PUT
Redeploy Product Node
PUT
Redeploy Product Node 1
GET
Retrieve Log 1
PATCH
Update All Product Nodes
PUT
Update Dc Component 1
PATCH
Update Product Node
PATCH
Update Product Node 1
PUT
Upgrade Product
PUT
Upgrade Product 1