Retrieve the service cloud compliance status using the service ID
GET /cloud-compliance/{serviceId}/compliance-status
Retrieves the service Cloud Compliance status using the service ID.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
serviceId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
scanStatus |
string |
False |
|
complianceStatus |
False |
||
lastDeploymentError |
string |
False |
|
complianceBackupStatus |
string |
False |
Example error response
{
"scanStatus": "string",
"complianceStatus": {
"scanStatus": {
"volumes": [
{
"name": "string",
"status": "string",
"error": "string"
}
]
}
},
"lastDeploymentError": "string",
"complianceBackupStatus": "string"
}
Definitions
See Definitions
scopeId
ComplianceScanStatusVolumeResponse
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
False |
|
status |
string |
False |
|
error |
string |
False |
|
scopeId |
False |
ComplianceScanStatusResponse
| Name | Type | Required | Description |
|---|---|---|---|
scanned |
integer |
False |
|
notScanned |
integer |
False |
|
volumes |
False |
ComplianceExtendedStatusResponse
| Name | Type | Required | Description |
|---|---|---|---|
sensitivePersonalHits |
integer |
False |
|
personalHits |
integer |
False |
|
nonSensitiveHits |
integer |
False |
|
scanStatus |
False |