Get the log fetcher for cluster
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/features/logFetcher
Get the log fetcher for cluster
Request
Path Parameters
uid stringrequired
Cluster uid for which log is requested
Query Parameters
requestId string
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
metadata
object
spec
status
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-05T17:58:28.418Z",
"deletionTimestamp": "2024-07-05T17:58:28.418Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-05T17:58:28.418Z",
"name": "string",
"uid": "string"
},
"spec": {
"clusterUid": "string",
"log": "string"
},
"status": {
"state": "string"
}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/features/logFetcher' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'