Get Using GET
Get endpoint certificate chain for validation
Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/endpoint-certificate
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Responses
200
'Success' with endpoint certificate details
Returns EndpointCertificateChain of type(s) */*
{
"certificates": [
{
"fingerprints": {
"SHA-1": "F38585A104F37726CFCCE5CEE223ED63A18F54DC",
"SHA-256": "1E47299CCE0081B73FC6AEA3FD35BA2309A033A858EDD518789477C20C910CA4"
},
"issuedBy": {
"commonName": "vmware.com",
"organization": "VMware Inc."
},
"issuedTo": {
"commonName": "vmware.com",
"organization": "VMware Inc.",
"serialNumber": 2.7896956101890133e+38
},
"periodOfValidity": {
"beginsOn": 1541116800000,
"expiresOn": 1924991999000
}
}
]
}
401
Unauthorized Request
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Server Error
Operation doesn't return any data structure
Endpoints Operations
POST
Create Using POST 1
DELETE
Delete Using DELETE 1
DELETE
Delete Using DELETE 2
GET
Get All Using GET
GET
Get By Id Using GET
GET
Get By Name Using GET
GET
Get Endpoint Properties Using GET
GET
Get Endpoint Tiles Using GET
GET
Get Using GET
PUT
Update By Id Using PUT 1
PUT
Update By Name Using PUT 1
POST
Validate Endpoint Using POST