DeployedStatelessServiceInstanceDetailInfo
코드 패키지에서 실행되는 상태 비정상 instance 대한 정보입니다. DeployedServiceReplicaQueryResult에는 ServiceKind, ServiceName, PartitionId 및 InstanceId와 같은 중복 데이터가 포함됩니다.
속성
속성 | 형식 | 필수 |
---|---|---|
ServiceName |
문자열 | No |
PartitionId |
string(uuid) | 아니요 |
CurrentServiceOperation |
string(열거형) | 아니요 |
CurrentServiceOperationStartTimeUtc |
string (date-time) | 아니요 |
ReportedLoad |
LoadMetricReportInfo 배열 | 예 |
InstanceId |
문자열 | No |
DeployedServiceReplicaQueryResult |
DeployedStatelessServiceInstanceInfo | 아니요 |
ServiceName
형식: 문자열
필수: 아니요
부터 URI 형식 fabric:
으로 서비스의 전체 계층적 이름입니다.
PartitionId
형식: string(uuid)
필수: 아니요
Service Fabric에서 파티션을 고유하게 식별하는 데 사용하는 내부 ID입니다. 서비스를 만들 때 임의로 생성된 GUID입니다. 파티션 ID는 고유하며 서비스 수명 동안 변경되지 않습니다. 동일한 서비스가 삭제되고 다시 만들어진 경우 파티션의 ID는 다를 수 있습니다.
CurrentServiceOperation
형식: string(열거형)
필수: 아니요
상태 저장 서비스 복제본(replica) 또는 상태 비저장 서비스 instance 대한 현재 활성 수명 주기 작업을 지정합니다.
가능한 값은 다음과 같습니다.
-
Unknown
- 나중에 사용할 수 있습니다. -
None
- 서비스 복제본(replica) 또는 instance 수명 주기 변경을 거치지 않습니다. -
Open
- 서비스 복제본(replica) 또는 instance 열려 있습니다. -
ChangeRole
- 복제본(replica) 서비스가 역할을 변경하고 있습니다. -
Close
- 서비스 복제본(replica) 또는 instance 닫혀 있습니다. -
Abort
- 서비스 복제본(replica) 또는 instance 중단되고 있습니다.
CurrentServiceOperationStartTimeUtc
형식: string(date-time)
필수: 아니요
현재 서비스 작업의 시작 시간(UTC 형식)입니다.
ReportedLoad
형식: LoadMetricReportInfo 배열
필수: 아니요
복제본(replica) 보고한 부하 목록입니다.
InstanceId
형식: 문자열
필수: 아니요
상태 비스테이션 서비스 instance ID입니다. InstanceId는 Service Fabric에서 상태 비지정 서비스 파티션의 instance 고유하게 식별하는 데 사용됩니다. 파티션 내에서 고유하며 instance 수명 동안 변경되지 않습니다. instance 동일하거나 다른 노드에서 장애 조치(failover)된 경우 InstanceId에 대해 다른 값을 가져옵니다.
DeployedServiceReplicaQueryResult
형식: DeployedStatelessServiceInstanceInfo
필수: 아니요
노드에 배포된 상태 비국적 서비스 instance 대한 정보입니다.