{ "uuid": "35e08a48-0ffd-4085-8072-6615af0b6d43", "lastMigration": 29, "name": "Service Fabric Client APIs", "endpointPrefix": "", "latency": 0, "port": 19080, "hostname": "", "routes": [ { "uuid": "ffca4d28-7dde-4b49-9dc3-0b96b077845f", "documentation": "Requests the cancellation of the given repair task.", "method": "post", "endpoint": "$/CancelRepairTask", "responses": [ { "uuid": "fe303d18-6e65-4565-851b-7cd8c96dd7b9", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides information about the updated repair task.\nSuccess indicates that the cancellation request was recorded, but does not guarantee that the repair task will be cancelled.\nClients may use the State property of the repair task to determine the current state of the repair task.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d90d1176-bf23-4076-8b3d-b01ace7d0bde", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ed45382-e706-4991-8a84-da9c0617e67f", "documentation": "Creates a new repair task.", "method": "post", "endpoint": "$/CreateRepairTask", "responses": [ { "uuid": "263ecf65-f238-480e-971f-f766310dd499", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides information about the created repair task.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3eca2e3e-3152-4406-be21-c17d1fe0fd2b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5fa31176-ed9a-4589-997f-509f2ad3619b", "documentation": "Deletes a completed repair task.", "method": "post", "endpoint": "$/DeleteRepairTask", "responses": [ { "uuid": "63f303bf-1b53-4c4a-8273-d94ed2abc7b0", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a549c31-4410-470c-b075-c539e453c3ea", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d4da661-1408-4b1c-94bd-bc0dd7c51eaa", "documentation": "Forces the approval of the given repair task.", "method": "post", "endpoint": "$/ForceApproveRepairTask", "responses": [ { "uuid": "46e69749-6b81-448e-ada0-0fe3f206fc36", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides information about the updated repair task.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c4e8da5-8a72-4903-a96d-eadb53bebcf7", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "743a5f69-02c2-43d6-bcba-a11a6554c312", "documentation": "Gets the Azure Active Directory metadata used for secured connection to cluster.", "method": "get", "endpoint": "$/GetAadMetadata", "responses": [ { "uuid": "4072e78e-718d-4cd4-b0f8-c567a27a19ee", "body": "{\n \"metadata\": {\n \"authority\": \"\",\n \"client\": \"\",\n \"cluster\": \"\",\n \"login\": \"\",\n \"redirect\": \"\",\n \"tenant\": \"\"\n },\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the Azure Active Directory metadata.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a142171b-c992-4e81-9b3a-43b302a01c75", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f52f7abf-b4e8-4092-9bf4-cd95cd9bf5f0", "documentation": "Get the Service Fabric standalone cluster configuration.", "method": "get", "endpoint": "$/GetClusterConfiguration", "responses": [ { "uuid": "71955065-a423-4426-950d-33e027b0c692", "body": "{\n \"ClusterConfiguration\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster configuration information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "204fc2f9-af65-4093-a1bc-17c848f09395", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7365925f-bcc4-4a1e-91d6-0b42890c5f33", "documentation": "Get the cluster configuration upgrade status of a Service Fabric standalone cluster.", "method": "get", "endpoint": "$/GetClusterConfigurationUpgradeStatus", "responses": [ { "uuid": "95e780b9-b702-45cd-bc15-2077d9155da7", "body": "{\n \"ConfigVersion\": \"\",\n \"Details\": \"\",\n \"ProgressStatus\": {{faker 'number.int' max=99999}},\n \"UpgradeState\": \"{{oneOf (array 'Invalid' 'RollingBackInProgress' 'RollingBackCompleted' 'RollingForwardPending' 'RollingForwardInProgress' 'RollingForwardCompleted' 'Failed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster configuration upgrade status.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0de7199f-8b31-4765-a9a3-224b485f4c90", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6e44dc7-bcdd-488f-903d-66d0e4f9c8b0", "documentation": "Gets the health of a Service Fabric cluster.", "method": "get", "endpoint": "$/GetClusterHealth", "responses": [ { "uuid": "d0d29711-9364-40d7-9d84-d24388f1017c", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85a613f3-4d67-460f-b097-e81b8a6cf3a1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc2b21ad-a48e-4807-9539-ef05212c815d", "documentation": "Gets the health of a Service Fabric cluster using the specified policy.", "method": "post", "endpoint": "$/GetClusterHealth", "responses": [ { "uuid": "b133cfbd-a543-40f3-8db5-3617d324b15b", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4b6f3e9-324e-4f63-b1e4-574b5a201a01", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db847cca-5002-4307-943c-d42287b34fc5", "documentation": "Gets the health of a Service Fabric cluster using health chunks.", "method": "get", "endpoint": "$/GetClusterHealthChunk", "responses": [ { "uuid": "434a89b4-9aad-429d-bcb9-d85c82c8872f", "body": "{\n \"ApplicationHealthStateChunks\": {\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"NodeHealthStateChunks\": {\n \"TotalCount\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster health chunk information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f09709d5-807d-4c3c-a260-f1a8c75ec64c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "930a9841-5214-4a24-b93f-65df178656b0", "documentation": "Gets the health of a Service Fabric cluster using health chunks.", "method": "post", "endpoint": "$/GetClusterHealthChunk", "responses": [ { "uuid": "548387ab-8817-4d27-ad8d-db486027404b", "body": "{\n \"ApplicationHealthStateChunks\": {\n \"TotalCount\": {{faker 'number.int' max=99999}}\n },\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"NodeHealthStateChunks\": {\n \"TotalCount\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster health chunk information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2dff222-09d7-453a-b03b-960d7634093e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db8f7ead-bad1-49d6-bf8c-c18deab6ea8a", "documentation": "Get the Service Fabric cluster manifest.", "method": "get", "endpoint": "$/GetClusterManifest", "responses": [ { "uuid": "9c128e27-abde-47e9-bee9-b3835f475628", "body": "{\n \"Manifest\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster manifest information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a5847f78-a89d-4712-aa14-d5e4ba673fae", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "baa7fb94-37ca-4300-8a76-c359c680700f", "documentation": "Get the current Service Fabric cluster version.", "method": "get", "endpoint": "$/GetClusterVersion", "responses": [ { "uuid": "3cdcc663-c9ba-40f4-99b0-f09d5139e26a", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster version information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "867d372f-f174-4f04-9fa0-20a233fcf965", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73a318c7-3b65-483a-9929-ef2b68d170fc", "documentation": "Gets the load of a Service Fabric cluster.", "method": "get", "endpoint": "$/GetLoadInformation", "responses": [ { "uuid": "64eb4849-48c1-4f3d-892d-bd5b1b6459fe", "body": "{\n \"LastBalancingEndTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"LastBalancingStartTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"LoadMetricInformation\": [\n {\n \"Action\": \"\",\n \"ActivityThreshold\": \"\",\n \"BalancingThreshold\": \"\",\n \"BufferedClusterCapacityRemaining\": \"\",\n \"ClusterBufferedCapacity\": \"\",\n \"ClusterCapacity\": \"\",\n \"ClusterCapacityRemaining\": \"\",\n \"ClusterLoad\": \"\",\n \"ClusterRemainingBufferedCapacity\": \"\",\n \"ClusterRemainingCapacity\": \"\",\n \"CurrentClusterLoad\": \"\",\n \"DeviationAfter\": \"\",\n \"DeviationBefore\": \"\",\n \"IsBalancedAfter\": {{faker 'datatype.boolean'}},\n \"IsBalancedBefore\": {{faker 'datatype.boolean'}},\n \"IsClusterCapacityViolation\": {{faker 'datatype.boolean'}},\n \"MaxNodeLoadNodeId\": {\n \"Id\": \"\"\n },\n \"MaxNodeLoadValue\": \"\",\n \"MaximumNodeLoad\": \"\",\n \"MinNodeLoadNodeId\": {\n \"Id\": \"\"\n },\n \"MinNodeLoadValue\": \"\",\n \"MinimumNodeLoad\": \"\",\n \"Name\": \"\",\n \"NodeBufferPercentage\": \"\",\n \"PlannedLoadRemoval\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster load information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c033cdb3-0324-4027-a2c6-a4868ae880d0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a905025-3a7b-4b04-9818-2fb24ce9ea09", "documentation": "Gets a list of fabric code versions that are provisioned in a Service Fabric cluster.", "method": "get", "endpoint": "$/GetProvisionedCodeVersions", "responses": [ { "uuid": "9684a248-7b5a-497e-89cc-011e4e814692", "body": "[\n {\n \"CodeVersion\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested provisioned code versions information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01bf5d2a-f6ec-4a0f-813a-8b105678bdb6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9fe35647-855d-4367-bdfd-fd99a2d3e213", "documentation": "Gets a list of fabric config versions that are provisioned in a Service Fabric cluster.", "method": "get", "endpoint": "$/GetProvisionedConfigVersions", "responses": [ { "uuid": "47502c53-9397-48ca-88bc-24f6e569c5be", "body": "[\n {\n \"ConfigVersion\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested provisioned config versions information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5225f60b-21dc-4337-9f34-e71f4b399bfc", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "004bc17d-ceb9-41e2-a641-13629422cc52", "documentation": "Gets a list of repair tasks matching the given filters.", "method": "get", "endpoint": "$/GetRepairTaskList", "responses": [ { "uuid": "3e1b957d-c89e-46b9-a33f-232d55ad0ce7", "body": "[\n {\n \"Action\": \"\",\n \"Description\": \"\",\n \"Executor\": \"\",\n \"ExecutorData\": \"\",\n \"Flags\": {{faker 'number.int' max=99999}},\n \"History\": {\n \"ApprovedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ClaimedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"CompletedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"CreatedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ExecutingUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"PreparingHealthCheckEndUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"PreparingHealthCheckStartUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"PreparingUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"RestoringHealthCheckEndUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"RestoringHealthCheckStartUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"RestoringUtcTimestamp\": \"{{faker 'date.recent' 365}}\"\n },\n \"Impact\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Node')}}\"\n },\n \"PerformPreparingHealthCheck\": {{faker 'datatype.boolean'}},\n \"PerformRestoringHealthCheck\": {{faker 'datatype.boolean'}},\n \"PreparingHealthCheckState\": \"{{oneOf (array 'NotStarted' 'InProgress' 'Succeeded' 'Skipped' 'TimedOut')}}\",\n \"RestoringHealthCheckState\": \"{{oneOf (array 'NotStarted' 'InProgress' 'Succeeded' 'Skipped' 'TimedOut')}}\",\n \"ResultCode\": {{faker 'number.int' max=99999}},\n \"ResultDetails\": \"\",\n \"ResultStatus\": \"{{oneOf (array 'Invalid' 'Succeeded' 'Cancelled' 'Interrupted' 'Failed' 'Pending')}}\",\n \"State\": \"{{oneOf (array 'Invalid' 'Created' 'Claimed' 'Preparing' 'Approved' 'Executing' 'Restoring' 'Completed')}}\",\n \"Target\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Node')}}\"\n },\n \"TaskId\": \"\",\n \"Version\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides a list of repair tasks matching all of the given filters.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca151418-625d-41a3-9d00-72f0ef43be28", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca10cfb8-0f6d-4df2-af99-8d70185d4a67", "documentation": "Get the service state of Service Fabric Upgrade Orchestration Service.", "method": "get", "endpoint": "$/GetUpgradeOrchestrationServiceState", "responses": [ { "uuid": "d524880c-b02c-403e-a732-b4da00868e4e", "body": "{\n \"ServiceState\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested service state of Service Fabric Upgrade Orchestration Service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e170c817-db1b-4389-a1ef-d11ae23d6f7c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc3ec289-2a3a-4d0d-936c-a5a57cd3121a", "documentation": "Gets the progress of the current cluster upgrade.", "method": "get", "endpoint": "$/GetUpgradeProgress", "responses": [ { "uuid": "383c9ac6-25df-4449-b932-74c28cb577a2", "body": "{\n \"CodeVersion\": \"\",\n \"ConfigVersion\": \"\",\n \"CurrentUpgradeDomainProgress\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"FailureReason\": \"{{oneOf (array 'None' 'Interrupted' 'HealthCheck' 'UpgradeDomainTimeout' 'OverallUpgradeTimeout')}}\",\n \"FailureTimestampUtc\": \"\",\n \"NextUpgradeDomain\": \"\",\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"StartTimestampUtc\": \"\",\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ],\n \"UpgradeDescription\": {\n \"ApplicationHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"DefaultServiceTypeHealthPolicy\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n },\n \"MaxPercentUnhealthyDeployedApplications\": {{faker 'number.int' max=99999}},\n \"ServiceTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n }\n }\n ],\n \"ClusterHealthPolicy\": {\n \"ApplicationTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"MaxPercentUnhealthyApplications\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyNodes\": {{faker 'number.int' max=99999}}\n },\n \"ClusterUpgradeHealthPolicy\": {\n \"MaxPercentDeltaUnhealthyNodes\": {{faker 'number.int' max=99999}},\n \"MaxPercentUpgradeDomainDeltaUnhealthyNodes\": {{faker 'number.int' max=99999}}\n },\n \"CodeVersion\": \"\",\n \"ConfigVersion\": \"\",\n \"EnableDeltaHealthEvaluation\": {{faker 'datatype.boolean'}},\n \"ForceRestart\": {{faker 'datatype.boolean'}},\n \"MonitoringPolicy\": {\n \"FailureAction\": \"{{oneOf (array 'Invalid' 'Rollback' 'Manual')}}\",\n \"HealthCheckRetryTimeoutInMilliseconds\": \"PT0H10M0S\",\n \"HealthCheckStableDurationInMilliseconds\": \"PT0H2M0S\",\n \"HealthCheckWaitDurationInMilliseconds\": \"0\",\n \"UpgradeDomainTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\",\n \"UpgradeTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\"\n },\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"SortOrder\": \"{{oneOf (array 'Invalid' 'Default' 'Numeric' 'Lexicographical' 'ReverseNumeric' 'ReverseLexicographical')}}\",\n \"UpgradeKind\": \"{{oneOf (array 'Invalid' 'Rolling')}}\",\n \"UpgradeReplicaSetCheckTimeoutInSeconds\": 42949672925\n },\n \"UpgradeDomainDurationInMilliseconds\": \"\",\n \"UpgradeDomainProgressAtFailure\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"UpgradeDomains\": [\n {\n \"Name\": \"\",\n \"State\": \"{{oneOf (array 'Invalid' 'Pending' 'InProgress' 'Completed')}}\"\n }\n ],\n \"UpgradeDurationInMilliseconds\": \"\",\n \"UpgradeState\": \"{{oneOf (array 'Invalid' 'RollingBackInProgress' 'RollingBackCompleted' 'RollingForwardPending' 'RollingForwardInProgress' 'RollingForwardCompleted' 'Failed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested cluster upgrade progress.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4feab6b9-cde4-4694-a95b-68f28c3e56e8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5964bd35-1c86-4cab-bfe1-eb52f330a11d", "documentation": "Invokes an administrative command on the given Infrastructure Service instance.", "method": "post", "endpoint": "$/InvokeInfrastructureCommand", "responses": [ { "uuid": "48176e8a-1ea5-4a5b-8c99-41f77038c6ed", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "The response from the infrastructure service. The response format is a JSON stream.\nThe contents of the response depend on which command was issued.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c7f5eeec-3f15-45c6-8108-ad7be0c67673", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d157d34-691b-4bb4-a443-34395cb90b51", "documentation": "Invokes a read-only query on the given infrastructure service instance.", "method": "get", "endpoint": "$/InvokeInfrastructureQuery", "responses": [ { "uuid": "5c5b85bc-8cc6-45e5-b3aa-4c001d82076c", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "The response from the infrastructure service. The response format is a JSON stream.\nThe contents of the response depend on which command was issued.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8a64b77f-e98c-4047-9966-8da90a90f47c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3fd439ba-61c3-49ab-aaf9-351994e1c333", "documentation": "Make the cluster upgrade move on to the next upgrade domain.", "method": "post", "endpoint": "$/MoveToNextUpgradeDomain", "responses": [ { "uuid": "b211b1a2-2ccb-4bd3-ab55-4289ee45187f", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the cluster upgrade has moved on to the next upgrade domain.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d8485404-6d33-4127-b28a-705bfdedb3d7", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4025e2ba-0b94-4186-bf09-a3e99ffcee17", "documentation": "Provision the code or configuration packages of a Service Fabric cluster.", "method": "post", "endpoint": "$/Provision", "responses": [ { "uuid": "20ba024d-6ace-4f48-9831-c322baec864b", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the code or configuration packages have been provisioned.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6346ea76-e58f-47f7-abc2-22c297219b32", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0094b08e-5f0d-4eb7-b31c-8a745520a009", "documentation": "Indicates to the Service Fabric cluster that it should attempt to recover any services (including system services) which are currently stuck in quorum loss.", "method": "post", "endpoint": "$/RecoverAllPartitions", "responses": [ { "uuid": "30f27abf-d149-45ee-ac79-8868fc93f863", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e1e534f1-01e6-4a40-b801-25c55e838258", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa4434ac-1c1a-43ba-8442-d63e1a2c7c2d", "documentation": "Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss.", "method": "post", "endpoint": "$/RecoverSystemPartitions", "responses": [ { "uuid": "87fee6da-fbcd-4ecf-ac7c-06b8262982e7", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b27323bd-e53d-4057-b8b2-7e2f7ded39bd", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10dec04f-7906-4242-909f-7250f202151f", "documentation": "Sends a health report on the Service Fabric cluster.", "method": "post", "endpoint": "$/ReportClusterHealth", "responses": [ { "uuid": "3c550515-1afa-4839-8ef5-c09a881054aa", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code when the cluster health report is accepted for processing.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "491331b6-3d5d-4d70-ace2-cf82d6631204", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23bfecc5-0be8-4913-b51e-120d27f37949", "documentation": "Roll back the upgrade of a Service Fabric cluster.", "method": "post", "endpoint": "$/RollbackUpgrade", "responses": [ { "uuid": "81a00ce0-c183-4a9f-be28-b47b461f89ea", "body": "", "latency": 0, "statusCode": 202, "label": "A successful response means that the rollback of a cluster upgrade has been initiated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "defb97c7-cf11-4637-8415-4afd77cb8fb6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63dbd7b8-054c-4a19-a5fb-bf14a672580f", "documentation": "Update the service state of Service Fabric Upgrade Orchestration Service.", "method": "post", "endpoint": "$/SetUpgradeOrchestrationServiceState", "responses": [ { "uuid": "8b23335e-ce89-4859-800d-cf32f91872a3", "body": "{\n \"CurrentCodeVersion\": \"\",\n \"CurrentManifestVersion\": \"\",\n \"PendingUpgradeType\": \"\",\n \"TargetCodeVersion\": \"\",\n \"TargetManifestVersion\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful response means that the service state of Service Fabric Upgrade Orchestration Service has been updated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72d845c3-8faa-46eb-8e9e-f59fd6876e92", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "371b8f9a-4b8d-4f10-bbed-5284ca22045f", "documentation": "Start upgrading the configuration of a Service Fabric standalone cluster.", "method": "post", "endpoint": "$/StartClusterConfigurationUpgrade", "responses": [ { "uuid": "b03448f2-12d9-4c7b-9ffc-dc1c1faeb3eb", "body": "", "latency": 0, "statusCode": 202, "label": "A successful response means that the cluster configuration upgrade has started. Use GetClusterConfigurationUpgradeStatus operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "633cfcf9-43a5-4aea-9373-58671168d061", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "409e6403-8f60-4c6c-9655-207b54bfe4fd", "documentation": "Changes the verbosity of service placement health reporting.", "method": "post", "endpoint": "$/ToggleVerboseServicePlacementHealthReporting", "responses": [ { "uuid": "0b9e489e-0fc8-43a7-9e01-4d95d7bf6d80", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the verbosity of service placement health reporting was updated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "326524cb-c7fd-4435-8a1a-ddf25609c70d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "edf68767-6e6d-4351-a523-22340c3f0ea6", "documentation": "Unprovision the code or configuration packages of a Service Fabric cluster.", "method": "post", "endpoint": "$/Unprovision", "responses": [ { "uuid": "66322dcb-850c-413f-80df-6372402d0d75", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the code or configuration packages have been unprovisioned.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f9737b90-81c6-474c-bfa3-21f50707eb63", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "631b2c3d-ba9c-40ee-a751-60b53f6b0118", "documentation": "Updates the execution state of a repair task.", "method": "post", "endpoint": "$/UpdateRepairExecutionState", "responses": [ { "uuid": "7665f1c3-c057-44a8-90e0-fd13bdb2e855", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides information about the updated repair task.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa83cb24-5fd0-4716-a056-37929a2fa28c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30721410-91d1-4b59-92dc-2249ddbc76bd", "documentation": "Updates the health policy of the given repair task.", "method": "post", "endpoint": "$/UpdateRepairTaskHealthPolicy", "responses": [ { "uuid": "5ee9bdb7-ab3d-49f9-a574-86a3a9d9e4c4", "body": "{\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.\nThe response body provides information about the updated repair task.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f96938b-36bb-4582-9ec4-ee1932866223", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2398d163-ec81-4929-8085-67cf6f241b0b", "documentation": "Update the upgrade parameters of a Service Fabric cluster upgrade.", "method": "post", "endpoint": "$/UpdateUpgrade", "responses": [ { "uuid": "bceebdf1-baab-456e-a142-39d5a0cc804f", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation returns 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85cbbccd-81fa-45a1-981e-13e3fbcb3afb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7e0ddc1-8bcf-48de-b4b6-5cebf08f6c7a", "documentation": "Start upgrading the code or configuration version of a Service Fabric cluster.", "method": "post", "endpoint": "$/Upgrade", "responses": [ { "uuid": "6ec94a42-2cd7-423e-a02e-3ad62bf3b24b", "body": "", "latency": 0, "statusCode": 202, "label": "A successful response means that the cluster code or configuration upgrade has started. Use GetUpgradeProgress operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d1f0d12f-0d77-4cb1-a897-4b1ca831a716", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8d89dff-8fef-4b67-9afd-cc12abdb99dd", "documentation": "Gets the list of application types in the Service Fabric cluster.", "method": "get", "endpoint": "ApplicationTypes", "responses": [ { "uuid": "21e55ff0-e1b1-4eb7-81d7-26720b5a1a19", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationTypeDefinitionKind\": \"{{oneOf (array 'Invalid' 'ServiceFabricApplicationPackage' 'Compose')}}\",\n \"DefaultParameterList\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Provisioning' 'Available' 'Unprovisioning' 'Failed')}}\",\n \"StatusDetails\": \"\",\n \"Version\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of application types in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04717443-70ae-4fa6-8bdc-7921122a1fe4", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "335808ad-e481-4841-aee6-3f493d085288", "documentation": "Provisions or registers a Service Fabric application type with the cluster using the '.sfpkg' package in the external store or using the application package in the image store.", "method": "post", "endpoint": "ApplicationTypes/$/Provision", "responses": [ { "uuid": "116db19f-3e71-4b65-a97f-e71849c50368", "body": "", "latency": 0, "statusCode": 200, "label": "A successful provision will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a4cf5be5-3ce1-4323-bcc3-f05b8b1e4a2b", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted and the provision operation has been initiated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "70aac8c8-cec6-4f06-9981-a36001c5622e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d335cd26-f8f4-4c3b-940b-eb2d05ac0663", "documentation": "Gets the list of application types in the Service Fabric cluster matching exactly the specified name.", "method": "get", "endpoint": "ApplicationTypes/:applicationTypeName", "responses": [ { "uuid": "27b5f07e-78c5-4190-807b-6c1d3f053e3b", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationTypeDefinitionKind\": \"{{oneOf (array 'Invalid' 'ServiceFabricApplicationPackage' 'Compose')}}\",\n \"DefaultParameterList\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Provisioning' 'Available' 'Unprovisioning' 'Failed')}}\",\n \"StatusDetails\": \"\",\n \"Version\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of application types in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77ae9692-be77-4c9c-9d8e-c5f95425ec32", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9768b08b-25fa-449a-b05e-ac44acc4984f", "documentation": "Gets the manifest describing an application type.", "method": "get", "endpoint": "ApplicationTypes/:applicationTypeName/$/GetApplicationManifest", "responses": [ { "uuid": "0380d07d-cdde-40f3-83b1-3959fb93f2e0", "body": "{\n \"Manifest\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4aa21d90-0c21-4b4c-8940-5aa70090f5b5", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0318446-0b85-4181-a618-e24f9e17c679", "documentation": "Gets the manifest describing a service type.", "method": "get", "endpoint": "ApplicationTypes/:applicationTypeName/$/GetServiceManifest", "responses": [ { "uuid": "1a46a1e9-ab83-4de7-a44b-dbc11b0d6346", "body": "{\n \"Manifest\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the service type.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9714d72-a4cd-4fce-a527-653a8d9b0ed2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6a064b4-506f-4cfe-831a-d16a546ec289", "documentation": "Gets the list containing the information about service types that are supported by a provisioned application type in a Service Fabric cluster.", "method": "get", "endpoint": "ApplicationTypes/:applicationTypeName/$/GetServiceTypes", "responses": [ { "uuid": "f4873562-d681-4906-948e-c45ee63ec2d6", "body": "[\n {\n \"IsServiceGroup\": {{faker 'datatype.boolean'}},\n \"ServiceManifestName\": \"\",\n \"ServiceManifestVersion\": \"\",\n \"ServiceTypeDescription\": {\n \"Extensions\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IsStateful\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"LoadMetrics\": [\n {\n \"DefaultLoad\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PrimaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"SecondaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"Weight\": \"{{oneOf (array 'Zero' 'Low' 'Medium' 'High')}}\"\n }\n ],\n \"PlacementConstraints\": \"\",\n \"ServicePlacementPolicies\": [\n {\n \"Type\": \"{{oneOf (array 'Invalid' 'InvalidDomain' 'RequireDomain' 'PreferPrimaryDomain' 'RequireDomainDistribution' 'NonPartiallyPlaceService')}}\"\n }\n ],\n \"ServiceTypeName\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "List of service types that are supported by a provisioned application type.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b8b25c57-7866-49af-95da-3da63f197391", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "137de673-3ec9-40f1-a45a-8bffb8858f0e", "documentation": "Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.", "method": "get", "endpoint": "ApplicationTypes/:applicationTypeName/$/GetServiceTypes/:serviceTypeName", "responses": [ { "uuid": "1a4d52e8-8c34-4aa4-a85d-29090c502126", "body": "{\n \"IsServiceGroup\": {{faker 'datatype.boolean'}},\n \"ServiceManifestName\": \"\",\n \"ServiceManifestVersion\": \"\",\n \"ServiceTypeDescription\": {\n \"Extensions\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"IsStateful\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"LoadMetrics\": [\n {\n \"DefaultLoad\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PrimaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"SecondaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"Weight\": \"{{oneOf (array 'Zero' 'Low' 'Medium' 'High')}}\"\n }\n ],\n \"PlacementConstraints\": \"\",\n \"ServicePlacementPolicies\": [\n {\n \"Type\": \"{{oneOf (array 'Invalid' 'InvalidDomain' 'RequireDomain' 'PreferPrimaryDomain' 'RequireDomainDistribution' 'NonPartiallyPlaceService')}}\"\n }\n ],\n \"ServiceTypeName\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A specific service type which supported by a provisioned application type.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "af71b890-803e-4392-9156-68a886b20131", "body": "", "latency": 0, "statusCode": 204, "label": "A 204 response is returned if the specified service type is not found in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "09c66974-1d07-4372-974e-76545abcec8c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1b63c49-9443-4017-95e0-c6471c3a6ede", "documentation": "Removes or unregisters a Service Fabric application type from the cluster.", "method": "post", "endpoint": "ApplicationTypes/:applicationTypeName/$/Unprovision", "responses": [ { "uuid": "bd7cb7f7-39e8-4b30-90c0-c2cdbac56d62", "body": "", "latency": 0, "statusCode": 200, "label": "A successful provision will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "874753a9-79c1-4962-bc59-655a60766857", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0bb1c8fd-0d3d-4d9f-930a-afbe1e60e05d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97d0f230-c3ab-4d04-a992-668cc45ab351", "documentation": "Gets the list of applications created in the Service Fabric cluster that match the specified filters.", "method": "get", "endpoint": "Applications", "responses": [ { "uuid": "bdcc0d36-c008-4816-8d34-490500eee7cc", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationDefinitionKind\": \"{{oneOf (array 'Invalid' 'ServiceFabricApplicationDescription' 'Compose')}}\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Parameters\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"Status\": \"{{oneOf (array 'Invalid' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"TypeName\": \"\",\n \"TypeVersion\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of applications created in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9e9adb10-20d4-4f8d-8475-8510d0b65298", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50e118dd-ba17-4e45-bde1-ff9ad1e0bd74", "documentation": "Creates a Service Fabric application.", "method": "post", "endpoint": "Applications/$/Create", "responses": [ { "uuid": "71d01654-d934-4048-b633-5ea923d03658", "body": "", "latency": 0, "statusCode": 201, "label": "A successful response means that the application creation has been started. Use GetApplication operation to get the status of the application. Once GetApplicationInfo successfully returns application information, the application is created. If the application has default services those may be in the process of being created. Use GetServiceInfo operation to get the status of the service within the application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "000df70b-0eba-41ab-aded-a79d1a3d284c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8da5c08-f39a-4c65-b607-6ade2ed9fda5", "documentation": "Gets information about a Service Fabric application.", "method": "get", "endpoint": "Applications/:applicationId", "responses": [ { "uuid": "bce5f0a5-433c-4f15-b87a-22f2a6c6e6d5", "body": "{\n \"ApplicationDefinitionKind\": \"{{oneOf (array 'Invalid' 'ServiceFabricApplicationDescription' 'Compose')}}\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Parameters\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"Status\": \"{{oneOf (array 'Invalid' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"TypeName\": \"\",\n \"TypeVersion\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dc63c2cf-9da3-4d24-8ec8-d689b8dfe277", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified applicationId is not found in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c8be68a-a857-4bbb-99c8-35d33962dd32", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98002d20-a537-4f02-b274-b6ce3f384248", "documentation": "Deletes an existing Service Fabric application.", "method": "post", "endpoint": "Applications/:applicationId/$/Delete", "responses": [ { "uuid": "90abcc30-6a14-462a-9ca2-0b7b01c2b033", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c332107-5adb-4293-8a78-9eea5baa6200", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b668a40-138d-4142-9934-5f7ac7ed5d37", "documentation": "Disables periodic backup of Service Fabric application.", "method": "post", "endpoint": "Applications/:applicationId/$/DisableBackup", "responses": [ { "uuid": "63c47076-c500-452d-98d2-dfe5eaafc551", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to disable application backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8f4bd45e-ecc2-4ee8-b77d-ec4f85893f1f", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb0195bf-1f74-4091-b651-22ff060a6bf6", "documentation": "Enables periodic backup of stateful partitions under this Service Fabric application.", "method": "post", "endpoint": "Applications/:applicationId/$/EnableBackup", "responses": [ { "uuid": "be1265eb-ac5c-40d4-a283-4e4f3978e073", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to enable application backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ae790219-1c97-4186-859a-3274602941e3", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b8ff0da-5bda-4757-9e5b-68a09e4e6508", "documentation": "Gets the Service Fabric application backup configuration information.", "method": "get", "endpoint": "Applications/:applicationId/$/GetBackupConfigurationInfo", "responses": [ { "uuid": "f0ee71ad-5d84-44ff-8a2e-018848f64755", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyName\": \"\",\n \"SuspensionInfo\": {\n \"IsSuspended\": {{faker 'datatype.boolean'}},\n \"SuspensionInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup configuration information for the application, and the services and partitions under this application, for which backup configuration has been overridden.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "264179a2-a31a-470d-91ff-4187dcb4fa43", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "317eb981-d415-4f75-9ea7-da180464652d", "documentation": "Gets the list of backups available for every partition in this application.", "method": "get", "endpoint": "Applications/:applicationId/$/GetBackups", "responses": [ { "uuid": "f9e5faaf-7d75-444d-8eb8-0dc8c7f5b469", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationName\": \"\",\n \"BackupChainId\": \"{{faker 'string.uuid'}}\",\n \"BackupId\": \"{{faker 'string.uuid'}}\",\n \"BackupLocation\": \"\",\n \"BackupType\": \"{{oneOf (array 'Invalid' 'Full' 'Incremental')}}\",\n \"CreationTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"EpochOfLastBackupRecord\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"LsnOfLastBackupRecord\": \"\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"ServiceManifestVersion\": \"\",\n \"ServiceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97594f58-1b04-432d-9676-a7a5400967c6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5c9cb17-48a6-4019-968c-57dedcc64126", "documentation": "Gets the health of the service fabric application.", "method": "get", "endpoint": "Applications/:applicationId/$/GetHealth", "responses": [ { "uuid": "603ff18d-2dfd-4551-aa93-d7f040a03ff6", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested application health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d69b4c3-e290-412c-ba17-8527f4ca7361", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8cd269d6-292b-4ae2-bd1c-3a634a052b3f", "documentation": "Gets the health of a Service Fabric application using the specified policy.", "method": "post", "endpoint": "Applications/:applicationId/$/GetHealth", "responses": [ { "uuid": "30249e58-8782-44ae-b071-fb198fb6f40a", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested node health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4236c1f-2c50-401d-96a4-d6f7340c33e2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc2f7ed6-5ac5-46fb-a8bf-3d9f787fc982", "documentation": "Gets load information about a Service Fabric application.", "method": "get", "endpoint": "Applications/:applicationId/$/GetLoadInformation", "responses": [ { "uuid": "0c734398-ff7e-41a0-bf0f-6eb975596505", "body": "{\n \"ApplicationLoadMetricInformation\": [\n {\n \"MaximumCapacity\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"ReservationCapacity\": {{faker 'number.int' max=99999}},\n \"TotalApplicationCapacity\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Id\": \"\",\n \"MaximumNodes\": {{faker 'number.int' max=99999}},\n \"MinimumNodes\": {{faker 'number.int' max=99999}},\n \"NodeCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about the application load.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e1be7913-9226-4b8f-aae4-b7c014b5d82b", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified applicationId is not found in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fcf77ad3-1232-444a-851c-7a5f912d421a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5ab6c1a-90cc-4699-8f98-74a4da32e661", "documentation": "Gets the information about all services belonging to the application specified by the application ID.", "method": "get", "endpoint": "Applications/:applicationId/$/GetServices", "responses": [ { "uuid": "2f0f9cb7-181e-4296-9a94-096253fc8227", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"IsServiceGroup\": {{faker 'datatype.boolean'}},\n \"ManifestVersion\": \"\",\n \"Name\": \"\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceStatus\": \"{{oneOf (array 'Unknown' 'Active' 'Upgrading' 'Deleting' 'Creating' 'Failed')}}\",\n \"TypeName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of services in the cluster for the specified application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b3556881-781a-437d-9c71-c1d4fa13fa7f", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82fa76bd-ae02-4673-b327-2b6042571d99", "documentation": "Creates the specified Service Fabric service.", "method": "post", "endpoint": "Applications/:applicationId/$/GetServices/$/Create", "responses": [ { "uuid": "3d8933d7-fccc-4d4f-8bb9-0b061c32e7d8", "body": "", "latency": 0, "statusCode": 202, "label": "A successful operation will return 202 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "261736aa-22aa-437c-a3d8-0d2ff0f31283", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ab6f695-04e1-4e9f-9e7a-452b53f8bc28", "documentation": "Creates a Service Fabric service from the service template.", "method": "post", "endpoint": "Applications/:applicationId/$/GetServices/$/CreateFromTemplate", "responses": [ { "uuid": "d65cbfb0-f528-4034-8d5f-587990db072c", "body": "", "latency": 0, "statusCode": 202, "label": "A successful operation will return 202 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a3d2f4e9-895a-409c-a3f3-40f7c5a02347", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23dbc6d6-ad02-4c27-8539-7e8b7b1f72ee", "documentation": "Gets the information about the specific service belonging to the Service Fabric application.", "method": "get", "endpoint": "Applications/:applicationId/$/GetServices/:serviceId", "responses": [ { "uuid": "55fde189-e674-4e91-aa79-23da1cea65cc", "body": "{\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"IsServiceGroup\": {{faker 'datatype.boolean'}},\n \"ManifestVersion\": \"\",\n \"Name\": \"\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceStatus\": \"{{oneOf (array 'Unknown' 'Active' 'Upgrading' 'Deleting' 'Creating' 'Failed')}}\",\n \"TypeName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the specified service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5399fe2-120a-461a-a841-43929e873075", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified service is not part of the specified application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c07fb1d7-fb78-499e-8801-a1053ff8646b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76ac1275-4b38-460f-a8a0-b72685148155", "documentation": "Gets details for the latest upgrade performed on this application.", "method": "get", "endpoint": "Applications/:applicationId/$/GetUpgradeProgress", "responses": [ { "uuid": "3bb6ee3f-75c4-4980-95dc-225979abc300", "body": "{\n \"CurrentUpgradeDomainProgress\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"FailureReason\": \"{{oneOf (array 'None' 'Interrupted' 'HealthCheck' 'UpgradeDomainTimeout' 'OverallUpgradeTimeout')}}\",\n \"FailureTimestampUtc\": \"\",\n \"Name\": \"\",\n \"NextUpgradeDomain\": \"\",\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"StartTimestampUtc\": \"\",\n \"TargetApplicationTypeVersion\": \"\",\n \"TypeName\": \"\",\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ],\n \"UpgradeDescription\": {\n \"ApplicationHealthPolicy\": {\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"DefaultServiceTypeHealthPolicy\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n },\n \"MaxPercentUnhealthyDeployedApplications\": {{faker 'number.int' max=99999}},\n \"ServiceTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"ForceRestart\": {{faker 'datatype.boolean'}},\n \"InstanceCloseDelayDurationInSeconds\": 4294967295,\n \"MonitoringPolicy\": {\n \"FailureAction\": \"{{oneOf (array 'Invalid' 'Rollback' 'Manual')}}\",\n \"HealthCheckRetryTimeoutInMilliseconds\": \"PT0H10M0S\",\n \"HealthCheckStableDurationInMilliseconds\": \"PT0H2M0S\",\n \"HealthCheckWaitDurationInMilliseconds\": \"0\",\n \"UpgradeDomainTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\",\n \"UpgradeTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\"\n },\n \"Name\": \"\",\n \"Parameters\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ],\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"SortOrder\": \"{{oneOf (array 'Invalid' 'Default' 'Numeric' 'Lexicographical' 'ReverseNumeric' 'ReverseLexicographical')}}\",\n \"TargetApplicationTypeVersion\": \"\",\n \"UpgradeKind\": \"{{oneOf (array 'Invalid' 'Rolling')}}\",\n \"UpgradeReplicaSetCheckTimeoutInSeconds\": 42949672925\n },\n \"UpgradeDomainDurationInMilliseconds\": \"\",\n \"UpgradeDomainProgressAtFailure\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"UpgradeDomains\": [\n {\n \"Name\": \"\",\n \"State\": \"{{oneOf (array 'Invalid' 'Pending' 'InProgress' 'Completed')}}\"\n }\n ],\n \"UpgradeDurationInMilliseconds\": \"\",\n \"UpgradeState\": \"{{oneOf (array 'Invalid' 'RollingBackInProgress' 'RollingBackCompleted' 'RollingForwardPending' 'RollingForwardInProgress' 'RollingForwardCompleted' 'Failed')}}\",\n \"UpgradeStatusDetails\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "The application upgrade details.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74b24d0d-8619-428b-9330-61f15c018196", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65010b82-21c6-4322-8c81-741afea7a2e8", "documentation": "Resumes upgrading an application in the Service Fabric cluster.", "method": "post", "endpoint": "Applications/:applicationId/$/MoveToNextUpgradeDomain", "responses": [ { "uuid": "1bc3467b-768f-4e91-99b2-f541d5089d77", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the application upgrade has been resumed in the specified upgrade domain. Use GetApplicationUpgrade operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7b7dfdd8-4d18-43da-b152-d8169aab69de", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca651a14-6967-44d2-8d20-90542655a6ff", "documentation": "Sends a health report on the Service Fabric application.", "method": "post", "endpoint": "Applications/:applicationId/$/ReportHealth", "responses": [ { "uuid": "836b752a-e408-4875-8967-35be1291448b", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6078c1f1-56ae-4b5f-9258-375ad1d5f3b2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b35a83b0-2f85-4ca1-899f-8ee509dad700", "documentation": "Resumes periodic backup of a Service Fabric application which was previously suspended.", "method": "post", "endpoint": "Applications/:applicationId/$/ResumeBackup", "responses": [ { "uuid": "d264b757-1717-4153-9d52-bf8467d2a59d", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and application backup will be resumed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "96400a5a-2e0b-44d7-97b1-1122b9be782a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d5fbac0-360a-4bb4-a57b-1e58bca663c1", "documentation": "Starts rolling back the currently on-going upgrade of an application in the Service Fabric cluster.", "method": "post", "endpoint": "Applications/:applicationId/$/RollbackUpgrade", "responses": [ { "uuid": "632b8659-1790-4c8d-a8ca-8b1e22bd986a", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the application has started to roll back. Use GetApplicationUpgrade operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "22d53b68-81dc-492e-90d0-6731d8b48cfd", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0df06337-54a3-474a-964d-6544996e4827", "documentation": "Suspends periodic backup for the specified Service Fabric application.", "method": "post", "endpoint": "Applications/:applicationId/$/SuspendBackup", "responses": [ { "uuid": "d5f0725f-29cc-4f6d-be46-19fc7c3027c9", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and application backup will be suspended.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84bcfd61-0bd5-4128-b52e-36be658c8ab5", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d582f457-2211-4f16-889d-543ec4bde310", "documentation": "Updates an ongoing application upgrade in the Service Fabric cluster.", "method": "post", "endpoint": "Applications/:applicationId/$/UpdateUpgrade", "responses": [ { "uuid": "22b36497-6dd5-4076-bdff-45c8cbd88b82", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the application upgrade has updated with the specified parameters. Use GetApplicationUpgrade operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "37594b53-66f9-4bac-b5ec-988147034b33", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee06e118-481c-460d-a781-e3a919507358", "documentation": "Starts upgrading an application in the Service Fabric cluster.", "method": "post", "endpoint": "Applications/:applicationId/$/Upgrade", "responses": [ { "uuid": "99d4eb9c-f429-4771-8008-75956b024db3", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the application upgrade has started. Use GetApplicationUpgrade operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "200d676f-54cd-42cf-9f9c-0ecf202e9954", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6af0d608-3b76-4b75-80cd-52779e68bd9f", "documentation": "Gets the list of backups available for the specified backed up entity at the specified backup location.", "method": "post", "endpoint": "BackupRestore/$/GetBackups", "responses": [ { "uuid": "83e76fe6-efdf-4ebb-a6f3-17554d4a2638", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationName\": \"\",\n \"BackupChainId\": \"{{faker 'string.uuid'}}\",\n \"BackupId\": \"{{faker 'string.uuid'}}\",\n \"BackupLocation\": \"\",\n \"BackupType\": \"{{oneOf (array 'Invalid' 'Full' 'Incremental')}}\",\n \"CreationTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"EpochOfLastBackupRecord\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"LsnOfLastBackupRecord\": \"\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"ServiceManifestVersion\": \"\",\n \"ServiceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9e5e3bb-e16d-4ed4-aa76-600af3fcd6ae", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e3f00b3-7818-4133-bb80-436c12715611", "documentation": "Gets all the backup policies configured.", "method": "get", "endpoint": "BackupRestore/BackupPolicies", "responses": [ { "uuid": "d485a4e9-e1ff-4b7f-bc42-bc728675930e", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"AutoRestoreOnDataLoss\": {{faker 'datatype.boolean'}},\n \"MaxIncrementalBackups\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"RetentionPolicy\": {\n \"RetentionPolicyType\": \"{{oneOf (array 'Basic' 'Invalid')}}\"\n },\n \"Schedule\": {\n \"ScheduleKind\": \"{{oneOf (array 'Invalid' 'TimeBased' 'FrequencyBased')}}\"\n },\n \"Storage\": {\n \"FriendlyName\": \"\",\n \"StorageKind\": \"{{oneOf (array 'Invalid' 'FileShare' 'AzureBlobStore')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and paged list of backup policies.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f6a3cc70-0901-4f9a-bc55-72de56d8f9f1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "75c06fda-a157-4675-abc9-13c1493b8fa4", "documentation": "Creates a backup policy.", "method": "post", "endpoint": "BackupRestore/BackupPolicies/$/Create", "responses": [ { "uuid": "7778c95b-779f-4364-aed0-9b049b6730d4", "body": "", "latency": 0, "statusCode": 201, "label": "A successful operation returns 201 status code and creates a new backup policy.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76beff94-7cda-47f0-a987-5b288811a250", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "534f30ef-59ab-4ec4-b4d9-6260710dbb8f", "documentation": "Gets a particular backup policy by name.", "method": "get", "endpoint": "BackupRestore/BackupPolicies/:backupPolicyName", "responses": [ { "uuid": "29dcdc57-efd0-42fb-9302-28d3c1b6204f", "body": "{\n \"AutoRestoreOnDataLoss\": {{faker 'datatype.boolean'}},\n \"MaxIncrementalBackups\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"RetentionPolicy\": {\n \"RetentionPolicyType\": \"{{oneOf (array 'Basic' 'Invalid')}}\"\n },\n \"Schedule\": {\n \"ScheduleKind\": \"{{oneOf (array 'Invalid' 'TimeBased' 'FrequencyBased')}}\"\n },\n \"Storage\": {\n \"FriendlyName\": \"\",\n \"StorageKind\": \"{{oneOf (array 'Invalid' 'FileShare' 'AzureBlobStore')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the backup policy description.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "063abdab-7702-4c48-878b-16047fcaeb34", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee4696d2-44af-4d4d-91a8-bfba884fb52d", "documentation": "Deletes the backup policy.", "method": "post", "endpoint": "BackupRestore/BackupPolicies/:backupPolicyName/$/Delete", "responses": [ { "uuid": "e7c6cb69-995d-4038-8912-d6439bd1be15", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation returns 200 status code and deletes the backup policy.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f095c6cf-1552-4f61-aa0b-adb7c7a8d217", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4efd7539-2bd5-4ebc-9f46-98fc7746e761", "documentation": "Gets the list of backup entities that are associated with this policy.", "method": "get", "endpoint": "BackupRestore/BackupPolicies/:backupPolicyName/$/GetBackupEnabledEntities", "responses": [ { "uuid": "1c3e8671-cee4-40c7-88dc-bbd466d8e7e6", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of Service Fabric entities that are associated with this policy.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e09ef06-e73f-4089-8fef-8af87ed6729d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65344b52-3c20-4b84-a13f-325c82edc36d", "documentation": "Updates the backup policy.", "method": "post", "endpoint": "BackupRestore/BackupPolicies/:backupPolicyName/$/Update", "responses": [ { "uuid": "5783b68f-0961-4bd7-bc3e-3f29b782f22c", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation returns 200 status code and updates the backup policy description.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52d18ffe-3667-4df8-895b-49c3f9ae0400", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e92487c-bab5-4308-a05a-9ae13d5916de", "documentation": "Gets the list of compose deployments created in the Service Fabric cluster.", "method": "get", "endpoint": "ComposeDeployments", "responses": [ { "uuid": "6e1097f3-e6b8-4030-adcf-e3b5477f5e4b", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationName\": \"\",\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Provisioning' 'Creating' 'Ready' 'Unprovisioning' 'Deleting' 'Failed' 'Upgrading')}}\",\n \"StatusDetails\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of status of compose deployments in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f0ac0a4b-b997-4489-bc96-b010657c90ad", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2cd247b6-e543-4ef4-9e98-a4acacadf587", "documentation": "Creates a Service Fabric compose deployment.", "method": "put", "endpoint": "ComposeDeployments/$/Create", "responses": [ { "uuid": "eb43f8bf-4078-4546-b912-fc74635fb1c0", "body": "", "latency": 0, "statusCode": 202, "label": "A successful operation will return 202 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "897a4073-e3a0-4af9-813b-4c8d08688a0b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59932f73-e22c-48ba-836b-8ca5a8a627b8", "documentation": "Gets information about a Service Fabric compose deployment.", "method": "get", "endpoint": "ComposeDeployments/:deploymentName", "responses": [ { "uuid": "48a483d7-2367-4d7e-9506-09469ae4e214", "body": "{\n \"ApplicationName\": \"\",\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Provisioning' 'Creating' 'Ready' 'Unprovisioning' 'Deleting' 'Failed' 'Upgrading')}}\",\n \"StatusDetails\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the compose deployment.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "703606e5-3487-42e6-9a83-10b69324dab5", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "151563f0-c2b7-41c7-bb72-9ec337c20655", "documentation": "Deletes an existing Service Fabric compose deployment from cluster.", "method": "post", "endpoint": "ComposeDeployments/:deploymentName/$/Delete", "responses": [ { "uuid": "b17db772-64a1-47a3-8f39-907acfdc80ef", "body": "", "latency": 0, "statusCode": 202, "label": "A successful operation will return 202 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ebc0e760-e50f-4b3f-9689-e9d261bcda53", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1245004b-0da5-4989-a404-16f5d18e8de3", "documentation": "Gets details for the latest upgrade performed on this Service Fabric compose deployment.", "method": "get", "endpoint": "ComposeDeployments/:deploymentName/$/GetUpgradeProgress", "responses": [ { "uuid": "bc091f81-7931-4bc9-8791-369d4b8ba746", "body": "{\n \"ApplicationHealthPolicy\": {\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"DefaultServiceTypeHealthPolicy\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n },\n \"MaxPercentUnhealthyDeployedApplications\": {{faker 'number.int' max=99999}},\n \"ServiceTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {\n \"MaxPercentUnhealthyPartitionsPerService\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyReplicasPerPartition\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyServices\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"ApplicationName\": \"\",\n \"ApplicationUnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ],\n \"ApplicationUpgradeStatusDetails\": \"\",\n \"CurrentUpgradeDomainDuration\": \"PT0H2M0S\",\n \"CurrentUpgradeDomainProgress\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"DeploymentName\": \"\",\n \"FailureReason\": \"{{oneOf (array 'None' 'Interrupted' 'HealthCheck' 'UpgradeDomainTimeout' 'OverallUpgradeTimeout')}}\",\n \"FailureTimestampUtc\": \"\",\n \"ForceRestart\": {{faker 'datatype.boolean'}},\n \"MonitoringPolicy\": {\n \"FailureAction\": \"{{oneOf (array 'Invalid' 'Rollback' 'Manual')}}\",\n \"HealthCheckRetryTimeoutInMilliseconds\": \"PT0H10M0S\",\n \"HealthCheckStableDurationInMilliseconds\": \"PT0H2M0S\",\n \"HealthCheckWaitDurationInMilliseconds\": \"0\",\n \"UpgradeDomainTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\",\n \"UpgradeTimeoutInMilliseconds\": \"P10675199DT02H48M05.4775807S\"\n },\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"StartTimestampUtc\": \"\",\n \"TargetApplicationTypeVersion\": \"\",\n \"UpgradeDomainProgressAtFailure\": {\n \"DomainName\": \"\",\n \"NodeUpgradeProgressList\": [\n {\n \"NodeName\": \"\",\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ],\n \"UpgradePhase\": \"{{oneOf (array 'Invalid' 'PreUpgradeSafetyCheck' 'Upgrading' 'PostUpgradeSafetyCheck')}}\"\n }\n ]\n },\n \"UpgradeDuration\": \"PT0H2M0S\",\n \"UpgradeKind\": \"{{oneOf (array 'Invalid' 'Rolling')}}\",\n \"UpgradeReplicaSetCheckTimeoutInSeconds\": 42949672925,\n \"UpgradeState\": \"{{oneOf (array 'Invalid' 'ProvisioningTarget' 'RollingForwardInProgress' 'RollingForwardPending' 'UnprovisioningCurrent' 'RollingForwardCompleted' 'RollingBackInProgress' 'UnprovisioningTarget' 'RollingBackCompleted' 'Failed')}}\",\n \"UpgradeStatusDetails\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Details about the compose deployment upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff27d6da-6977-4571-ab28-f33a831ca777", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ea28df48-a40c-405c-8c9c-c30c7d82cd7e", "documentation": "Starts rolling back a compose deployment upgrade in the Service Fabric cluster.", "method": "post", "endpoint": "ComposeDeployments/:deploymentName/$/RollbackUpgrade", "responses": [ { "uuid": "e8673618-a5d1-4a9e-8e5b-a4ce5cddbabe", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the rollback has started. Use GetComposeDeploymentUpgrade operation to get the status of the rollback.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a4ff8cc-3889-4d8b-9972-791ab24c61d6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61ffffe0-b2ec-474d-8316-90574aae29df", "documentation": "Starts upgrading a compose deployment in the Service Fabric cluster.", "method": "post", "endpoint": "ComposeDeployments/:deploymentName/$/Upgrade", "responses": [ { "uuid": "672d79b6-5823-4422-921e-5cc0e3f0f014", "body": "", "latency": 0, "statusCode": 202, "label": "A successful response means that the upgrade has started. Use GetComposeDeploymentUpgrade operation to get the status of the upgrade.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "acfdd2b8-6097-4257-ab88-74f21e60c12b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a38a161f-4ac1-4dd6-bbd1-394326ab83f1", "documentation": "Gets all Applications-related events.", "method": "get", "endpoint": "EventsStore/Applications/Events", "responses": [ { "uuid": "2ee87e51-8a38-48d1-a02a-00213e7725ab", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ApplicationEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "df9ef745-04e9-420b-80db-b5d41b6351d2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "537a8877-8efd-450e-b1c3-186f4ef9320e", "documentation": "Gets an Application-related events.", "method": "get", "endpoint": "EventsStore/Applications/:applicationId/$/Events", "responses": [ { "uuid": "aa198a8b-fe26-4d28-ac8f-78919b7b1521", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ApplicationEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a99b8ace-7874-4060-afef-84faa29db60e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6592406e-0c32-4b22-b7db-8ac0972084c1", "documentation": "Gets all Cluster-related events.", "method": "get", "endpoint": "EventsStore/Cluster/Events", "responses": [ { "uuid": "58eaee19-ffb2-4623-ba0d-1199eae3fabb", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ClusterEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "efff224f-b987-4a26-9cae-164880bab033", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "357aee24-1d4a-44b1-bdb3-9694a0f12d30", "documentation": "Gets all Containers-related events.", "method": "get", "endpoint": "EventsStore/Containers/Events", "responses": [ { "uuid": "65335103-772b-49bd-b41e-c810e4f696ad", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ContainerInstanceEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "691728ee-823d-4330-aee8-9d2de6e20415", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "148ff5ea-f5cb-4075-a530-715a6739ae5e", "documentation": "Gets all correlated events for a given event.", "method": "get", "endpoint": "EventsStore/CorrelatedEvents/:eventInstanceId/$/Events", "responses": [ { "uuid": "9d72c636-06db-40cc-86c5-dad35c3b517c", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type FabricEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b77056b-8834-4005-bea5-7c01c09c31e9", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae476c13-b5b7-4aa6-a2e5-ca52efe491ca", "documentation": "Gets all Nodes-related Events.", "method": "get", "endpoint": "EventsStore/Nodes/Events", "responses": [ { "uuid": "1511420b-2505-4c7e-8a9d-f281b8c495b9", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type NodeEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "09e40742-ddcd-4ff0-b344-a16b1ea20d33", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17d1ad37-a555-4d1c-83f6-69a4977ee297", "documentation": "Gets a Node-related events.", "method": "get", "endpoint": "EventsStore/Nodes/:nodeName/$/Events", "responses": [ { "uuid": "315a2646-c7ab-40f5-8953-8200b614c906", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type NodeEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bb28ee31-7465-4b34-abf4-7841b8fefce8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f06e641c-1e0e-4623-873d-5b53339d3710", "documentation": "Gets all Partitions-related events.", "method": "get", "endpoint": "EventsStore/Partitions/Events", "responses": [ { "uuid": "f3276e67-db14-4b1e-be58-0d6b0df43949", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type PartitionEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7c3f3a8-3e32-4044-bfd9-1cf805fae8fa", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b9c1dbd-baa4-47c2-9dc7-b935fe5066e2", "documentation": "Gets a Partition-related events.", "method": "get", "endpoint": "EventsStore/Partitions/:partitionId/$/Events", "responses": [ { "uuid": "18f4f4a2-7d04-4a5b-9118-945b91770951", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type PartitionEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9743c4ae-9f1b-494a-9e39-ce68dfc4f9d8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10e2b618-b114-42d3-adfe-c3becc6e6767", "documentation": "Gets all Replicas-related events for a Partition.", "method": "get", "endpoint": "EventsStore/Partitions/:partitionId/$/Replicas/Events", "responses": [ { "uuid": "543d6429-536a-4409-9b1d-1110e2c7ccdd", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ReplicaEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "11dc515c-3c8e-4ede-aa14-57130d1c9f1d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "050ea60f-4bb2-49ce-91f9-6c85a0c5f76a", "documentation": "Gets a Partition Replica-related events.", "method": "get", "endpoint": "EventsStore/Partitions/:partitionId/$/Replicas/:replicaId/$/Events", "responses": [ { "uuid": "d4ab6b65-df27-41f1-a71f-3367a5bb31ce", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ReplicaEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7bbf44b8-4fb7-41f7-8807-8b7427fadf6c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "290f1954-c2e7-47ea-8bd1-291da55f152d", "documentation": "Gets all Services-related events.", "method": "get", "endpoint": "EventsStore/Services/Events", "responses": [ { "uuid": "2ec60ad5-84b0-4179-99ea-8690d3b3dc1f", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ServiceEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "024b4abc-023c-4b02-87e5-cfc90f6af743", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2de4e52b-2b9d-4939-a102-138282a0f178", "documentation": "Gets a Service-related events.", "method": "get", "endpoint": "EventsStore/Services/:serviceId/$/Events", "responses": [ { "uuid": "e2b8309a-e5bd-4b64-98a4-5f52e113f21f", "body": "[\n {\n \"Category\": \"\",\n \"EventInstanceId\": \"{{faker 'string.uuid'}}\",\n \"HasCorrelatedEvents\": {{faker 'datatype.boolean'}},\n \"Kind\": \"{{oneOf (array 'ClusterEvent' 'ContainerInstanceEvent' 'NodeEvent' 'ApplicationEvent' 'ServiceEvent' 'PartitionEvent' 'ReplicaEvent' 'PartitionAnalysisEvent' 'ApplicationCreated' 'ApplicationDeleted' 'ApplicationNewHealthReport' 'ApplicationHealthReportExpired' 'ApplicationUpgradeCompleted' 'ApplicationUpgradeDomainCompleted' 'ApplicationUpgradeRollbackCompleted' 'ApplicationUpgradeRollbackStarted' 'ApplicationUpgradeStarted' 'DeployedApplicationNewHealthReport' 'DeployedApplicationHealthReportExpired' 'ApplicationProcessExited' 'ApplicationContainerInstanceExited' 'NodeAborted' 'NodeAddedToCluster' 'NodeClosed' 'NodeDeactivateCompleted' 'NodeDeactivateStarted' 'NodeDown' 'NodeNewHealthReport' 'NodeHealthReportExpired' 'NodeOpenSucceeded' 'NodeOpenFailed' 'NodeRemovedFromCluster' 'NodeUp' 'PartitionNewHealthReport' 'PartitionHealthReportExpired' 'PartitionReconfigured' 'PartitionPrimaryMoveAnalysis' 'ServiceCreated' 'ServiceDeleted' 'ServiceNewHealthReport' 'ServiceHealthReportExpired' 'DeployedServicePackageNewHealthReport' 'DeployedServicePackageHealthReportExpired' 'StatefulReplicaNewHealthReport' 'StatefulReplicaHealthReportExpired' 'StatelessReplicaNewHealthReport' 'StatelessReplicaHealthReportExpired' 'ClusterNewHealthReport' 'ClusterHealthReportExpired' 'ClusterUpgradeCompleted' 'ClusterUpgradeDomainCompleted' 'ClusterUpgradeRollbackCompleted' 'ClusterUpgradeRollbackStarted' 'ClusterUpgradeStarted' 'ChaosStopped' 'ChaosStarted' 'ChaosCodePackageRestartScheduled' 'ChaosReplicaRemovalScheduled' 'ChaosPartitionSecondaryMoveScheduled' 'ChaosPartitionPrimaryMoveScheduled' 'ChaosReplicaRestartScheduled' 'ChaosNodeRestartScheduled')}}\",\n \"TimeStamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of events objects with base type ServiceEvent.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1785e80b-0a36-4040-925d-c2edf211dacb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2810c61-f07a-427f-8b15-7d466ec7237d", "documentation": "Gets a list of user-induced fault operations filtered by provided input.", "method": "get", "endpoint": "Faults/", "responses": [ { "uuid": "823831db-d654-4ba5-984b-0c98863eb945", "body": "[\n {\n \"OperationId\": \"{{faker 'string.uuid'}}\",\n \"State\": \"{{oneOf (array 'Invalid' 'Running' 'RollingBack' 'Completed' 'Faulted' 'Cancelled' 'ForceCancelled')}}\",\n \"Type\": \"{{oneOf (array 'Invalid' 'PartitionDataLoss' 'PartitionQuorumLoss' 'PartitionRestart' 'NodeTransition')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed33458b-20d1-4894-a765-e7e757c9c1bc", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e430f6c2-c15d-420b-b586-c4a2aadf402b", "documentation": "Cancels a user-induced fault operation.", "method": "post", "endpoint": "Faults/$/Cancel", "responses": [ { "uuid": "8fbd1441-bcf1-40c7-9b3f-d487983ae235", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "768d702f-5f7d-4943-8bd6-3836430b3432", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "526e5b8a-fab1-46a7-aadd-86f982448b6f", "documentation": "Gets the progress of an operation started using StartNodeTransition.", "method": "get", "endpoint": "Faults/Nodes/:nodeName/$/GetTransitionProgress", "responses": [ { "uuid": "d553776a-1b7c-4b90-b622-624a53a90668", "body": "{\n \"NodeTransitionResult\": {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"NodeResult\": {\n \"NodeInstanceId\": \"\",\n \"NodeName\": \"\"\n }\n },\n \"State\": \"{{oneOf (array 'Invalid' 'Running' 'RollingBack' 'Completed' 'Faulted' 'Cancelled' 'ForceCancelled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the progress of a node transition operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9086e60c-f199-4913-a881-f87d78522942", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f947722c-0e8b-48ab-8ec6-7eab7bc3401f", "documentation": "Starts or stops a cluster node.", "method": "post", "endpoint": "Faults/Nodes/:nodeName/$/StartTransition/", "responses": [ { "uuid": "f5485377-3448-4b7c-9fd5-97291a14a8a5", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted. Call the GetNodeTransitionProgress API to get the progress.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "91fb94e6-c44a-464a-baed-cd4ac9620349", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb4fb32f-1fb3-4ead-9579-9aa94b1c862d", "documentation": "Gets the progress of a partition data loss operation started using the StartDataLoss API.", "method": "get", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/GetDataLossProgress", "responses": [ { "uuid": "85f11a2f-0459-456c-8583-144a6075b40c", "body": "{\n \"InvokeDataLossResult\": {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"SelectedPartition\": {\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ServiceName\": \"\"\n }\n },\n \"State\": \"{{oneOf (array 'Invalid' 'Running' 'RollingBack' 'Completed' 'Faulted' 'Cancelled' 'ForceCancelled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the progress of the partition data loss operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7e78cbb-2164-4474-adcd-7900367a1a1f", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb39f5a4-0e9f-4447-ab82-308f4cab5d80", "documentation": "Gets the progress of a quorum loss operation on a partition started using the StartQuorumLoss API.", "method": "get", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/GetQuorumLossProgress", "responses": [ { "uuid": "6ab0f497-984e-424d-a462-8688f4a789a0", "body": "{\n \"InvokeQuorumLossResult\": {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"SelectedPartition\": {\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ServiceName\": \"\"\n }\n },\n \"State\": \"{{oneOf (array 'Invalid' 'Running' 'RollingBack' 'Completed' 'Faulted' 'Cancelled' 'ForceCancelled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the progress of a partition quorum loss operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dab7b7d4-b268-4980-8ab5-1ff54ab717be", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "640ac0ab-1d64-48b3-a3c4-1880bcea8187", "documentation": "Gets the progress of a PartitionRestart operation started using StartPartitionRestart.", "method": "get", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/GetRestartProgress", "responses": [ { "uuid": "f9079f1e-72a4-46f5-a62f-4a95ce0e479c", "body": "{\n \"RestartPartitionResult\": {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"SelectedPartition\": {\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ServiceName\": \"\"\n }\n },\n \"State\": \"{{oneOf (array 'Invalid' 'Running' 'RollingBack' 'Completed' 'Faulted' 'Cancelled' 'ForceCancelled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the progress of a partition restart operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e511575-5a94-4525-9283-3e7dfd71b936", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85ef33a3-c3af-4d3e-b37c-e905c7682144", "documentation": "This API will induce data loss for the specified partition. It will trigger a call to the OnDataLossAsync API of the partition.", "method": "post", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/StartDataLoss", "responses": [ { "uuid": "bea8175b-c0e9-4851-ae11-5b8748dae2e3", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted. Call the GetDataLossProgress API to get the progress.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ae772358-c882-45fc-a338-2c2fa0861ee8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27357da6-2d5a-45ae-b234-825c4bf15931", "documentation": "Induces quorum loss for a given stateful service partition.", "method": "post", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/StartQuorumLoss", "responses": [ { "uuid": "605253cb-7dd3-4c9c-96d9-4008c3c3116e", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted. Call the GetQuorumLossProgress API to get the progress.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d75b2467-d682-48af-98bf-726f52573bfc", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5004f92-5382-4d01-b84a-17f919acc261", "documentation": "This API will restart some or all replicas or instances of the specified partition.", "method": "post", "endpoint": "Faults/Services/:serviceId/$/GetPartitions/:partitionId/$/StartRestart", "responses": [ { "uuid": "627c3914-f534-4f21-8233-7924a9a9891f", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation was accepted. Call the GetPartitionRestartProgress API to get the progress.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "40945204-80bf-4baa-9f0a-fa57ec6a4a33", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ffea5e7f-af57-4485-a908-36ed19c8f738", "documentation": "Gets the content information at the root of the image store.", "method": "get", "endpoint": "ImageStore", "responses": [ { "uuid": "b4faab4e-09fe-4304-a1d0-6f89ea446e14", "body": "{\n \"StoreFiles\": [\n {\n \"FileSize\": \"\",\n \"FileVersion\": {\n \"EpochConfigurationNumber\": \"\",\n \"EpochDataLossNumber\": \"\",\n \"VersionNumber\": \"\"\n },\n \"ModifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"StoreRelativePath\": \"\"\n }\n ],\n \"StoreFolders\": [\n {\n \"FileCount\": \"\",\n \"StoreRelativePath\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested image store content information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "edd3a63b-9f50-4310-934b-01eb162935e3", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "367ee354-14aa-475c-a7ac-e62878385f00", "documentation": "Commit an image store upload session.", "method": "post", "endpoint": "ImageStore/$/CommitUploadSession", "responses": [ { "uuid": "ceff790e-e230-43cd-861d-8cadcbf0ef0d", "body": "", "latency": 0, "statusCode": 200, "label": "If the commit request succeeds, the server returns the HTTP 200 OK status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47df7ddc-2c77-4e17-b449-8bae54f36d54", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55148fef-9604-4377-ad17-653889274cdb", "documentation": "Copies image store content internally", "method": "post", "endpoint": "ImageStore/$/Copy", "responses": [ { "uuid": "91dbb1eb-821e-44d5-a43d-5e91b55f4495", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "06dfac97-0827-43ed-bd29-4e6a828a82c0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91af10bd-baa6-4d98-9143-b5b35ab26f04", "documentation": "Cancels an image store upload session.", "method": "delete", "endpoint": "ImageStore/$/DeleteUploadSession", "responses": [ { "uuid": "9ee7974a-32fa-4e48-8fbe-ceb9fc6b1ec8", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1164ec5b-fe65-426b-8541-6b37f4f93e86", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18ff3292-66f6-426d-93ae-9b31ff6e567a", "documentation": "Get the folder size at the root of the image store.", "method": "get", "endpoint": "ImageStore/$/FolderSize", "responses": [ { "uuid": "dee150b4-e5cd-4480-ba00-43b93c9ae2ad", "body": "{\n \"FolderSize\": \"\",\n \"StoreRelativePath\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested folder size in image store.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8a06b7ab-b5ac-4c1b-8650-e91ac649a1c2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5881ef1e-a736-449d-80e4-a44622dd2410", "documentation": "Get the image store upload session by ID.", "method": "get", "endpoint": "ImageStore/$/GetUploadSession", "responses": [ { "uuid": "94919a40-bd11-45cc-b726-2301bb4b9a15", "body": "{\n \"UploadSessions\": [\n {\n \"ExpectedRanges\": [\n {\n \"EndPosition\": \"\",\n \"StartPosition\": \"\"\n }\n ],\n \"FileSize\": \"\",\n \"ModifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"SessionId\": \"{{faker 'string.uuid'}}\",\n \"StoreRelativePath\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested image store upload session information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c0517fe9-2571-4d6c-b12e-deb2568658b1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8033155-a217-4934-b0c6-0553f2626a0c", "documentation": "Gets the overall ImageStore information", "method": "get", "endpoint": "ImageStore/$/Info", "responses": [ { "uuid": "e51ffe3d-b976-42d5-8c1e-adcd3b411377", "body": "{\n \"DiskInfo\": {\n \"AvailableSpace\": \"\",\n \"Capacity\": \"\"\n },\n \"UsedByCopy\": {\n \"FileCount\": \"\",\n \"UsedSpace\": \"\"\n },\n \"UsedByMetadata\": {\n \"FileCount\": \"\",\n \"UsedSpace\": \"\"\n },\n \"UsedByRegister\": {\n \"FileCount\": \"\",\n \"UsedSpace\": \"\"\n },\n \"UsedByStaging\": {\n \"FileCount\": \"\",\n \"UsedSpace\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested ImageStore info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e1645af0-71e3-4675-a488-b55d3070088b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ee9b39e-2ef6-4ed1-a7ee-00ff65e16f06", "documentation": "Deletes existing image store content.", "method": "delete", "endpoint": "ImageStore/:contentPath", "responses": [ { "uuid": "cbeec7e9-7924-42a2-bb5c-f3a13531c976", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6db709f1-c7ed-445e-9380-4d61441e706a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0bed661c-bf94-445b-bd35-7bcddecc630e", "documentation": "Gets the image store content information.", "method": "get", "endpoint": "ImageStore/:contentPath", "responses": [ { "uuid": "305d7866-3e8a-48e3-8b93-db104d56bc58", "body": "{\n \"StoreFiles\": [\n {\n \"FileSize\": \"\",\n \"FileVersion\": {\n \"EpochConfigurationNumber\": \"\",\n \"EpochDataLossNumber\": \"\",\n \"VersionNumber\": \"\"\n },\n \"ModifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"StoreRelativePath\": \"\"\n }\n ],\n \"StoreFolders\": [\n {\n \"FileCount\": \"\",\n \"StoreRelativePath\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested image store content information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "492a1987-3a23-4e1a-abfe-a035f020b194", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b0bf97d-93b5-4c7b-8a8f-3fefe6924a2c", "documentation": "Uploads contents of the file to the image store.", "method": "put", "endpoint": "ImageStore/:contentPath", "responses": [ { "uuid": "07b27ee0-d47f-46a8-9b15-a0e1ff7f7114", "body": "", "latency": 0, "statusCode": 200, "label": "If the upload request succeeds, the server returns the HTTP 200 OK status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "972b7f24-23bd-4ac7-a22a-9346ce0fe6ee", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "139b066d-46fc-4ea6-8a1c-7201f2979830", "documentation": "Get the size of a folder in image store", "method": "get", "endpoint": "ImageStore/:contentPath/$/FolderSize", "responses": [ { "uuid": "197feadd-4b32-4aef-bb38-a275727fd0f8", "body": "{\n \"FolderSize\": \"\",\n \"StoreRelativePath\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested folder size in image store.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2c26494e-de8f-4761-8e92-4de31571398d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b485548-4f5a-4e73-b1cd-102a78116041", "documentation": "Get the image store upload session by relative path.", "method": "get", "endpoint": "ImageStore/:contentPath/$/GetUploadSession", "responses": [ { "uuid": "a3584c82-f7e2-4a73-9cc8-7f9f4c55367c", "body": "{\n \"UploadSessions\": [\n {\n \"ExpectedRanges\": [\n {\n \"EndPosition\": \"\",\n \"StartPosition\": \"\"\n }\n ],\n \"FileSize\": \"\",\n \"ModifiedDate\": \"{{faker 'date.recent' 365}}\",\n \"SessionId\": \"{{faker 'string.uuid'}}\",\n \"StoreRelativePath\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested image store upload session information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e912d92-9c4f-46a2-b753-34399be4d694", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a8dc8f2-67d6-4859-9987-08095192ae3c", "documentation": "Uploads a file chunk to the image store relative path.", "method": "put", "endpoint": "ImageStore/:contentPath/$/UploadChunk", "responses": [ { "uuid": "a5ae6997-5dfd-4136-a424-e7602e768b08", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return the HTTP 200 OK status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1d7adad3-0a54-4081-a278-20ae9d15402b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2671e622-d8b1-46ac-ac29-6bfc4c1efe21", "documentation": "Creates a Service Fabric name.", "method": "post", "endpoint": "Names/$/Create", "responses": [ { "uuid": "459f81d8-d5fd-425f-b17b-7277380b04bb", "body": "", "latency": 0, "statusCode": 201, "label": "A successful response means that the name has been created.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "73a8e157-4930-4f13-b9ff-01bd73fb28a0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8efab702-b37d-4087-bf2e-8a07a613299c", "documentation": "Deletes a Service Fabric name.", "method": "delete", "endpoint": "Names/:nameId", "responses": [ { "uuid": "26df77b5-522c-4c88-8e82-94b085f4bc5d", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the Service Fabric name has been deleted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9c4ab359-46b8-4163-a6e9-799bf0945e3e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d692c3e-6fd7-4ef6-886a-4d2448019969", "documentation": "Returns whether the Service Fabric name exists.", "method": "get", "endpoint": "Names/:nameId", "responses": [ { "uuid": "1d759655-16c7-4b3f-b4ef-e659c09e3d61", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the Service Fabric name exists.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e9c0b2b6-5451-4d40-aa4e-ef45c6dfbe10", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9822070a-fe44-428b-8340-762316094f72", "documentation": "Gets information on all Service Fabric properties under a given name.", "method": "get", "endpoint": "Names/:nameId/$/GetProperties", "responses": [ { "uuid": "0ac0dd18-9ce1-4ddf-bf32-5fe92d3121dd", "body": "{\n \"ContinuationToken\": \"\",\n \"IsConsistent\": {{faker 'datatype.boolean'}},\n \"Properties\": [\n {\n \"Metadata\": {\n \"CustomTypeId\": \"\",\n \"LastModifiedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"Parent\": \"\",\n \"SequenceNumber\": \"\",\n \"SizeInBytes\": {{faker 'number.int' max=99999}},\n \"TypeId\": \"{{oneOf (array 'Invalid' 'Binary' 'Int64' 'Double' 'String' 'Guid')}}\"\n },\n \"Name\": \"\",\n \"Value\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Binary' 'Int64' 'Double' 'String' 'Guid')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A paged list of Service Fabric properties.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3e86a77-a66f-46fd-8529-114f810643db", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8faf5b02-5b1c-49e8-97ff-f4b143eb5361", "documentation": "Submits a property batch.", "method": "post", "endpoint": "Names/:nameId/$/GetProperties/$/SubmitBatch", "responses": [ { "uuid": "1c396eb8-2627-4b09-80ad-26e2b988e173", "body": "{\n \"Kind\": \"{{oneOf (array 'Invalid' 'Successful' 'Failed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful response means that the property batch succeeded.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9af6386c-1ede-4171-a446-bd5c096ba18c", "body": "{\n \"Kind\": \"{{oneOf (array 'Invalid' 'Successful' 'Failed')}}\"\n}", "latency": 0, "statusCode": 409, "label": "A 409 response means that one of the property batch operations failed, and contains more information about the failure. None of the operations were committed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "341eeb56-27f0-4f63-8586-218d7535fc35", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a9a4e1e-c47c-419c-a119-8e5771a4bd46", "documentation": "Deletes the specified Service Fabric property.", "method": "delete", "endpoint": "Names/:nameId/$/GetProperty", "responses": [ { "uuid": "5228b791-e3f5-4e16-b2b5-237e3b52e634", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the property has been deleted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2a8f344f-041d-462d-bb5d-6a306a391976", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73e1f34e-3e8e-4c47-ba8d-877ecda3031d", "documentation": "Gets the specified Service Fabric property.", "method": "get", "endpoint": "Names/:nameId/$/GetProperty", "responses": [ { "uuid": "8830fa66-ab88-4f89-952b-4415bd91aa06", "body": "{\n \"Metadata\": {\n \"CustomTypeId\": \"\",\n \"LastModifiedUtcTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"Parent\": \"\",\n \"SequenceNumber\": \"\",\n \"SizeInBytes\": {{faker 'number.int' max=99999}},\n \"TypeId\": \"{{oneOf (array 'Invalid' 'Binary' 'Int64' 'Double' 'String' 'Guid')}}\"\n },\n \"Name\": \"\",\n \"Value\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Binary' 'Int64' 'Double' 'String' 'Guid')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Details on the Service Fabric property.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "badb6388-8a78-4408-8e2a-9b63f964900d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14a4e3f0-f3b1-45ed-9c7b-8432f44b0082", "documentation": "Creates or updates a Service Fabric property.", "method": "put", "endpoint": "Names/:nameId/$/GetProperty", "responses": [ { "uuid": "5c913c4e-45c2-4adf-8fbc-7b4da3bd8127", "body": "", "latency": 0, "statusCode": 200, "label": "A successful response means that the property has been created or updated.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9499486-a0a0-4e64-aed3-c056c1f2576b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3e3e7a0-9b81-44f9-99c9-855a46722d8e", "documentation": "Enumerates all the Service Fabric names under a given name.", "method": "get", "endpoint": "Names/:nameId/$/GetSubNames", "responses": [ { "uuid": "b34e00df-c143-42bd-a9e3-74df8c0e9c1e", "body": "{\n \"ContinuationToken\": \"\",\n \"IsConsistent\": {{faker 'datatype.boolean'}},\n \"SubNames\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "A paged list of Service Fabric names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "938df0ab-ef5e-4990-90ea-225a94229974", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3126f6ae-441a-4fff-aff6-a506ae90367a", "documentation": "Gets the list of nodes in the Service Fabric cluster.", "method": "get", "endpoint": "Nodes", "responses": [ { "uuid": "ad58d8f4-0e72-440d-b537-dc51392f7fe8", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"CodeVersion\": \"\",\n \"ConfigVersion\": \"\",\n \"FaultDomain\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": {\n \"Id\": \"\"\n },\n \"InstanceId\": \"\",\n \"IpAddressOrFQDN\": \"\",\n \"IsSeedNode\": {{faker 'datatype.boolean'}},\n \"IsStopped\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"NodeDeactivationInfo\": {\n \"NodeDeactivationIntent\": \"{{oneOf (array 'Invalid' 'Pause' 'Restart' 'RemoveData' 'RemoveNode')}}\",\n \"NodeDeactivationStatus\": \"{{oneOf (array 'None' 'SafetyCheckInProgress' 'SafetyCheckComplete' 'Completed')}}\",\n \"NodeDeactivationTask\": [\n {\n \"NodeDeactivationIntent\": \"{{oneOf (array 'Invalid' 'Pause' 'Restart' 'RemoveData' 'RemoveNode')}}\",\n \"NodeDeactivationTaskId\": {\n \"Id\": \"\",\n \"NodeDeactivationTaskType\": \"{{oneOf (array 'Invalid' 'Infrastructure' 'Repair' 'Client')}}\"\n }\n }\n ],\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ]\n },\n \"NodeDownAt\": \"{{faker 'date.recent' 365}}\",\n \"NodeDownTimeInSeconds\": \"\",\n \"NodeStatus\": \"{{oneOf (array 'Invalid' 'Up' 'Down' 'Enabling' 'Disabling' 'Disabled' 'Unknown' 'Removed')}}\",\n \"NodeUpAt\": \"{{faker 'date.recent' 365}}\",\n \"NodeUpTimeInSeconds\": \"\",\n \"Type\": \"\",\n \"UpgradeDomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of nodes in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "654a8050-b4f6-4701-b39a-d2e2dd05546e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4527c175-283d-4ea7-baed-f7d1d0cd1992", "documentation": "Gets the information about a specific node in the Service Fabric cluster.", "method": "get", "endpoint": "Nodes/:nodeName", "responses": [ { "uuid": "226d57e0-1f6c-420e-a40c-0c04d65ceb6c", "body": "{\n \"CodeVersion\": \"\",\n \"ConfigVersion\": \"\",\n \"FaultDomain\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": {\n \"Id\": \"\"\n },\n \"InstanceId\": \"\",\n \"IpAddressOrFQDN\": \"\",\n \"IsSeedNode\": {{faker 'datatype.boolean'}},\n \"IsStopped\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"NodeDeactivationInfo\": {\n \"NodeDeactivationIntent\": \"{{oneOf (array 'Invalid' 'Pause' 'Restart' 'RemoveData' 'RemoveNode')}}\",\n \"NodeDeactivationStatus\": \"{{oneOf (array 'None' 'SafetyCheckInProgress' 'SafetyCheckComplete' 'Completed')}}\",\n \"NodeDeactivationTask\": [\n {\n \"NodeDeactivationIntent\": \"{{oneOf (array 'Invalid' 'Pause' 'Restart' 'RemoveData' 'RemoveNode')}}\",\n \"NodeDeactivationTaskId\": {\n \"Id\": \"\",\n \"NodeDeactivationTaskType\": \"{{oneOf (array 'Invalid' 'Infrastructure' 'Repair' 'Client')}}\"\n }\n }\n ],\n \"PendingSafetyChecks\": [\n {\n \"SafetyCheck\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'EnsureSeedNodeQuorum' 'EnsurePartitionQuorum' 'WaitForPrimaryPlacement' 'WaitForPrimarySwap' 'WaitForReconfiguration' 'WaitForInbuildReplica' 'EnsureAvailability')}}\"\n }\n }\n ]\n },\n \"NodeDownAt\": \"{{faker 'date.recent' 365}}\",\n \"NodeDownTimeInSeconds\": \"\",\n \"NodeStatus\": \"{{oneOf (array 'Invalid' 'Up' 'Down' 'Enabling' 'Disabling' 'Disabled' 'Unknown' 'Removed')}}\",\n \"NodeUpAt\": \"{{faker 'date.recent' 365}}\",\n \"NodeUpTimeInSeconds\": \"\",\n \"Type\": \"\",\n \"UpgradeDomain\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return information about the node with the specified nodeName.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "67a7477d-e1d4-4e6f-aed1-0855a800fa3c", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified nodeName is not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d33d41bb-96c3-493e-abb5-df595b3fe8a7", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf6cb334-3fe0-4821-b9e7-28f677c1f858", "documentation": "Activate a Service Fabric cluster node that is currently deactivated.", "method": "post", "endpoint": "Nodes/:nodeName/$/Activate", "responses": [ { "uuid": "38ee1767-66e3-4f98-b6e3-c657d21ae35b", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d55a2e8a-c9d6-43a4-8dc1-ebd3d9ff2cec", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ff9ea16-ef4a-487a-a31f-ad16d6243269", "documentation": "Adds the list of configuration overrides on the specified node.", "method": "post", "endpoint": "Nodes/:nodeName/$/AddConfigurationParameterOverrides", "responses": [ { "uuid": "7398aa37-61ea-4387-bbef-3cc72c13e0bc", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e821697c-1f0f-40bf-ba8d-c05076d2b469", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98f41266-50ec-4e1c-83c8-4628b1ffddff", "documentation": "Deactivate a Service Fabric cluster node with the specified deactivation intent.", "method": "post", "endpoint": "Nodes/:nodeName/$/Deactivate", "responses": [ { "uuid": "454dadde-7150-4c94-8187-c3413b36c24c", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "379b3d8c-4e61-489d-a151-95c3c56698e7", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9dd96738-c455-4db4-96c3-e72f2aa33b01", "documentation": "Downloads all of the code packages associated with specified service manifest on the specified node.", "method": "post", "endpoint": "Nodes/:nodeName/$/DeployServicePackage", "responses": [ { "uuid": "0ba5d76e-394e-4274-a2de-5271511e60af", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "957b8d11-6393-454c-b8dd-2ce54693ba4d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa88d008-593c-43c0-a94b-6545ca82bc96", "documentation": "Gets the list of applications deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications", "responses": [ { "uuid": "870008cd-de1e-45ba-b95a-cad03c3d4d68", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"LogDirectory\": \"\",\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Downloading' 'Activating' 'Active' 'Upgrading' 'Deactivating')}}\",\n \"TempDirectory\": \"\",\n \"TypeName\": \"\",\n \"WorkDirectory\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed application information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a5195961-b792-499a-a6ff-f27b166b73eb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d3f69da-9b92-4ffe-937f-beba6fe94ac5", "documentation": "Gets the information about an application deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId", "responses": [ { "uuid": "9bc1bdbf-7f9e-4bbf-b591-6c841736c8d3", "body": "{\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Id\": \"\",\n \"LogDirectory\": \"\",\n \"Name\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Downloading' 'Activating' 'Active' 'Upgrading' 'Deactivating')}}\",\n \"TempDirectory\": \"\",\n \"TypeName\": \"\",\n \"WorkDirectory\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the information about the deployed application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c86afe9-a262-404f-b3bf-3b2d3e0d99d1", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified application is not deployed on the node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a40afa8-3297-4a5f-b714-2bf90cdd6c0e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "572b31ec-c0cf-4695-8228-bdf3e5380dec", "documentation": "Gets the list of code packages deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetCodePackages", "responses": [ { "uuid": "e673b13f-c708-4665-bd97-601d480d4f5a", "body": "[\n {\n \"HostIsolationMode\": \"{{oneOf (array 'None' 'Process' 'HyperV')}}\",\n \"HostType\": \"{{oneOf (array 'Invalid' 'ExeHost' 'ContainerHost')}}\",\n \"MainEntryPoint\": {\n \"CodePackageEntryPointStatistics\": {\n \"ActivationCount\": \"\",\n \"ActivationFailureCount\": \"\",\n \"ContinuousActivationFailureCount\": \"\",\n \"ContinuousExitFailureCount\": \"\",\n \"ExitCount\": \"\",\n \"ExitFailureCount\": \"\",\n \"LastActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastExitCode\": \"\",\n \"LastExitTime\": \"{{faker 'date.recent' 365}}\",\n \"LastSuccessfulActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastSuccessfulExitTime\": \"{{faker 'date.recent' 365}}\"\n },\n \"EntryPointLocation\": \"\",\n \"InstanceId\": \"\",\n \"NextActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessId\": \"\",\n \"RunAsUserName\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Pending' 'Starting' 'Started' 'Stopping' 'Stopped')}}\"\n },\n \"Name\": \"\",\n \"RunFrequencyInterval\": \"\",\n \"ServiceManifestName\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"SetupEntryPoint\": {\n \"CodePackageEntryPointStatistics\": {\n \"ActivationCount\": \"\",\n \"ActivationFailureCount\": \"\",\n \"ContinuousActivationFailureCount\": \"\",\n \"ContinuousExitFailureCount\": \"\",\n \"ExitCount\": \"\",\n \"ExitFailureCount\": \"\",\n \"LastActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastExitCode\": \"\",\n \"LastExitTime\": \"{{faker 'date.recent' 365}}\",\n \"LastSuccessfulActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastSuccessfulExitTime\": \"{{faker 'date.recent' 365}}\"\n },\n \"EntryPointLocation\": \"\",\n \"InstanceId\": \"\",\n \"NextActivationTime\": \"{{faker 'date.recent' 365}}\",\n \"ProcessId\": \"\",\n \"RunAsUserName\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Pending' 'Starting' 'Started' 'Stopping' 'Stopped')}}\"\n },\n \"Status\": \"{{oneOf (array 'Invalid' 'Downloading' 'Activating' 'Active' 'Upgrading' 'Deactivating' 'RanToCompletion' 'Failed')}}\",\n \"Version\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed code packages information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "be65e352-970f-4a8f-bbcd-60142b223470", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1b4fc2d-2203-4009-8fa5-375ed923bab4", "documentation": "Invoke container API on a container deployed on a Service Fabric node.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetCodePackages/$/ContainerApi", "responses": [ { "uuid": "6f091e69-3723-47f1-b78f-a1ab255debaf", "body": "{\n \"ContainerApiResult\": {\n \"Body\": \"\",\n \"Content-Encoding\": \"\",\n \"Content-Type\": \"\",\n \"Status\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and container API response for a container deployed on a Service Fabric node for the given code package.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ce966efc-86af-4b80-b5a5-4e6f55da010e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "182ed5e1-84b6-4ede-9ab7-a252b8492876", "documentation": "Gets the container logs for container deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetCodePackages/$/ContainerLogs", "responses": [ { "uuid": "44189de2-72a3-4bc4-9943-f681c0811cbe", "body": "{\n \"Content\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the container logs for container deployed on a Service Fabric node for the given code package.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "21b6c7cf-6162-40d5-b2b8-077e58b7b1f6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7817d2e-56ce-442e-a275-b46bc125f085", "documentation": "Restarts a code package deployed on a Service Fabric node in a cluster.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetCodePackages/$/Restart", "responses": [ { "uuid": "b1bc7ca2-91e5-4741-82d7-cc295502ec05", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f23c141b-7333-4a5e-9103-abb5064e0044", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fca1ddfb-c946-4cca-9896-498192739fee", "documentation": "Gets the information about health of an application deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetHealth", "responses": [ { "uuid": "3eb9e29b-5349-42cd-96f1-f32cfff43780", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the deployed application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "baaf37c3-dda4-48fd-a3ae-a02ab2b17213", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce98725c-ae3b-45c2-94aa-3af4c5e02e8e", "documentation": "Gets the information about health of an application deployed on a Service Fabric node. using the specified policy.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetHealth", "responses": [ { "uuid": "95431fca-b87c-4710-9d8c-a5b16e1a8d0e", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the deployed application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b9d01a58-0529-4a3d-95d4-86f7fcf51201", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6476739f-5734-4629-b78a-8fd91b80b636", "documentation": "Gets the list of replicas deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetReplicas", "responses": [ { "uuid": "7d024944-3c62-44e9-a4c0-e9d30e92bf65", "body": "[\n {\n \"Address\": \"\",\n \"CodePackageName\": \"\",\n \"HostProcessId\": \"\",\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ReplicaStatus\": \"{{oneOf (array 'Invalid' 'InBuild' 'Standby' 'Ready' 'Down' 'Dropped')}}\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceManifestName\": \"\",\n \"ServiceName\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"ServiceTypeName\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed service replica information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4f6d473b-2e5c-4082-bc33-0f906895a26e", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified applicationId is not found on the specified node. An empty response is also returned if there are no replicas matching the specified filter values for PartitionId or ServiceManifestName query parameters.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c34ca7e-7cbb-450b-92c5-9816404fdfa5", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3186aec2-0069-46df-b5b1-8d8a8d20b1e7", "documentation": "Gets the list of service packages deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServicePackages", "responses": [ { "uuid": "92c56827-161d-4cc7-abc8-ba14dfb1c07d", "body": "[\n {\n \"Name\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Downloading' 'Activating' 'Active' 'Upgrading' 'Deactivating' 'RanToCompletion' 'Failed')}}\",\n \"Version\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed service packages information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f6e0affd-a1da-4220-8d46-ef5c3b141db9", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c4b7ea78-487f-4a2d-8cfd-4ece905afbdb", "documentation": "Gets the list of service packages deployed on a Service Fabric node matching exactly the specified name.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServicePackages/:servicePackageName", "responses": [ { "uuid": "95332cc1-5204-47cd-8df3-4dd1868c0eb2", "body": "[\n {\n \"Name\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Downloading' 'Activating' 'Active' 'Upgrading' 'Deactivating' 'RanToCompletion' 'Failed')}}\",\n \"Version\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed service packages information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b38a9c22-52ca-41fa-ac63-c1de9db0e019", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified service package from the application is not deployed on the node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e129bd4-b47f-4858-af28-17f5b8183153", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9831d553-defb-40d7-8656-f5a9f469d7a5", "documentation": "Gets the information about health of a service package for a specific application deployed for a Service Fabric node and application.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServicePackages/:servicePackageName/$/GetHealth", "responses": [ { "uuid": "06813afc-fd70-442a-8d76-6888322d5460", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the deployed service package for a specific node and application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3471e87f-9ff3-46cb-b193-f55631158614", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da51d8ae-3932-4055-88c2-bc78e5ccd75d", "documentation": "Gets the information about health of service package for a specific application deployed on a Service Fabric node using the specified policy.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServicePackages/:servicePackageName/$/GetHealth", "responses": [ { "uuid": "f0c281c2-589a-42c0-bf5e-9e285199d565", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the deployed service package for a specific node and application.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a8e17bc7-bd94-4871-819e-9005c8f0a80e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb3ad2ed-3726-4fae-8b7e-a3bc1c43db7e", "documentation": "Sends a health report on the Service Fabric deployed service package.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServicePackages/:servicePackageName/$/ReportHealth", "responses": [ { "uuid": "ba749da1-fb39-4100-8092-2e68bbc7680c", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f0d84d0-78b4-447b-8df7-489e8626a6bb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d656eb71-4706-4546-87aa-bcbab07a558a", "documentation": "Gets the list containing the information about service types from the applications deployed on a node in a Service Fabric cluster.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServiceTypes", "responses": [ { "uuid": "dbe9b2c1-9537-4f65-b652-041c8256e2ae", "body": "[\n {\n \"CodePackageName\": \"\",\n \"ServiceManifestName\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"ServiceTypeName\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Disabled' 'Enabled' 'Registered')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of information about service types of an application deployed on a node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04f4c434-2d3b-4d59-bc9e-35232b2bc8f3", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e88854e5-cfbe-4810-91be-0fa74f6826f6", "documentation": "Gets the information about a specified service type of the application deployed on a node in a Service Fabric cluster.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/GetServiceTypes/:serviceTypeName", "responses": [ { "uuid": "72f1ea9b-8a77-4677-b0de-b08ad384cdf8", "body": "[\n {\n \"CodePackageName\": \"\",\n \"ServiceManifestName\": \"\",\n \"ServicePackageActivationId\": \"\",\n \"ServiceTypeName\": \"\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Disabled' 'Enabled' 'Registered')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Information about service types of an application deployed on a node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05de30b2-adb3-4c14-b293-1899d639dcc0", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified service type of the application is not deployed on the node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a05488bd-d477-4494-8872-076c82c3dc3c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "adac0c20-43e6-4c9d-ae19-61240a5fde05", "documentation": "Sends a health report on the Service Fabric application deployed on a Service Fabric node.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetApplications/:applicationId/$/ReportHealth", "responses": [ { "uuid": "f43b8e0f-4ce5-49b7-b8cb-f70ec4e4ae85", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2026b842-40b8-4324-8798-7a3211a95b4f", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c9fefd7-bd4b-4165-b99c-50865b84e9ee", "documentation": "Gets the list of configuration overrides on the specified node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetConfigurationOverrides", "responses": [ { "uuid": "9b6d0963-4280-42dd-8371-ca9a90d83922", "body": "[\n {\n \"ParameterName\": \"\",\n \"ParameterValue\": \"\",\n \"PersistAcrossUpgrade\": {{faker 'datatype.boolean'}},\n \"SectionName\": \"\",\n \"Timeout\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of configuration overrides on the node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80d65df2-c450-4053-8183-7b272ccdea32", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "277873cd-e0e9-4dc9-8e83-1be4901f7de5", "documentation": "Gets the health of a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetHealth", "responses": [ { "uuid": "c96f1586-9f1a-46b8-977e-8fbde6aa55b6", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested node health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "355f9faf-8de5-4c46-8ccf-ebd92995598d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c16d7be-23dc-45a6-9ff0-0fbb047c2152", "documentation": "Gets the health of a Service Fabric node, by using the specified health policy.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetHealth", "responses": [ { "uuid": "2772d698-790c-40f7-910b-f76b6917cf5e", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested node health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9a775229-3abb-4806-819b-21fa38fb19a9", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f13cca7-1271-4519-93d8-81a73dd78273", "documentation": "Gets the load information of a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetLoadInformation", "responses": [ { "uuid": "4c76de05-eb12-4a4d-a5ef-0c68b7826db6", "body": "{\n \"NodeLoadMetricInformation\": [\n {\n \"BufferedNodeCapacityRemaining\": \"\",\n \"CurrentNodeLoad\": \"\",\n \"IsCapacityViolation\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"NodeBufferedCapacity\": \"\",\n \"NodeCapacity\": \"\",\n \"NodeCapacityRemaining\": \"\",\n \"NodeLoad\": \"\",\n \"NodeRemainingBufferedCapacity\": \"\",\n \"NodeRemainingCapacity\": \"\",\n \"PlannedNodeLoadRemoval\": \"\"\n }\n ],\n \"NodeName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested node load information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e8fac2e1-c8ad-43c0-88db-9c7b46a56202", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8977dfd4-0619-4873-9674-b5871b8f897f", "documentation": "Gets the details of replica deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetPartitions/:partitionId/$/GetReplicas", "responses": [ { "uuid": "d889d1a6-7d3d-484d-995b-48934e9bc14b", "body": "{\n \"CurrentServiceOperation\": \"{{oneOf (array 'Unknown' 'None' 'Open' 'ChangeRole' 'Close' 'Abort')}}\",\n \"CurrentServiceOperationStartTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ReportedLoad\": [\n {\n \"CurrentValue\": \"\",\n \"LastReportedUtc\": \"{{faker 'date.recent' 365}}\",\n \"Name\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed service replica information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a1473a1b-f580-44b5-9160-7307315f8707", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf49dd65-ccc0-468c-9213-7f06f0c91d48", "documentation": "Removes a service replica running on a node.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetPartitions/:partitionId/$/GetReplicas/:replicaId/$/Delete", "responses": [ { "uuid": "a35de2b2-ce0d-46a4-9cf1-4dd868c304fc", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code. A successful operation means that the restart command was received by the replica on the node and it is in the process of restarting.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d9fde636-1cde-4858-9989-184451b58e89", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a5b8b088-7909-48ec-8688-87026a960ddf", "documentation": "Gets the details of replica deployed on a Service Fabric node.", "method": "get", "endpoint": "Nodes/:nodeName/$/GetPartitions/:partitionId/$/GetReplicas/:replicaId/$/GetDetail", "responses": [ { "uuid": "172723ab-dc86-4308-9391-a8eb0b62e256", "body": "{\n \"CurrentServiceOperation\": \"{{oneOf (array 'Unknown' 'None' 'Open' 'ChangeRole' 'Close' 'Abort')}}\",\n \"CurrentServiceOperationStartTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ReportedLoad\": [\n {\n \"CurrentValue\": \"\",\n \"LastReportedUtc\": \"{{faker 'date.recent' 365}}\",\n \"Name\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the list of deployed service replica information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bbd750b3-2d0a-4d9c-97c0-7408331ce85a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a17ead93-0dca-4348-bf75-caa2c508f0d0", "documentation": "Restarts a service replica of a persisted service running on a node.", "method": "post", "endpoint": "Nodes/:nodeName/$/GetPartitions/:partitionId/$/GetReplicas/:replicaId/$/Restart", "responses": [ { "uuid": "7df1a4d2-cba6-4b3e-a19b-5bac9777a8a6", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code. A successful operation means that the restart command was received by the replica on the node and it is in the process of restarting.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8a52e61-fa21-4ac4-976f-5a8def387431", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "adf9ce0e-8eda-44dc-9e48-c95e2ea928bc", "documentation": "Removes configuration overrides on the specified node.", "method": "delete", "endpoint": "Nodes/:nodeName/$/RemoveConfigurationOverrides", "responses": [ { "uuid": "9c103f20-8657-43d3-853f-79871d630b82", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a2e6dba4-5007-4a3b-8079-cb8c54874785", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85a0e5f2-f4ad-454e-9af9-f94fc6c61b19", "documentation": "Notifies Service Fabric that the persisted state on a node has been permanently removed or lost.", "method": "post", "endpoint": "Nodes/:nodeName/$/RemoveNodeState", "responses": [ { "uuid": "5e00ce4c-8971-4ccc-a572-889a4f85d837", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9728bbb3-a946-4b98-b13a-f685412b9d87", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "62f71389-8225-4f1d-b254-debe1175489d", "documentation": "Sends a health report on the Service Fabric node.", "method": "post", "endpoint": "Nodes/:nodeName/$/ReportHealth", "responses": [ { "uuid": "e7d5a256-c88b-407a-8d8c-3ca511cba455", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bae2c170-07a3-43b9-ab30-2f46f2325d35", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "49bdaf39-6c7b-421c-a5b3-d69a552984f8", "documentation": "Restarts a Service Fabric cluster node.", "method": "post", "endpoint": "Nodes/:nodeName/$/Restart", "responses": [ { "uuid": "b30d226d-c6e1-40e3-ab36-149924f395b8", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code. A successful operation means that the restart command was received by the node and it is in the process of restarting. Check the status of the node by calling GetNode operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "820e8dad-5074-40f5-bd60-3c8998c95dcd", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ca7193c-7969-4b57-bde3-16607193aba5", "documentation": "Gets the information about a Service Fabric partition.", "method": "get", "endpoint": "Partitions/:partitionId", "responses": [ { "uuid": "7179553e-4253-4c46-a432-647801b7e479", "body": "{\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"PartitionStatus\": \"{{oneOf (array 'Invalid' 'Ready' 'NotReady' 'InQuorumLoss' 'Reconfiguring' 'Deleting')}}\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9dececde-ad21-4834-8274-4a4bd9577c2f", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified partitionId is not found in the cluster.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7a6134c-b8bf-414a-a1e3-fa461e62a71a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "535ba2db-9948-4f4f-850d-c48728046c04", "documentation": "Triggers backup of the partition's state.", "method": "post", "endpoint": "Partitions/:partitionId/$/Backup", "responses": [ { "uuid": "b60c60fe-9fef-43fb-95bf-ec925d4906a9", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and backup will be initiated. Use GetPartitionBackupProgress operation to get the status of the backup operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f3951a4-eaa1-42eb-8f7c-049b0e3e0bad", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ccfb45e9-63ca-4e72-85af-0b56c6fc6163", "documentation": "Disables periodic backup of Service Fabric partition which was previously enabled.", "method": "post", "endpoint": "Partitions/:partitionId/$/DisableBackup", "responses": [ { "uuid": "f56ddad6-aa73-479a-aeb1-7a252fdf278c", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to disable partition backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5da3e7b0-58dc-4d86-af78-e786c5259b2e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0fee09c-634f-4953-b211-9eeb19960c10", "documentation": "Enables periodic backup of the stateful persisted partition.", "method": "post", "endpoint": "Partitions/:partitionId/$/EnableBackup", "responses": [ { "uuid": "127d9052-3e80-4abf-a17f-cd6450665d53", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to enable partition backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f716eabd-179c-4a44-9fb6-68bac9fb0e96", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a0dbb6cb-2d84-4ed5-99c9-a1bb53889aa8", "documentation": "Gets the partition backup configuration information", "method": "get", "endpoint": "Partitions/:partitionId/$/GetBackupConfigurationInfo", "responses": [ { "uuid": "8fce5919-03c6-4de9-8cc8-e931a3fbf19f", "body": "{\n \"Kind\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyName\": \"\",\n \"SuspensionInfo\": {\n \"IsSuspended\": {{faker 'datatype.boolean'}},\n \"SuspensionInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and gets the partition's backup configuration information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e0745bd-58f6-4e49-acd7-120507b950fd", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0cf5076-6b47-4e14-b311-247c28951599", "documentation": "Gets details for the latest backup triggered for this partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetBackupProgress", "responses": [ { "uuid": "b6b24462-ba3d-409a-be87-f4e04b08738f", "body": "{\n \"BackupId\": \"{{faker 'string.uuid'}}\",\n \"BackupLocation\": \"\",\n \"BackupState\": \"{{oneOf (array 'Invalid' 'Accepted' 'BackupInProgress' 'Success' 'Failure' 'Timeout')}}\",\n \"EpochOfLastBackupRecord\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"LsnOfLastBackupRecord\": \"\",\n \"TimeStampUtc\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation returns 200 status code and backup progress details.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7aec1e1-bce3-4452-96e9-1e0e72a05dd3", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5135315b-25b4-4726-b0da-732963ce1bf7", "documentation": "Gets the list of backups available for the specified partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetBackups", "responses": [ { "uuid": "dbb7af11-66b2-4621-9eba-51c4e092e694", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationName\": \"\",\n \"BackupChainId\": \"{{faker 'string.uuid'}}\",\n \"BackupId\": \"{{faker 'string.uuid'}}\",\n \"BackupLocation\": \"\",\n \"BackupType\": \"{{oneOf (array 'Invalid' 'Full' 'Incremental')}}\",\n \"CreationTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"EpochOfLastBackupRecord\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"LsnOfLastBackupRecord\": \"\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"ServiceManifestVersion\": \"\",\n \"ServiceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "33a1ac75-5f4b-48d9-ba42-a60c95b891e4", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "796ddb44-c67b-443e-8695-0a16d32a99c9", "documentation": "Gets the health of the specified Service Fabric partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetHealth", "responses": [ { "uuid": "453ea677-9c24-4156-bd49-6eda20d34f73", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information about the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6150195b-4483-47b1-836b-6027a3a5b550", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93e3455b-7eed-49ba-a3d1-8e96bd3094f4", "documentation": "Gets the health of the specified Service Fabric partition, by using the specified health policy.", "method": "post", "endpoint": "Partitions/:partitionId/$/GetHealth", "responses": [ { "uuid": "110e671d-f677-48ea-bd71-116c9543707d", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information about the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87addf2f-c69d-4777-85cd-cc2f85032bc0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f3e537e-e79c-4790-b246-d1fee102191c", "documentation": "Gets the load information of the specified Service Fabric partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetLoadInformation", "responses": [ { "uuid": "77083ab2-c9d9-4e25-973d-bc386d5df293", "body": "{\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"PrimaryLoadMetricReports\": [\n {\n \"CurrentValue\": \"\",\n \"LastReportedUtc\": \"{{faker 'date.recent' 365}}\",\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ],\n \"SecondaryLoadMetricReports\": [\n {\n \"CurrentValue\": \"\",\n \"LastReportedUtc\": \"{{faker 'date.recent' 365}}\",\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about the specified partition's last reported load metrics.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "38c61405-9bf8-4afb-8756-d1d80ea44eba", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "84d4db43-9254-4e37-a155-bcf2c8c6448c", "documentation": "Gets the information about replicas of a Service Fabric service partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetReplicas", "responses": [ { "uuid": "f8deacf9-feaf-496d-96e9-7c229659661a", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"Address\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"LastInBuildDurationInSeconds\": \"\",\n \"NodeName\": \"\",\n \"ReplicaStatus\": \"{{oneOf (array 'Invalid' 'InBuild' 'Standby' 'Ready' 'Down' 'Dropped')}}\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about the replicas of the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3d4ec2bd-2708-495a-8e2e-f6826f6f32e0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a4b0b98-f17f-4ed9-aee5-82bee7a09b82", "documentation": "Gets the information about a replica of a Service Fabric partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetReplicas/:replicaId", "responses": [ { "uuid": "4ed4ef41-6692-47d8-afe2-f8e42b7a09fd", "body": "{\n \"Address\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"LastInBuildDurationInSeconds\": \"\",\n \"NodeName\": \"\",\n \"ReplicaStatus\": \"{{oneOf (array 'Invalid' 'InBuild' 'Standby' 'Ready' 'Down' 'Dropped')}}\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the specified replicas of the specified partition of a Service Fabric service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c6204ab-769b-41e6-98b3-1faa9ce2892b", "body": "", "latency": 0, "statusCode": 204, "label": "An empty response is returned if the specified replicaId is not a replica of the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f22581b-edb6-49d2-8ace-b665b19b6b7b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48bd1a0c-685c-4d82-9175-ba8d8262e4a5", "documentation": "Gets the health of a Service Fabric stateful service replica or stateless service instance.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetReplicas/:replicaId/$/GetHealth", "responses": [ { "uuid": "14349266-e828-4819-9379-962be33aa139", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested replica health.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3d2ada05-4062-436a-8fb5-3dfc19a05826", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3a74075-411d-4b28-9a4a-009c62fdd779", "documentation": "Gets the health of a Service Fabric stateful service replica or stateless service instance using the specified policy.", "method": "post", "endpoint": "Partitions/:partitionId/$/GetReplicas/:replicaId/$/GetHealth", "responses": [ { "uuid": "a40f9b4a-cc26-4c09-b6b7-c5180ef01adb", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the requested replica health information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7dabfdba-a115-4e46-98f6-e18ec21b9b48", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1373f1cd-6a66-4cda-8c1f-47ce16adc40b", "documentation": "Sends a health report on the Service Fabric replica.", "method": "post", "endpoint": "Partitions/:partitionId/$/GetReplicas/:replicaId/$/ReportHealth", "responses": [ { "uuid": "602a9358-2523-4681-a8e1-ba43dd5e86ba", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5194efd-e533-46d0-9cd2-03f66f0fbc51", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90e95b8b-9da3-4e5d-bdd6-9f1c6f935722", "documentation": "Gets details for the latest restore operation triggered for this partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetRestoreProgress", "responses": [ { "uuid": "68f7cb50-beaf-40c5-a0e4-d952bf950e2f", "body": "{\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"RestoreState\": \"{{oneOf (array 'Invalid' 'Accepted' 'RestoreInProgress' 'Success' 'Failure' 'Timeout')}}\",\n \"RestoredEpoch\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"RestoredLsn\": \"\",\n \"TimeStampUtc\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation returns 200 status code and restore progress details.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ccebf924-bd4c-49c6-8ba3-8dda01783ece", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "894e2b41-a4f7-47d1-bfee-7e367d3b9d2e", "documentation": "Gets the name of the Service Fabric service for a partition.", "method": "get", "endpoint": "Partitions/:partitionId/$/GetServiceName", "responses": [ { "uuid": "3e00dc14-de60-418e-933d-74883c992747", "body": "{\n \"Id\": \"\",\n \"Name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the name of the service for the specified partition.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97ab85ce-f41c-46b1-aa0d-9c09388a6e40", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3e448e3-be27-4351-8120-a730a737d621", "documentation": "Moves the primary replica of a partition of a stateful service.", "method": "post", "endpoint": "Partitions/:partitionId/$/MovePrimaryReplica", "responses": [ { "uuid": "6f944018-e44b-4ba6-b5b7-fce77bd1aca4", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5007d5cb-8e35-4a2b-8cf4-37e0b36103e1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "283b15fe-264d-4974-a53e-8f045a9f22cc", "documentation": "Moves the secondary replica of a partition of a stateful service.", "method": "post", "endpoint": "Partitions/:partitionId/$/MoveSecondaryReplica", "responses": [ { "uuid": "82c722f8-9854-44a9-80be-a68d20876e67", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76d69b7a-e9b4-4878-b50b-b807afbf3746", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cbba7355-f7ff-4695-bfe2-27a2f8d0879c", "documentation": "Indicates to the Service Fabric cluster that it should attempt to recover a specific partition that is currently stuck in quorum loss.", "method": "post", "endpoint": "Partitions/:partitionId/$/Recover", "responses": [ { "uuid": "23d84aa3-07ef-4b29-afad-543d06cbd456", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e652ff4d-6f55-4c2f-b940-0a1d69e7b137", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cba25696-b115-4695-ac45-a35454af4a08", "documentation": "Sends a health report on the Service Fabric partition.", "method": "post", "endpoint": "Partitions/:partitionId/$/ReportHealth", "responses": [ { "uuid": "ae72f9fc-2461-46da-bb51-981fd43dab8f", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa51c9ed-a9e1-442e-b069-667d46f20798", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48663c28-0a02-4e9f-9b15-fd8f23704f1a", "documentation": "Resets the current load of a Service Fabric partition.", "method": "post", "endpoint": "Partitions/:partitionId/$/ResetLoad", "responses": [ { "uuid": "7be8226e-b98a-4637-94cc-9cc4904a9353", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "09fd8343-ad9f-49e1-99aa-43c734ff5f0a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d44a8d8f-a787-4bbe-affa-e48bd9fa7375", "documentation": "Triggers restore of the state of the partition using the specified restore partition description.", "method": "post", "endpoint": "Partitions/:partitionId/$/Restore", "responses": [ { "uuid": "374e89cb-bb06-4113-91b6-779dc89db14e", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and restore will be initiated. Use GetPartitionRestoreProgress operation to get the status of the restore operation.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7cdf1cd4-0ffc-4912-ae0b-fa7899c38c78", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ee30b4e-3dee-45b4-844c-42427f9717a4", "documentation": "Resumes periodic backup of partition which was previously suspended.", "method": "post", "endpoint": "Partitions/:partitionId/$/ResumeBackup", "responses": [ { "uuid": "5619303a-da99-4db9-9073-6e3c770c6acb", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and partition backup will be resumed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6dc40fb-8ec4-4382-9969-a4647f9ee8c1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7943863d-ce7b-4efb-b0ba-066be54ab4f1", "documentation": "Suspends periodic backup for the specified partition.", "method": "post", "endpoint": "Partitions/:partitionId/$/SuspendBackup", "responses": [ { "uuid": "4de1f2dc-27fc-4f4f-b086-eafa2d076b84", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and partition backup will be suspended.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2172e1a5-d57f-4297-978a-526b0e459c88", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "243aed80-db8c-4d3d-aa38-55146c9822d0", "documentation": "Lists all the application resources.", "method": "get", "endpoint": "Resources/Applications", "responses": [ { "uuid": "af85ad27-528b-4767-b9e0-ba1953380ea8", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"tokenServiceEndpoint\": \"\",\n \"type\": \"\",\n \"userAssignedIdentities\": {}\n },\n \"name\": \"\",\n \"properties\": {\n \"debugParams\": \"\",\n \"description\": \"\",\n \"diagnostics\": {\n \"defaultSinkRefs\": [\n \"\"\n ],\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinks\": [\n {\n \"description\": \"\",\n \"kind\": \"{{oneOf (array 'Invalid' 'AzureInternalMonitoringPipeline')}}\",\n \"name\": \"\"\n }\n ]\n },\n \"healthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"serviceNames\": [\n \"\"\n ],\n \"services\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n }\n ],\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"unhealthyEvaluation\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "adc31760-be2b-4627-9c70-42e20ed3d422", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fee26cdd-df69-44cc-956e-6dca010bd6d1", "documentation": "Deletes the Application resource.", "method": "delete", "endpoint": "Resources/Applications/:applicationResourceName", "responses": [ { "uuid": "15dd410f-4e03-441d-8aae-8b63eab94c38", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "18f11795-9df4-4775-822f-2a7f2592a0f4", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8572e4f4-33bd-44ee-b7e4-1963ac5fc624", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified application was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "750f8433-1beb-47af-b35e-eca170ba9f2b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cbec4a7-2789-4abb-8a30-2eec375b702d", "documentation": "Gets the Application resource with the given name.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName", "responses": [ { "uuid": "822d16db-034d-45b9-b870-32ab663cb696", "body": "{\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"tokenServiceEndpoint\": \"\",\n \"type\": \"\",\n \"userAssignedIdentities\": {}\n },\n \"name\": \"\",\n \"properties\": {\n \"debugParams\": \"\",\n \"description\": \"\",\n \"diagnostics\": {\n \"defaultSinkRefs\": [\n \"\"\n ],\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinks\": [\n {\n \"description\": \"\",\n \"kind\": \"{{oneOf (array 'Invalid' 'AzureInternalMonitoringPipeline')}}\",\n \"name\": \"\"\n }\n ]\n },\n \"healthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"serviceNames\": [\n \"\"\n ],\n \"services\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n }\n ],\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"unhealthyEvaluation\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e02553ae-2a2c-4f6b-bd23-7d483bfea312", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a8bc500-ab3f-42fb-b7fd-9908957840a5", "documentation": "Creates or updates a Application resource.", "method": "put", "endpoint": "Resources/Applications/:applicationResourceName", "responses": [ { "uuid": "4a97648f-200b-47da-93cb-5c8b81d08df5", "body": "{\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"tokenServiceEndpoint\": \"\",\n \"type\": \"\",\n \"userAssignedIdentities\": {}\n },\n \"name\": \"\",\n \"properties\": {\n \"debugParams\": \"\",\n \"description\": \"\",\n \"diagnostics\": {\n \"defaultSinkRefs\": [\n \"\"\n ],\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinks\": [\n {\n \"description\": \"\",\n \"kind\": \"{{oneOf (array 'Invalid' 'AzureInternalMonitoringPipeline')}}\",\n \"name\": \"\"\n }\n ]\n },\n \"healthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"serviceNames\": [\n \"\"\n ],\n \"services\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n }\n ],\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"unhealthyEvaluation\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8810ca29-df30-49aa-8587-3ddfc0789374", "body": "{\n \"identity\": {\n \"principalId\": \"\",\n \"tenantId\": \"\",\n \"tokenServiceEndpoint\": \"\",\n \"type\": \"\",\n \"userAssignedIdentities\": {}\n },\n \"name\": \"\",\n \"properties\": {\n \"debugParams\": \"\",\n \"description\": \"\",\n \"diagnostics\": {\n \"defaultSinkRefs\": [\n \"\"\n ],\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinks\": [\n {\n \"description\": \"\",\n \"kind\": \"{{oneOf (array 'Invalid' 'AzureInternalMonitoringPipeline')}}\",\n \"name\": \"\"\n }\n ]\n },\n \"healthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"serviceNames\": [\n \"\"\n ],\n \"services\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n }\n ],\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"unhealthyEvaluation\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b2ee6bb-f3c5-4b2b-b5b3-9e2625f5c361", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fda65023-7a79-4f5c-b6d7-593172736cc6", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "326da097-e32e-443b-a637-ef592dbe8eda", "documentation": "Gets the progress of the latest upgrade performed on this application resource.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/$/GetUpgradeProgress", "responses": [ { "uuid": "a8481f76-477d-4585-bee6-26d455dfb2b8", "body": "{\n \"ApplicationUpgradeStatusDetails\": \"\",\n \"FailureTimestampUtc\": \"\",\n \"Name\": \"\",\n \"PercentCompleted\": \"\",\n \"RollingUpgradeMode\": \"{{oneOf (array 'Invalid' 'UnmonitoredAuto' 'UnmonitoredManual' 'Monitored')}}\",\n \"ServiceUpgradeProgress\": [\n {\n \"CompletedReplicaCount\": \"\",\n \"PendingReplicaCount\": \"\",\n \"ServiceName\": \"\"\n }\n ],\n \"StartTimestampUtc\": \"\",\n \"TargetApplicationTypeVersion\": \"\",\n \"UpgradeDuration\": \"PT0H2M0S\",\n \"UpgradeReplicaSetCheckTimeoutInSeconds\": 42949672925,\n \"UpgradeState\": \"{{oneOf (array 'Invalid' 'ProvisioningTarget' 'RollingForward' 'UnprovisioningCurrent' 'CompletedRollforward' 'RollingBack' 'UnprovisioningTarget' 'CompletedRollback' 'Failed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff74a31d-64d3-4686-a42b-3dd7b7810d94", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5450349-6e68-410b-8022-5b06f56ab523", "documentation": "Lists all the service resources.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/Services", "responses": [ { "uuid": "5085d029-d426-4e08-b6fd-9228b6c5b202", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e49bda2f-b740-4572-85cc-3a6886220b05", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d0e63fc-8384-44a5-ac49-5e5d13a9a2f1", "documentation": "Gets the Service resource with the given name.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/Services/:serviceResourceName", "responses": [ { "uuid": "f79aae33-8e95-43f2-9f51-9864e62886a6", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "25e0fef7-b7db-4a4f-9d2e-5300e9c8224d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c32f890-bd15-4875-a380-ec9ae251e114", "documentation": "Lists all the replicas of a service.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas", "responses": [ { "uuid": "44093e3d-5b13-4f20-a135-5d5f8760c76d", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76995c55-bbea-49de-9714-247444f93fbc", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b74e5fd4-7933-4650-9054-e60d2b6d19b8", "documentation": "Gets the given replica of the service of an application.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas/:replicaName", "responses": [ { "uuid": "bf4654ed-a4fc-4878-9be8-86493a174349", "body": "{\n \"codePackages\": [\n {\n \"commands\": [\n \"\"\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"endpoints\": [\n {\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"entrypoint\": \"\",\n \"environmentVariables\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"image\": \"\",\n \"imageRegistryCredential\": {\n \"password\": \"\",\n \"passwordType\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"server\": \"\",\n \"username\": \"\"\n },\n \"instanceView\": {\n \"currentState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"events\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"firstTimestamp\": \"\",\n \"lastTimestamp\": \"\",\n \"message\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"previousState\": {\n \"detailStatus\": \"\",\n \"exitCode\": \"\",\n \"finishTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"state\": \"\"\n },\n \"restartCount\": {{faker 'number.int' max=99999}}\n },\n \"labels\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"livenessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"readinessProbe\": [\n {\n \"exec\": {\n \"command\": \"\"\n },\n \"failureThreshold\": {{faker 'number.int' max=99999}},\n \"httpGet\": {\n \"host\": \"\",\n \"httpHeaders\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"scheme\": \"{{oneOf (array 'http' 'https')}}\"\n },\n \"initialDelaySeconds\": {{faker 'number.int' max=99999}},\n \"periodSeconds\": {{faker 'number.int' max=99999}},\n \"successThreshold\": {{faker 'number.int' max=99999}},\n \"tcpSocket\": {\n \"port\": {{faker 'number.int' max=99999}}\n },\n \"timeoutSeconds\": {{faker 'number.int' max=99999}}\n }\n ],\n \"reliableCollectionsRefs\": [\n {\n \"doNotPersistState\": {{faker 'datatype.boolean'}},\n \"name\": \"\"\n }\n ],\n \"resources\": {\n \"limits\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n },\n \"requests\": {\n \"cpu\": {{faker 'number.float'}},\n \"memoryInGB\": {{faker 'number.float'}}\n }\n },\n \"settings\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'ClearText' 'KeyVaultReference' 'SecretValueReference')}}\",\n \"value\": \"\"\n }\n ],\n \"volumeRefs\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ],\n \"volumes\": [\n {\n \"destinationPath\": \"\",\n \"name\": \"\",\n \"readOnly\": {{faker 'datatype.boolean'}}\n }\n ]\n }\n ],\n \"diagnostics\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"sinkRefs\": [\n \"\"\n ]\n },\n \"networkRefs\": [\n {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"osType\": \"{{oneOf (array 'Linux' 'Windows')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f8488c8-c426-4654-b4d6-f2a7446ce42e", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4dd92bf-3b8f-49d1-93f2-7c4ae2f8d220", "documentation": "Gets the logs from the container.", "method": "get", "endpoint": "Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas/:replicaName/CodePackages/:codePackageName/Logs", "responses": [ { "uuid": "a2147062-5800-4025-b4cb-0d7d03f06e0d", "body": "{\n \"Content\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6dc87e5a-4b6a-48af-9f5f-4e82a52cba7a", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6005d35a-776b-4473-ab30-9e2227db96eb", "documentation": "Lists all the gateway resources.", "method": "get", "endpoint": "Resources/Gateways", "responses": [ { "uuid": "bcda543b-018b-4109-a577-316ffa578091", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"description\": \"\",\n \"destinationNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"http\": [\n {\n \"hosts\": [\n {\n \"name\": \"\",\n \"routes\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"match\": {\n \"headers\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'exact')}}\",\n \"value\": \"\"\n }\n ],\n \"path\": {\n \"rewrite\": \"\",\n \"type\": \"{{oneOf (array 'prefix')}}\",\n \"value\": \"\"\n }\n },\n \"name\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ipAddress\": \"\",\n \"sourceNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"tcp\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a0805b0e-686d-4693-ae06-32051db43736", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c5adf45-cb38-42b3-a7e5-85e17e23b1c0", "documentation": "Deletes the Gateway resource.", "method": "delete", "endpoint": "Resources/Gateways/:gatewayResourceName", "responses": [ { "uuid": "79691458-4872-4b4e-a065-f1874ab70474", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f2ea4e59-18f5-44e3-92c9-1dcddac1b408", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1cd33691-05b8-4408-99e4-ca9f291803b4", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified gateway was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93e351d3-b704-415e-b254-4c11119d3a4d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "895f96c1-7238-4081-93ce-8e7d9c2ad868", "documentation": "Gets the Gateway resource with the given name.", "method": "get", "endpoint": "Resources/Gateways/:gatewayResourceName", "responses": [ { "uuid": "22edbebf-9cbd-4ba5-ba20-755d7b227124", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"description\": \"\",\n \"destinationNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"http\": [\n {\n \"hosts\": [\n {\n \"name\": \"\",\n \"routes\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"match\": {\n \"headers\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'exact')}}\",\n \"value\": \"\"\n }\n ],\n \"path\": {\n \"rewrite\": \"\",\n \"type\": \"{{oneOf (array 'prefix')}}\",\n \"value\": \"\"\n }\n },\n \"name\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ipAddress\": \"\",\n \"sourceNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"tcp\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b564080-5a4d-4bac-bfba-6dce59a7d304", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b337f3c0-0117-445d-8dfa-fb28f1f731f2", "documentation": "Creates or updates a Gateway resource.", "method": "put", "endpoint": "Resources/Gateways/:gatewayResourceName", "responses": [ { "uuid": "b13dcb97-ff0d-4c3c-8aa6-d42e6cf712c6", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"description\": \"\",\n \"destinationNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"http\": [\n {\n \"hosts\": [\n {\n \"name\": \"\",\n \"routes\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"match\": {\n \"headers\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'exact')}}\",\n \"value\": \"\"\n }\n ],\n \"path\": {\n \"rewrite\": \"\",\n \"type\": \"{{oneOf (array 'prefix')}}\",\n \"value\": \"\"\n }\n },\n \"name\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ipAddress\": \"\",\n \"sourceNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"tcp\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "147ebbdd-4b55-48cf-9b00-95574527419e", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"description\": \"\",\n \"destinationNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"http\": [\n {\n \"hosts\": [\n {\n \"name\": \"\",\n \"routes\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"match\": {\n \"headers\": [\n {\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'exact')}}\",\n \"value\": \"\"\n }\n ],\n \"path\": {\n \"rewrite\": \"\",\n \"type\": \"{{oneOf (array 'prefix')}}\",\n \"value\": \"\"\n }\n },\n \"name\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ipAddress\": \"\",\n \"sourceNetwork\": {\n \"endpointRefs\": [\n {\n \"name\": \"\"\n }\n ],\n \"name\": \"\"\n },\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\",\n \"tcp\": [\n {\n \"destination\": {\n \"applicationName\": \"\",\n \"endpointName\": \"\",\n \"serviceName\": \"\"\n },\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7ee34b1-3874-4112-923e-7eec5c76d40f", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "971019b1-605b-404b-8e99-ee1d54505d95", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ce1a5d6-808e-4d67-a846-4cc9d0c8757f", "documentation": "Lists all the network resources.", "method": "get", "endpoint": "Resources/Networks", "responses": [ { "uuid": "0a6ff4b7-53c1-4006-9c28-d4eac44480aa", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'Local')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a478c37f-594c-4c32-89eb-986a35e80914", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e237f512-2842-45c1-a290-3b4beb4390e7", "documentation": "Deletes the Network resource.", "method": "delete", "endpoint": "Resources/Networks/:networkResourceName", "responses": [ { "uuid": "841090d1-f50e-45ad-b369-d1534c3b13cf", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8b3f7305-aa10-43ff-a5f0-dd386a4b7860", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "906de26d-6d41-4a88-902f-e0da04b86cbc", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified network was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55071e45-f525-4da6-8c52-637fbe981b71", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e55545c-c4fe-48df-a63c-8e49af252784", "documentation": "Gets the Network resource with the given name.", "method": "get", "endpoint": "Resources/Networks/:networkResourceName", "responses": [ { "uuid": "50539c4b-78a1-4152-b0ee-1c9d8e8d4c7e", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'Local')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "11ab8f42-08dc-4797-a8be-c42588d70078", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e90379e3-6465-4019-8661-03248badea9a", "documentation": "Creates or updates a Network resource.", "method": "put", "endpoint": "Resources/Networks/:networkResourceName", "responses": [ { "uuid": "82cc8472-a4fa-44df-9680-9c0ba04960ae", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'Local')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94ca8585-b2d3-4801-b0b1-500f56cf32bd", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'Local')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "deecc4e3-51a3-4aa4-b093-dd576296ef8a", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3e51bc4-2ab3-4aea-9616-9f8f5d47a273", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04177301-74f1-44d3-bb18-d973729d790e", "documentation": "Lists all the secret resources.", "method": "get", "endpoint": "Resources/Secrets", "responses": [ { "uuid": "92a3ef52-cae5-415a-b57c-7271cbec02b5", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'inlinedValue' 'keyVaultVersionedReference')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c0225fd-896a-438d-873b-79844869311c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc343840-7c7d-4b38-9297-5d76fa270011", "documentation": "Deletes the Secret resource.", "method": "delete", "endpoint": "Resources/Secrets/:secretResourceName", "responses": [ { "uuid": "b5080f0d-3d8b-4740-9682-98f22571a5c4", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "000a2f68-b306-4095-9a34-21d3eba99829", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3f5fab5-3724-41c0-b6d6-6a9ba5be810d", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified secret was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "99e1ef8c-fd08-4c91-ba6f-b717ae475dc4", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11f3a54b-b075-4acd-b2fa-5974faddb136", "documentation": "Gets the Secret resource with the given name.", "method": "get", "endpoint": "Resources/Secrets/:secretResourceName", "responses": [ { "uuid": "6957bdfe-b2f0-4654-b7ce-4ebae669edfc", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'inlinedValue' 'keyVaultVersionedReference')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a02fb26e-93aa-4ab9-8b13-4e7c2060a2b7", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9561372-fc78-4912-83a9-39ae632bf97a", "documentation": "Creates or updates a Secret resource.", "method": "put", "endpoint": "Resources/Secrets/:secretResourceName", "responses": [ { "uuid": "72e2e3b2-2695-40f6-9c6b-8f7f8d4cc8e6", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'inlinedValue' 'keyVaultVersionedReference')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee965672-b78a-4536-b03e-d1d51fc85213", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"kind\": \"{{oneOf (array 'inlinedValue' 'keyVaultVersionedReference')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ccb7d88-197f-4b92-892a-e800cafe8621", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f640eaff-16fd-428f-a232-30c0bcfc9836", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fca22c8-3f94-4755-82b4-430d4652cd91", "documentation": "List names of all values of the specified secret resource.", "method": "get", "endpoint": "Resources/Secrets/:secretResourceName/values", "responses": [ { "uuid": "3943693d-2806-472a-a300-7c25930c9cb1", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"value\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77473e49-31e0-4ef3-a3e1-9d7cd262cd3c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03ae8f9f-5527-4e7b-aa1e-9d20658b232b", "documentation": "Deletes the specified value of the named secret resource.", "method": "delete", "endpoint": "Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "responses": [ { "uuid": "ca6e28e8-801f-400d-81ac-c88829829d83", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf07c9d3-12fb-403e-8ca0-2d8e611901cc", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a568b461-dafd-447c-9bc7-fdfc23690916", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified secret value was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd080ff2-eed1-44bf-b4bf-8c1059d31078", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "384f58d8-cca6-4bd8-a525-49f8f746546b", "documentation": "Gets the specified secret value resource.", "method": "get", "endpoint": "Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "responses": [ { "uuid": "fd864f17-66d2-4bd2-a4b5-2700579dc302", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8d32fc0b-9cf8-4d51-9173-ca2eb922cdb2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f29a66e2-8175-4d16-9b95-c7366d236a61", "documentation": "Adds the specified value as a new version of the specified secret resource.", "method": "put", "endpoint": "Resources/Secrets/:secretResourceName/values/:secretValueResourceName", "responses": [ { "uuid": "0cc87cfb-45ae-4af2-a907-f0405c3861b7", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "63257ef3-be8d-458c-960f-e1e6729f74de", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28ede098-1746-4613-9417-a4f6a27eaaca", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "100c398e-59c1-40bb-adfc-3eebf8c15134", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20854f78-6922-4040-8902-09436c29d9c9", "documentation": "Lists the specified value of the secret resource.", "method": "post", "endpoint": "Resources/Secrets/:secretResourceName/values/:secretValueResourceName/list_value", "responses": [ { "uuid": "f1bb1195-0e2c-43e6-a7fd-76c4b204cf29", "body": "{\n \"value\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "55f3d116-2dbf-4e38-b9f4-aa2493a54a16", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c3c862d-0890-4471-88a4-245016ec6ce0", "documentation": "Lists all the volume resources.", "method": "get", "endpoint": "Resources/Volumes", "responses": [ { "uuid": "ee740e5f-f728-429f-b1be-3f5f3ee6c5be", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"name\": \"\",\n \"properties\": {\n \"azureFileParameters\": {\n \"accountKey\": \"\",\n \"accountName\": \"\",\n \"shareName\": \"\"\n },\n \"description\": \"\",\n \"provider\": \"{{oneOf (array 'SFAzureFile')}}\",\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b842b0ea-c8b9-4478-b86d-f2e2f06939a1", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5ab2a43-c18c-443f-9ad4-97e2dadc4ddd", "documentation": "Deletes the Volume resource.", "method": "delete", "endpoint": "Resources/Volumes/:volumeResourceName", "responses": [ { "uuid": "0173c1fc-b301-4606-8a23-411805ab21ce", "body": "", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05525f6e-4149-47c2-9b8f-bc585ff3df2b", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2d9a876-b25c-4be1-9b59-560e0f3bd970", "body": "", "latency": 0, "statusCode": 204, "label": "No Content - the specified volume was not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f276055-55ca-4383-ae93-ac2bf6dffbeb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6dffee6-e96d-4c07-a383-c6b08da9584e", "documentation": "Gets the Volume resource with the given name.", "method": "get", "endpoint": "Resources/Volumes/:volumeResourceName", "responses": [ { "uuid": "dc848d11-9b55-455f-89aa-42165247b3aa", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"azureFileParameters\": {\n \"accountKey\": \"\",\n \"accountName\": \"\",\n \"shareName\": \"\"\n },\n \"description\": \"\",\n \"provider\": \"{{oneOf (array 'SFAzureFile')}}\",\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "763d44a5-1286-407d-b826-8b72dde0e2a8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "771ad463-85ea-456a-a79d-aad22132f4ac", "documentation": "Creates or updates a Volume resource.", "method": "put", "endpoint": "Resources/Volumes/:volumeResourceName", "responses": [ { "uuid": "f4cb4901-4275-4215-81f1-338c47543ca4", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"azureFileParameters\": {\n \"accountKey\": \"\",\n \"accountName\": \"\",\n \"shareName\": \"\"\n },\n \"description\": \"\",\n \"provider\": \"{{oneOf (array 'SFAzureFile')}}\",\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "496483ca-a303-4eea-85d3-4dee638f0f09", "body": "{\n \"name\": \"\",\n \"properties\": {\n \"azureFileParameters\": {\n \"accountKey\": \"\",\n \"accountName\": \"\",\n \"shareName\": \"\"\n },\n \"description\": \"\",\n \"provider\": \"{{oneOf (array 'SFAzureFile')}}\",\n \"status\": \"{{oneOf (array 'Unknown' 'Ready' 'Upgrading' 'Creating' 'Deleting' 'Failed')}}\",\n \"statusDetails\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1483b2bc-6c43-4bff-b9a5-ea80cf2f1005", "body": "", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ae21829-6cc2-4855-bc11-9792fbe99ed2", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fcbd674-ae5a-4ba9-b822-46695787426b", "documentation": "Indicates to the Service Fabric cluster that it should attempt to recover the specified service that is currently stuck in quorum loss.", "method": "post", "endpoint": "Services/$/:serviceId/$/GetPartitions/$/Recover", "responses": [ { "uuid": "a040b12a-1897-40ab-bd22-77d326a0abae", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation request will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e49357c-60c3-423b-bf21-417164ae5571", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d205d332-4489-4342-8d01-e64a9d09cf4d", "documentation": "Deletes an existing Service Fabric service.", "method": "post", "endpoint": "Services/:serviceId/$/Delete", "responses": [ { "uuid": "ca565a64-9247-4de5-9af6-15f11ba46150", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a7f53d43-2afd-41d3-93f2-0495137c8eea", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c880034-25dd-4f2f-8ce9-7386d14378b0", "documentation": "Disables periodic backup of Service Fabric service which was previously enabled.", "method": "post", "endpoint": "Services/:serviceId/$/DisableBackup", "responses": [ { "uuid": "8b4c4374-979d-4b7d-90ec-d35e6f007128", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to disable service backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0de05535-e158-486f-8626-2ed76754d36c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5617f342-d8a9-4d5a-a323-238f7bec46f4", "documentation": "Enables periodic backup of stateful partitions under this Service Fabric service.", "method": "post", "endpoint": "Services/:serviceId/$/EnableBackup", "responses": [ { "uuid": "8887e00f-c8b4-4694-9fc9-54a6d4b89c7f", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the request to enable service backup has been accepted.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cb0242ae-4ff9-4e15-9098-071e1039ada8", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c37bc468-bdae-4a9a-8c12-c74daf61941b", "documentation": "Gets the name of the Service Fabric application for a service.", "method": "get", "endpoint": "Services/:serviceId/$/GetApplicationName", "responses": [ { "uuid": "2adba6b9-30dd-4d94-b5ff-63b1ecfd325e", "body": "{\n \"Id\": \"\",\n \"Name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about the name of the application for the specified service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "27f01e50-c6fe-4fb7-b735-2196847d4839", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d2b5546-572a-4cbe-9316-9094b3e20237", "documentation": "Gets the Service Fabric service backup configuration information.", "method": "get", "endpoint": "Services/:serviceId/$/GetBackupConfigurationInfo", "responses": [ { "uuid": "376ca533-1f50-4146-a507-b2f1c1162f15", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\",\n \"PolicyName\": \"\",\n \"SuspensionInfo\": {\n \"IsSuspended\": {{faker 'datatype.boolean'}},\n \"SuspensionInheritedFrom\": \"{{oneOf (array 'Invalid' 'Partition' 'Service' 'Application')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup configuration information for the service, and the partitions under this service, for which backup configuration has been overridden.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fdd2d455-7df3-48a3-867e-6d4f9851d591", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d55445a3-4596-4be2-8d25-dfd1a2baffd6", "documentation": "Gets the list of backups available for every partition in this service.", "method": "get", "endpoint": "Services/:serviceId/$/GetBackups", "responses": [ { "uuid": "6df4d541-81a0-4aa5-98a0-7f81938ca79e", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"ApplicationName\": \"\",\n \"BackupChainId\": \"{{faker 'string.uuid'}}\",\n \"BackupId\": \"{{faker 'string.uuid'}}\",\n \"BackupLocation\": \"\",\n \"BackupType\": \"{{oneOf (array 'Invalid' 'Full' 'Incremental')}}\",\n \"CreationTimeUtc\": \"{{faker 'date.recent' 365}}\",\n \"EpochOfLastBackupRecord\": {\n \"ConfigurationVersion\": \"\",\n \"DataLossVersion\": \"\"\n },\n \"FailureError\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n },\n \"LsnOfLastBackupRecord\": \"\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"ServiceManifestVersion\": \"\",\n \"ServiceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and a paged list of backup information.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69da39c3-35f0-46f8-bc54-7876ec378aac", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7e45fa3-6821-45c6-9360-0d6866ea1427", "documentation": "Gets the description of an existing Service Fabric service.", "method": "get", "endpoint": "Services/:serviceId/$/GetDescription", "responses": [ { "uuid": "15178b4f-6ec0-483a-b9cb-653a1f92abc8", "body": "{\n \"ApplicationName\": \"\",\n \"CorrelationScheme\": [\n {\n \"Scheme\": \"{{oneOf (array 'Invalid' 'Affinity' 'AlignedAffinity' 'NonAlignedAffinity')}}\",\n \"ServiceName\": \"\"\n }\n ],\n \"DefaultMoveCost\": \"{{oneOf (array 'Zero' 'Low' 'Medium' 'High' 'VeryHigh')}}\",\n \"InitializationData\": [\n {{faker 'number.int' max=99999}}\n ],\n \"IsDefaultMoveCostSpecified\": {{faker 'datatype.boolean'}},\n \"PartitionDescription\": {\n \"PartitionScheme\": \"{{oneOf (array 'Invalid' 'Singleton' 'UniformInt64Range' 'Named')}}\"\n },\n \"PlacementConstraints\": \"\",\n \"ScalingPolicies\": [\n {\n \"ScalingMechanism\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'PartitionInstanceCount' 'AddRemoveIncrementalNamedPartition')}}\"\n },\n \"ScalingTrigger\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'AveragePartitionLoad' 'AverageServiceLoad')}}\"\n }\n }\n ],\n \"ServiceDnsName\": \"\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\",\n \"ServiceLoadMetrics\": [\n {\n \"DefaultLoad\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PrimaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"SecondaryDefaultLoad\": {{faker 'number.int' max=99999}},\n \"Weight\": \"{{oneOf (array 'Zero' 'Low' 'Medium' 'High')}}\"\n }\n ],\n \"ServiceName\": \"\",\n \"ServicePackageActivationMode\": \"{{oneOf (array 'SharedProcess' 'ExclusiveProcess')}}\",\n \"ServicePlacementPolicies\": [\n {\n \"Type\": \"{{oneOf (array 'Invalid' 'InvalidDomain' 'RequireDomain' 'PreferPrimaryDomain' 'RequireDomainDistribution' 'NonPartiallyPlaceService')}}\"\n }\n ],\n \"ServiceTypeName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "08590724-b74b-4c15-83b7-de9161fb3f42", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a2efd11-ded3-48f0-9c7c-1ca62dabb29f", "documentation": "Gets the health of the specified Service Fabric service.", "method": "get", "endpoint": "Services/:serviceId/$/GetHealth", "responses": [ { "uuid": "ea4e9195-006d-42c1-89cc-42f0f9197a68", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the specified service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a8bc7cd1-0692-4dfc-9190-d04ae862c96b", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21624ded-d0cc-458a-8538-30ea3cf5d7db", "documentation": "Gets the health of the specified Service Fabric service, by using the specified health policy.", "method": "post", "endpoint": "Services/:serviceId/$/GetHealth", "responses": [ { "uuid": "912407c6-8c9c-4f39-a0e0-e50cb88f03b0", "body": "{\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"HealthEvents\": [\n {\n \"Description\": \"\",\n \"HealthReportId\": \"\",\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Property\": \"\",\n \"RemoveWhenExpired\": {{faker 'datatype.boolean'}},\n \"SequenceNumber\": \"\",\n \"SourceId\": \"\",\n \"TimeToLiveInMilliSeconds\": \"\"\n }\n ],\n \"HealthStatistics\": {\n \"HealthStateCountList\": [\n {\n \"EntityKind\": \"{{oneOf (array 'Invalid' 'Node' 'Partition' 'Service' 'Application' 'Replica' 'DeployedApplication' 'DeployedServicePackage' 'Cluster')}}\",\n \"HealthStateCount\": {\n \"ErrorCount\": {{faker 'number.int' max=99999}},\n \"OkCount\": {{faker 'number.int' max=99999}},\n \"WarningCount\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"UnhealthyEvaluations\": [\n {\n \"HealthEvaluation\": {\n \"AggregatedHealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"Description\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Event' 'Replicas' 'Partitions' 'DeployedServicePackages' 'DeployedApplications' 'Services' 'Nodes' 'Applications' 'SystemApplication' 'UpgradeDomainDeployedApplications' 'UpgradeDomainNodes' 'Replica' 'Partition' 'DeployedServicePackage' 'DeployedApplication' 'Service' 'Node' 'Application' 'DeltaNodesCheck' 'UpgradeDomainDeltaNodesCheck' 'ApplicationTypeApplications')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the health information of the specified service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "34361dda-41bb-49eb-bef9-fca2ffecef93", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "335ab7b4-ec3e-45b0-b56d-74426ce80bb6", "documentation": "Gets the list of partitions of a Service Fabric service.", "method": "get", "endpoint": "Services/:serviceId/$/GetPartitions", "responses": [ { "uuid": "9edfbe3f-ab87-43da-a72d-d48f738ca4c2", "body": "{\n \"ContinuationToken\": \"\",\n \"Items\": [\n {\n \"HealthState\": \"{{oneOf (array 'Invalid' 'Ok' 'Warning' 'Error' 'Unknown')}}\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"PartitionStatus\": \"{{oneOf (array 'Invalid' 'Ready' 'NotReady' 'InQuorumLoss' 'Reconfiguring' 'Deleting')}}\",\n \"ServiceKind\": \"{{oneOf (array 'Invalid' 'Stateless' 'Stateful')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of partitions of a Service Fabric service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "33dca0ff-d3a8-4ffe-9922-e752dd361a2c", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca9fa152-530a-44c3-a075-13e7b3d3a265", "documentation": "Gets the information about unplaced replica of the service.", "method": "get", "endpoint": "Services/:serviceId/$/GetUnplacedReplicaInformation", "responses": [ { "uuid": "9978762c-fa60-42ae-939d-4f4263f5f4b0", "body": "{\n \"PartitionId\": \"{{faker 'string.uuid'}}\",\n \"ServiceName\": \"\",\n \"UnplacedReplicaDetails\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about the specified service.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b8f8b629-3998-4d6a-ab41-58bcc0b13c08", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "234b0717-fd7e-4a8a-9bd6-0a83c55d6ddf", "documentation": "Sends a health report on the Service Fabric service.", "method": "post", "endpoint": "Services/:serviceId/$/ReportHealth", "responses": [ { "uuid": "fa7e1209-afe6-44ab-94b5-27db37db0cb4", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e9f702cf-0cce-4629-8957-f5ac16a2f9a0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8d06900-25c7-4760-b60d-1e5138652ffd", "documentation": "Resolve a Service Fabric partition.", "method": "get", "endpoint": "Services/:serviceId/$/ResolvePartition", "responses": [ { "uuid": "794a708c-8850-4c41-b0a7-eee602f84472", "body": "{\n \"Endpoints\": [\n {\n \"Address\": \"\",\n \"Kind\": \"{{oneOf (array 'Invalid' 'Stateless' 'StatefulPrimary' 'StatefulSecondary')}}\"\n }\n ],\n \"Name\": \"\",\n \"PartitionInformation\": {\n \"Id\": \"{{faker 'string.uuid'}}\",\n \"ServicePartitionKind\": \"{{oneOf (array 'Invalid' 'Singleton' 'Int64Range' 'Named')}}\"\n },\n \"Version\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7774aaeb-7b65-4e03-968d-9bebf7735a16", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3edd4dee-efe5-464f-86a0-1351ee54f18b", "documentation": "Resumes periodic backup of a Service Fabric service which was previously suspended.", "method": "post", "endpoint": "Services/:serviceId/$/ResumeBackup", "responses": [ { "uuid": "6aa09bc7-5eba-49df-b27e-3346a90ce1e1", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and service backup will be resumed.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5372fdd6-8e03-4fce-a3e2-3fbe11c321b0", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93c0e845-d800-4564-af63-3911d75af414", "documentation": "Suspends periodic backup for the specified Service Fabric service.", "method": "post", "endpoint": "Services/:serviceId/$/SuspendBackup", "responses": [ { "uuid": "5a88eb34-a3b3-4024-a41a-498d93b510f0", "body": "", "latency": 0, "statusCode": 202, "label": "A 202 status code indicates the operation request was accepted and service backup will be suspended.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47303714-67fd-4b85-be4f-609c482468ec", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "324af22e-659c-4bfb-a726-8c250dbbd184", "documentation": "Updates a Service Fabric service using the specified update description.", "method": "post", "endpoint": "Services/:serviceId/$/Update", "responses": [ { "uuid": "417d68e6-c43c-4cd4-98b0-41a3ca05c8de", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 202 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d49b6c13-d72f-4f23-ac00-37dfd43b8da4", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7180730-ceb6-4731-885b-1337e5616069", "documentation": "Get the status of Chaos.", "method": "get", "endpoint": "Tools/Chaos", "responses": [ { "uuid": "7f85f760-35e4-491e-9868-5a91d87bc9ed", "body": "{\n \"ChaosParameters\": {\n \"ChaosTargetFilter\": {\n \"ApplicationInclusionList\": [\n \"\"\n ],\n \"NodeTypeInclusionList\": [\n \"\"\n ]\n },\n \"ClusterHealthPolicy\": {\n \"ApplicationTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"MaxPercentUnhealthyApplications\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyNodes\": {{faker 'number.int' max=99999}}\n },\n \"Context\": {\n \"Map\": \"\"\n },\n \"EnableMoveReplicaFaults\": true,\n \"MaxClusterStabilizationTimeoutInSeconds\": 60,\n \"MaxConcurrentFaults\": 1,\n \"TimeToRunInSeconds\": \"4294967295\",\n \"WaitTimeBetweenFaultsInSeconds\": 20,\n \"WaitTimeBetweenIterationsInSeconds\": 30\n },\n \"ScheduleStatus\": \"{{oneOf (array 'Invalid' 'Stopped' 'Active' 'Expired' 'Pending')}}\",\n \"Status\": \"{{oneOf (array 'Invalid' 'Running' 'Stopped')}}\"\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the status of Chaos.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0ac5cc6b-c01e-4aee-ab0d-688e5baefd35", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c6dcbfd-7abd-4be4-9248-1b47fa20f0b2", "documentation": "Starts Chaos in the cluster.", "method": "post", "endpoint": "Tools/Chaos/$/Start", "responses": [ { "uuid": "f47af683-6890-4465-a4ff-3ca2eaa50994", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8fe4447-142c-46ec-9c06-12adcc0004e4", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2656716d-59b7-4b14-b352-f74306766ccf", "documentation": "Stops Chaos if it is running in the cluster and put the Chaos Schedule in a stopped state.", "method": "post", "endpoint": "Tools/Chaos/$/Stop", "responses": [ { "uuid": "c9d09f8b-d807-4967-aa96-dd84cc6bf0d2", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13af24db-873c-4d62-85c4-de5ffcff136d", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46aa0d3b-7155-403b-91b7-c8a0aa0abc1b", "documentation": "Gets the next segment of the Chaos events based on the continuation token or the time range.", "method": "get", "endpoint": "Tools/Chaos/Events", "responses": [ { "uuid": "cec8e7b7-1000-46bd-ba14-e78d7f8492d2", "body": "{\n \"ContinuationToken\": \"\",\n \"History\": [\n {\n \"ChaosEvent\": {\n \"Kind\": \"{{oneOf (array 'Invalid' 'Started' 'ExecutingFaults' 'Waiting' 'ValidationFailed' 'TestError' 'Stopped')}}\",\n \"TimeStampUtc\": \"{{faker 'date.recent' 365}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Next segment of Chaos events.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87ced173-e31b-4680-a14a-f2daa7837bcb", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4df0860-359c-46b8-bb97-dac59c0ed3e2", "documentation": "Get the Chaos Schedule defining when and how to run Chaos.", "method": "get", "endpoint": "Tools/Chaos/Schedule", "responses": [ { "uuid": "f19bf7fd-9d07-4b53-95fb-09e9fe8f62da", "body": "{\n \"Schedule\": {\n \"ChaosParametersDictionary\": [\n {\n \"Key\": \"\",\n \"Value\": {\n \"ChaosTargetFilter\": {\n \"ApplicationInclusionList\": [\n \"\"\n ],\n \"NodeTypeInclusionList\": [\n \"\"\n ]\n },\n \"ClusterHealthPolicy\": {\n \"ApplicationTypeHealthPolicyMap\": [\n {\n \"Key\": \"\",\n \"Value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"ConsiderWarningAsError\": {{faker 'datatype.boolean'}},\n \"MaxPercentUnhealthyApplications\": {{faker 'number.int' max=99999}},\n \"MaxPercentUnhealthyNodes\": {{faker 'number.int' max=99999}}\n },\n \"Context\": {\n \"Map\": \"\"\n },\n \"EnableMoveReplicaFaults\": true,\n \"MaxClusterStabilizationTimeoutInSeconds\": 60,\n \"MaxConcurrentFaults\": 1,\n \"TimeToRunInSeconds\": \"4294967295\",\n \"WaitTimeBetweenFaultsInSeconds\": 20,\n \"WaitTimeBetweenIterationsInSeconds\": 30\n }\n }\n ],\n \"ExpiryDate\": \"9999-12-31T23:59:59.999Z\",\n \"Jobs\": [\n {\n \"ChaosParameters\": \"\",\n \"Days\": {\n \"Friday\": {{faker 'datatype.boolean'}},\n \"Monday\": {{faker 'datatype.boolean'}},\n \"Saturday\": {{faker 'datatype.boolean'}},\n \"Sunday\": {{faker 'datatype.boolean'}},\n \"Thursday\": {{faker 'datatype.boolean'}},\n \"Tuesday\": {{faker 'datatype.boolean'}},\n \"Wednesday\": {{faker 'datatype.boolean'}}\n },\n \"Times\": [\n {\n \"EndTime\": {\n \"Hour\": {{faker 'number.int' max=99999}},\n \"Minute\": {{faker 'number.int' max=99999}}\n },\n \"StartTime\": {\n \"Hour\": {{faker 'number.int' max=99999}},\n \"Minute\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n }\n ],\n \"StartDate\": \"1601-01-01T00:00:00Z\"\n },\n \"Version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code and the schedule description including a Chaos Schedule used by Chaos and the version the Chaos Schedule is on.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d51df6a-5bd2-4c34-a944-45e8f11212cf", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "858096bb-9270-48a6-890a-e692ccc8144f", "documentation": "Set the schedule used by Chaos.", "method": "post", "endpoint": "Tools/Chaos/Schedule", "responses": [ { "uuid": "fc7853b4-1fc2-439f-97cf-1ce2262f0db9", "body": "", "latency": 0, "statusCode": 200, "label": "A successful operation will return 200 status code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ec3cd796-6be3-42cd-a7ee-017acf6e8fcf", "body": "{\n \"Error\": {\n \"Code\": \"{{oneOf (array 'FABRIC_E_INVALID_PARTITION_KEY' 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR' 'FABRIC_E_INVALID_ADDRESS' 'FABRIC_E_APPLICATION_NOT_UPGRADING' 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_FABRIC_NOT_UPGRADING' 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR' 'FABRIC_E_INVALID_CONFIGURATION' 'FABRIC_E_INVALID_NAME_URI' 'FABRIC_E_PATH_TOO_LONG' 'FABRIC_E_KEY_TOO_LARGE' 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED' 'FABRIC_E_INVALID_ATOMIC_GROUP' 'FABRIC_E_VALUE_EMPTY' 'FABRIC_E_NODE_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND' 'FABRIC_E_APPLICATION_NOT_FOUND' 'FABRIC_E_SERVICE_TYPE_NOT_FOUND' 'FABRIC_E_SERVICE_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND' 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND' 'FABRIC_E_PARTITION_NOT_FOUND' 'FABRIC_E_REPLICA_DOES_NOT_EXIST' 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST' 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND' 'FABRIC_E_DIRECTORY_NOT_FOUND' 'FABRIC_E_FABRIC_VERSION_NOT_FOUND' 'FABRIC_E_FILE_NOT_FOUND' 'FABRIC_E_NAME_DOES_NOT_EXIST' 'FABRIC_E_PROPERTY_DOES_NOT_EXIST' 'FABRIC_E_ENUMERATION_COMPLETED' 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND' 'FABRIC_E_KEY_NOT_FOUND' 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND' 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS' 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS' 'FABRIC_E_SERVICE_ALREADY_EXISTS' 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS' 'FABRIC_E_APPLICATION_TYPE_IN_USE' 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION' 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS' 'FABRIC_E_FABRIC_VERSION_IN_USE' 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS' 'FABRIC_E_NAME_ALREADY_EXISTS' 'FABRIC_E_NAME_NOT_EMPTY' 'FABRIC_E_PROPERTY_CHECK_FAILED' 'FABRIC_E_SERVICE_METADATA_MISMATCH' 'FABRIC_E_SERVICE_TYPE_MISMATCH' 'FABRIC_E_HEALTH_STALE_REPORT' 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED' 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET' 'FABRIC_E_INSTANCE_ID_MISMATCH' 'FABRIC_E_VALUE_TOO_LARGE' 'FABRIC_E_NO_WRITE_QUORUM' 'FABRIC_E_NOT_PRIMARY' 'FABRIC_E_NOT_READY' 'FABRIC_E_RECONFIGURATION_PENDING' 'FABRIC_E_SERVICE_OFFLINE' 'E_ABORT' 'FABRIC_E_COMMUNICATION_ERROR' 'FABRIC_E_OPERATION_NOT_COMPLETE' 'FABRIC_E_TIMEOUT' 'FABRIC_E_NODE_IS_UP' 'E_FAIL' 'FABRIC_E_BACKUP_IS_ENABLED' 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH' 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES' 'FABRIC_E_BACKUP_NOT_ENABLED' 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING' 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING' 'FABRIC_E_BACKUP_IN_PROGRESS' 'FABRIC_E_RESTORE_IN_PROGRESS' 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING' 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY' 'E_INVALIDARG' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS' 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND' 'FABRIC_E_VOLUME_ALREADY_EXISTS' 'FABRIC_E_VOLUME_NOT_FOUND' 'SerializationError' 'FABRIC_E_IMAGEBUILDER_RESERVED_DIRECTORY_ERROR')}}\",\n \"Message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The detailed error response.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "ffca4d28-7dde-4b49-9dc3-0b96b077845f" }, { "type": "route", "uuid": "9ed45382-e706-4991-8a84-da9c0617e67f" }, { "type": "route", "uuid": "5fa31176-ed9a-4589-997f-509f2ad3619b" }, { "type": "route", "uuid": "4d4da661-1408-4b1c-94bd-bc0dd7c51eaa" }, { "type": "route", "uuid": "743a5f69-02c2-43d6-bcba-a11a6554c312" }, { "type": "route", "uuid": "f52f7abf-b4e8-4092-9bf4-cd95cd9bf5f0" }, { "type": "route", "uuid": "7365925f-bcc4-4a1e-91d6-0b42890c5f33" }, { "type": "route", "uuid": "e6e44dc7-bcdd-488f-903d-66d0e4f9c8b0" }, { "type": "route", "uuid": "dc2b21ad-a48e-4807-9539-ef05212c815d" }, { "type": "route", "uuid": "db847cca-5002-4307-943c-d42287b34fc5" }, { "type": "route", "uuid": "930a9841-5214-4a24-b93f-65df178656b0" }, { "type": "route", "uuid": "db8f7ead-bad1-49d6-bf8c-c18deab6ea8a" }, { "type": "route", "uuid": "baa7fb94-37ca-4300-8a76-c359c680700f" }, { "type": "route", "uuid": "73a318c7-3b65-483a-9929-ef2b68d170fc" }, { "type": "route", "uuid": "0a905025-3a7b-4b04-9818-2fb24ce9ea09" }, { "type": "route", "uuid": "9fe35647-855d-4367-bdfd-fd99a2d3e213" }, { "type": "route", "uuid": "004bc17d-ceb9-41e2-a641-13629422cc52" }, { "type": "route", "uuid": "ca10cfb8-0f6d-4df2-af99-8d70185d4a67" }, { "type": "route", "uuid": "cc3ec289-2a3a-4d0d-936c-a5a57cd3121a" }, { "type": "route", "uuid": "5964bd35-1c86-4cab-bfe1-eb52f330a11d" }, { "type": "route", "uuid": "1d157d34-691b-4bb4-a443-34395cb90b51" }, { "type": "route", "uuid": "3fd439ba-61c3-49ab-aaf9-351994e1c333" }, { "type": "route", "uuid": "4025e2ba-0b94-4186-bf09-a3e99ffcee17" }, { "type": "route", "uuid": "0094b08e-5f0d-4eb7-b31c-8a745520a009" }, { "type": "route", "uuid": "aa4434ac-1c1a-43ba-8442-d63e1a2c7c2d" }, { "type": "route", "uuid": "10dec04f-7906-4242-909f-7250f202151f" }, { "type": "route", "uuid": "23bfecc5-0be8-4913-b51e-120d27f37949" }, { "type": "route", "uuid": "63dbd7b8-054c-4a19-a5fb-bf14a672580f" }, { "type": "route", "uuid": "371b8f9a-4b8d-4f10-bbed-5284ca22045f" }, { "type": "route", "uuid": "409e6403-8f60-4c6c-9655-207b54bfe4fd" }, { "type": "route", "uuid": "edf68767-6e6d-4351-a523-22340c3f0ea6" }, { "type": "route", "uuid": "631b2c3d-ba9c-40ee-a751-60b53f6b0118" }, { "type": "route", "uuid": "30721410-91d1-4b59-92dc-2249ddbc76bd" }, { "type": "route", "uuid": "2398d163-ec81-4929-8085-67cf6f241b0b" }, { "type": "route", "uuid": "e7e0ddc1-8bcf-48de-b4b6-5cebf08f6c7a" }, { "type": "route", "uuid": "f8d89dff-8fef-4b67-9afd-cc12abdb99dd" }, { "type": "route", "uuid": "335808ad-e481-4841-aee6-3f493d085288" }, { "type": "route", "uuid": "d335cd26-f8f4-4c3b-940b-eb2d05ac0663" }, { "type": "route", "uuid": "9768b08b-25fa-449a-b05e-ac44acc4984f" }, { "type": "route", "uuid": "b0318446-0b85-4181-a618-e24f9e17c679" }, { "type": "route", "uuid": "e6a064b4-506f-4cfe-831a-d16a546ec289" }, { "type": "route", "uuid": "137de673-3ec9-40f1-a45a-8bffb8858f0e" }, { "type": "route", "uuid": "b1b63c49-9443-4017-95e0-c6471c3a6ede" }, { "type": "route", "uuid": "97d0f230-c3ab-4d04-a992-668cc45ab351" }, { "type": "route", "uuid": "50e118dd-ba17-4e45-bde1-ff9ad1e0bd74" }, { "type": "route", "uuid": "d8da5c08-f39a-4c65-b607-6ade2ed9fda5" }, { "type": "route", "uuid": "98002d20-a537-4f02-b274-b6ce3f384248" }, { "type": "route", "uuid": "6b668a40-138d-4142-9934-5f7ac7ed5d37" }, { "type": "route", "uuid": "eb0195bf-1f74-4091-b651-22ff060a6bf6" }, { "type": "route", "uuid": "9b8ff0da-5bda-4757-9e5b-68a09e4e6508" }, { "type": "route", "uuid": "317eb981-d415-4f75-9ea7-da180464652d" }, { "type": "route", "uuid": "e5c9cb17-48a6-4019-968c-57dedcc64126" }, { "type": "route", "uuid": "8cd269d6-292b-4ae2-bd1c-3a634a052b3f" }, { "type": "route", "uuid": "cc2f7ed6-5ac5-46fb-a8bf-3d9f787fc982" }, { "type": "route", "uuid": "d5ab6c1a-90cc-4699-8f98-74a4da32e661" }, { "type": "route", "uuid": "82fa76bd-ae02-4673-b327-2b6042571d99" }, { "type": "route", "uuid": "6ab6f695-04e1-4e9f-9e7a-452b53f8bc28" }, { "type": "route", "uuid": "23dbc6d6-ad02-4c27-8539-7e8b7b1f72ee" }, { "type": "route", "uuid": "76ac1275-4b38-460f-a8a0-b72685148155" }, { "type": "route", "uuid": "65010b82-21c6-4322-8c81-741afea7a2e8" }, { "type": "route", "uuid": "ca651a14-6967-44d2-8d20-90542655a6ff" }, { "type": "route", "uuid": "b35a83b0-2f85-4ca1-899f-8ee509dad700" }, { "type": "route", "uuid": "3d5fbac0-360a-4bb4-a57b-1e58bca663c1" }, { "type": "route", "uuid": "0df06337-54a3-474a-964d-6544996e4827" }, { "type": "route", "uuid": "d582f457-2211-4f16-889d-543ec4bde310" }, { "type": "route", "uuid": "ee06e118-481c-460d-a781-e3a919507358" }, { "type": "route", "uuid": "6af0d608-3b76-4b75-80cd-52779e68bd9f" }, { "type": "route", "uuid": "8e3f00b3-7818-4133-bb80-436c12715611" }, { "type": "route", "uuid": "75c06fda-a157-4675-abc9-13c1493b8fa4" }, { "type": "route", "uuid": "534f30ef-59ab-4ec4-b4d9-6260710dbb8f" }, { "type": "route", "uuid": "ee4696d2-44af-4d4d-91a8-bfba884fb52d" }, { "type": "route", "uuid": "4efd7539-2bd5-4ebc-9f46-98fc7746e761" }, { "type": "route", "uuid": "65344b52-3c20-4b84-a13f-325c82edc36d" }, { "type": "route", "uuid": "6e92487c-bab5-4308-a05a-9ae13d5916de" }, { "type": "route", "uuid": "2cd247b6-e543-4ef4-9e98-a4acacadf587" }, { "type": "route", "uuid": "59932f73-e22c-48ba-836b-8ca5a8a627b8" }, { "type": "route", "uuid": "151563f0-c2b7-41c7-bb72-9ec337c20655" }, { "type": "route", "uuid": "1245004b-0da5-4989-a404-16f5d18e8de3" }, { "type": "route", "uuid": "ea28df48-a40c-405c-8c9c-c30c7d82cd7e" }, { "type": "route", "uuid": "61ffffe0-b2ec-474d-8316-90574aae29df" }, { "type": "route", "uuid": "a38a161f-4ac1-4dd6-bbd1-394326ab83f1" }, { "type": "route", "uuid": "537a8877-8efd-450e-b1c3-186f4ef9320e" }, { "type": "route", "uuid": "6592406e-0c32-4b22-b7db-8ac0972084c1" }, { "type": "route", "uuid": "357aee24-1d4a-44b1-bdb3-9694a0f12d30" }, { "type": "route", "uuid": "148ff5ea-f5cb-4075-a530-715a6739ae5e" }, { "type": "route", "uuid": "ae476c13-b5b7-4aa6-a2e5-ca52efe491ca" }, { "type": "route", "uuid": "17d1ad37-a555-4d1c-83f6-69a4977ee297" }, { "type": "route", "uuid": "f06e641c-1e0e-4623-873d-5b53339d3710" }, { "type": "route", "uuid": "4b9c1dbd-baa4-47c2-9dc7-b935fe5066e2" }, { "type": "route", "uuid": "10e2b618-b114-42d3-adfe-c3becc6e6767" }, { "type": "route", "uuid": "050ea60f-4bb2-49ce-91f9-6c85a0c5f76a" }, { "type": "route", "uuid": "290f1954-c2e7-47ea-8bd1-291da55f152d" }, { "type": "route", "uuid": "2de4e52b-2b9d-4939-a102-138282a0f178" }, { "type": "route", "uuid": "a2810c61-f07a-427f-8b15-7d466ec7237d" }, { "type": "route", "uuid": "e430f6c2-c15d-420b-b586-c4a2aadf402b" }, { "type": "route", "uuid": "526e5b8a-fab1-46a7-aadd-86f982448b6f" }, { "type": "route", "uuid": "f947722c-0e8b-48ab-8ec6-7eab7bc3401f" }, { "type": "route", "uuid": "cb4fb32f-1fb3-4ead-9579-9aa94b1c862d" }, { "type": "route", "uuid": "fb39f5a4-0e9f-4447-ab82-308f4cab5d80" }, { "type": "route", "uuid": "640ac0ab-1d64-48b3-a3c4-1880bcea8187" }, { "type": "route", "uuid": "85ef33a3-c3af-4d3e-b37c-e905c7682144" }, { "type": "route", "uuid": "27357da6-2d5a-45ae-b234-825c4bf15931" }, { "type": "route", "uuid": "c5004f92-5382-4d01-b84a-17f919acc261" }, { "type": "route", "uuid": "ffea5e7f-af57-4485-a908-36ed19c8f738" }, { "type": "route", "uuid": "367ee354-14aa-475c-a7ac-e62878385f00" }, { "type": "route", "uuid": "55148fef-9604-4377-ad17-653889274cdb" }, { "type": "route", "uuid": "91af10bd-baa6-4d98-9143-b5b35ab26f04" }, { "type": "route", "uuid": "18ff3292-66f6-426d-93ae-9b31ff6e567a" }, { "type": "route", "uuid": "5881ef1e-a736-449d-80e4-a44622dd2410" }, { "type": "route", "uuid": "b8033155-a217-4934-b0c6-0553f2626a0c" }, { "type": "route", "uuid": "2ee9b39e-2ef6-4ed1-a7ee-00ff65e16f06" }, { "type": "route", "uuid": "0bed661c-bf94-445b-bd35-7bcddecc630e" }, { "type": "route", "uuid": "1b0bf97d-93b5-4c7b-8a8f-3fefe6924a2c" }, { "type": "route", "uuid": "139b066d-46fc-4ea6-8a1c-7201f2979830" }, { "type": "route", "uuid": "2b485548-4f5a-4e73-b1cd-102a78116041" }, { "type": "route", "uuid": "9a8dc8f2-67d6-4859-9987-08095192ae3c" }, { "type": "route", "uuid": "2671e622-d8b1-46ac-ac29-6bfc4c1efe21" }, { "type": "route", "uuid": "8efab702-b37d-4087-bf2e-8a07a613299c" }, { "type": "route", "uuid": "0d692c3e-6fd7-4ef6-886a-4d2448019969" }, { "type": "route", "uuid": "9822070a-fe44-428b-8340-762316094f72" }, { "type": "route", "uuid": "8faf5b02-5b1c-49e8-97ff-f4b143eb5361" }, { "type": "route", "uuid": "9a9a4e1e-c47c-419c-a119-8e5771a4bd46" }, { "type": "route", "uuid": "73e1f34e-3e8e-4c47-ba8d-877ecda3031d" }, { "type": "route", "uuid": "14a4e3f0-f3b1-45ed-9c7b-8432f44b0082" }, { "type": "route", "uuid": "e3e3e7a0-9b81-44f9-99c9-855a46722d8e" }, { "type": "route", "uuid": "3126f6ae-441a-4fff-aff6-a506ae90367a" }, { "type": "route", "uuid": "4527c175-283d-4ea7-baed-f7d1d0cd1992" }, { "type": "route", "uuid": "cf6cb334-3fe0-4821-b9e7-28f677c1f858" }, { "type": "route", "uuid": "9ff9ea16-ef4a-487a-a31f-ad16d6243269" }, { "type": "route", "uuid": "98f41266-50ec-4e1c-83c8-4628b1ffddff" }, { "type": "route", "uuid": "9dd96738-c455-4db4-96c3-e72f2aa33b01" }, { "type": "route", "uuid": "fa88d008-593c-43c0-a94b-6545ca82bc96" }, { "type": "route", "uuid": "6d3f69da-9b92-4ffe-937f-beba6fe94ac5" }, { "type": "route", "uuid": "572b31ec-c0cf-4695-8228-bdf3e5380dec" }, { "type": "route", "uuid": "b1b4fc2d-2203-4009-8fa5-375ed923bab4" }, { "type": "route", "uuid": "182ed5e1-84b6-4ede-9ab7-a252b8492876" }, { "type": "route", "uuid": "e7817d2e-56ce-442e-a275-b46bc125f085" }, { "type": "route", "uuid": "fca1ddfb-c946-4cca-9896-498192739fee" }, { "type": "route", "uuid": "ce98725c-ae3b-45c2-94aa-3af4c5e02e8e" }, { "type": "route", "uuid": "6476739f-5734-4629-b78a-8fd91b80b636" }, { "type": "route", "uuid": "3186aec2-0069-46df-b5b1-8d8a8d20b1e7" }, { "type": "route", "uuid": "c4b7ea78-487f-4a2d-8cfd-4ece905afbdb" }, { "type": "route", "uuid": "9831d553-defb-40d7-8656-f5a9f469d7a5" }, { "type": "route", "uuid": "da51d8ae-3932-4055-88c2-bc78e5ccd75d" }, { "type": "route", "uuid": "cb3ad2ed-3726-4fae-8b7e-a3bc1c43db7e" }, { "type": "route", "uuid": "d656eb71-4706-4546-87aa-bcbab07a558a" }, { "type": "route", "uuid": "e88854e5-cfbe-4810-91be-0fa74f6826f6" }, { "type": "route", "uuid": "adac0c20-43e6-4c9d-ae19-61240a5fde05" }, { "type": "route", "uuid": "8c9fefd7-bd4b-4165-b99c-50865b84e9ee" }, { "type": "route", "uuid": "277873cd-e0e9-4dc9-8e83-1be4901f7de5" }, { "type": "route", "uuid": "3c16d7be-23dc-45a6-9ff0-0fbb047c2152" }, { "type": "route", "uuid": "1f13cca7-1271-4519-93d8-81a73dd78273" }, { "type": "route", "uuid": "8977dfd4-0619-4873-9674-b5871b8f897f" }, { "type": "route", "uuid": "cf49dd65-ccc0-468c-9213-7f06f0c91d48" }, { "type": "route", "uuid": "a5b8b088-7909-48ec-8688-87026a960ddf" }, { "type": "route", "uuid": "a17ead93-0dca-4348-bf75-caa2c508f0d0" }, { "type": "route", "uuid": "adf9ce0e-8eda-44dc-9e48-c95e2ea928bc" }, { "type": "route", "uuid": "85a0e5f2-f4ad-454e-9af9-f94fc6c61b19" }, { "type": "route", "uuid": "62f71389-8225-4f1d-b254-debe1175489d" }, { "type": "route", "uuid": "49bdaf39-6c7b-421c-a5b3-d69a552984f8" }, { "type": "route", "uuid": "6ca7193c-7969-4b57-bde3-16607193aba5" }, { "type": "route", "uuid": "535ba2db-9948-4f4f-850d-c48728046c04" }, { "type": "route", "uuid": "ccfb45e9-63ca-4e72-85af-0b56c6fc6163" }, { "type": "route", "uuid": "d0fee09c-634f-4953-b211-9eeb19960c10" }, { "type": "route", "uuid": "a0dbb6cb-2d84-4ed5-99c9-a1bb53889aa8" }, { "type": "route", "uuid": "f0cf5076-6b47-4e14-b311-247c28951599" }, { "type": "route", "uuid": "5135315b-25b4-4726-b0da-732963ce1bf7" }, { "type": "route", "uuid": "796ddb44-c67b-443e-8695-0a16d32a99c9" }, { "type": "route", "uuid": "93e3455b-7eed-49ba-a3d1-8e96bd3094f4" }, { "type": "route", "uuid": "2f3e537e-e79c-4790-b246-d1fee102191c" }, { "type": "route", "uuid": "84d4db43-9254-4e37-a155-bcf2c8c6448c" }, { "type": "route", "uuid": "7a4b0b98-f17f-4ed9-aee5-82bee7a09b82" }, { "type": "route", "uuid": "48bd1a0c-685c-4d82-9175-ba8d8262e4a5" }, { "type": "route", "uuid": "d3a74075-411d-4b28-9a4a-009c62fdd779" }, { "type": "route", "uuid": "1373f1cd-6a66-4cda-8c1f-47ce16adc40b" }, { "type": "route", "uuid": "90e95b8b-9da3-4e5d-bdd6-9f1c6f935722" }, { "type": "route", "uuid": "894e2b41-a4f7-47d1-bfee-7e367d3b9d2e" }, { "type": "route", "uuid": "b3e448e3-be27-4351-8120-a730a737d621" }, { "type": "route", "uuid": "283b15fe-264d-4974-a53e-8f045a9f22cc" }, { "type": "route", "uuid": "cbba7355-f7ff-4695-bfe2-27a2f8d0879c" }, { "type": "route", "uuid": "cba25696-b115-4695-ac45-a35454af4a08" }, { "type": "route", "uuid": "48663c28-0a02-4e9f-9b15-fd8f23704f1a" }, { "type": "route", "uuid": "d44a8d8f-a787-4bbe-affa-e48bd9fa7375" }, { "type": "route", "uuid": "5ee30b4e-3dee-45b4-844c-42427f9717a4" }, { "type": "route", "uuid": "7943863d-ce7b-4efb-b0ba-066be54ab4f1" }, { "type": "route", "uuid": "243aed80-db8c-4d3d-aa38-55146c9822d0" }, { "type": "route", "uuid": "fee26cdd-df69-44cc-956e-6dca010bd6d1" }, { "type": "route", "uuid": "1cbec4a7-2789-4abb-8a30-2eec375b702d" }, { "type": "route", "uuid": "4a8bc500-ab3f-42fb-b7fd-9908957840a5" }, { "type": "route", "uuid": "326da097-e32e-443b-a637-ef592dbe8eda" }, { "type": "route", "uuid": "d5450349-6e68-410b-8022-5b06f56ab523" }, { "type": "route", "uuid": "6d0e63fc-8384-44a5-ac49-5e5d13a9a2f1" }, { "type": "route", "uuid": "7c32f890-bd15-4875-a380-ec9ae251e114" }, { "type": "route", "uuid": "b74e5fd4-7933-4650-9054-e60d2b6d19b8" }, { "type": "route", "uuid": "e4dd92bf-3b8f-49d1-93f2-7c4ae2f8d220" }, { "type": "route", "uuid": "6005d35a-776b-4473-ab30-9e2227db96eb" }, { "type": "route", "uuid": "2c5adf45-cb38-42b3-a7e5-85e17e23b1c0" }, { "type": "route", "uuid": "895f96c1-7238-4081-93ce-8e7d9c2ad868" }, { "type": "route", "uuid": "b337f3c0-0117-445d-8dfa-fb28f1f731f2" }, { "type": "route", "uuid": "6ce1a5d6-808e-4d67-a846-4cc9d0c8757f" }, { "type": "route", "uuid": "e237f512-2842-45c1-a290-3b4beb4390e7" }, { "type": "route", "uuid": "8e55545c-c4fe-48df-a63c-8e49af252784" }, { "type": "route", "uuid": "e90379e3-6465-4019-8661-03248badea9a" }, { "type": "route", "uuid": "04177301-74f1-44d3-bb18-d973729d790e" }, { "type": "route", "uuid": "fc343840-7c7d-4b38-9297-5d76fa270011" }, { "type": "route", "uuid": "11f3a54b-b075-4acd-b2fa-5974faddb136" }, { "type": "route", "uuid": "b9561372-fc78-4912-83a9-39ae632bf97a" }, { "type": "route", "uuid": "0fca22c8-3f94-4755-82b4-430d4652cd91" }, { "type": "route", "uuid": "03ae8f9f-5527-4e7b-aa1e-9d20658b232b" }, { "type": "route", "uuid": "384f58d8-cca6-4bd8-a525-49f8f746546b" }, { "type": "route", "uuid": "f29a66e2-8175-4d16-9b95-c7366d236a61" }, { "type": "route", "uuid": "20854f78-6922-4040-8902-09436c29d9c9" }, { "type": "route", "uuid": "4c3c862d-0890-4471-88a4-245016ec6ce0" }, { "type": "route", "uuid": "e5ab2a43-c18c-443f-9ad4-97e2dadc4ddd" }, { "type": "route", "uuid": "d6dffee6-e96d-4c07-a383-c6b08da9584e" }, { "type": "route", "uuid": "771ad463-85ea-456a-a79d-aad22132f4ac" }, { "type": "route", "uuid": "7fcbd674-ae5a-4ba9-b822-46695787426b" }, { "type": "route", "uuid": "d205d332-4489-4342-8d01-e64a9d09cf4d" }, { "type": "route", "uuid": "2c880034-25dd-4f2f-8ce9-7386d14378b0" }, { "type": "route", "uuid": "5617f342-d8a9-4d5a-a323-238f7bec46f4" }, { "type": "route", "uuid": "c37bc468-bdae-4a9a-8c12-c74daf61941b" }, { "type": "route", "uuid": "1d2b5546-572a-4cbe-9316-9094b3e20237" }, { "type": "route", "uuid": "d55445a3-4596-4be2-8d25-dfd1a2baffd6" }, { "type": "route", "uuid": "f7e45fa3-6821-45c6-9360-0d6866ea1427" }, { "type": "route", "uuid": "2a2efd11-ded3-48f0-9c7c-1ca62dabb29f" }, { "type": "route", "uuid": "21624ded-d0cc-458a-8538-30ea3cf5d7db" }, { "type": "route", "uuid": "335ab7b4-ec3e-45b0-b56d-74426ce80bb6" }, { "type": "route", "uuid": "ca9fa152-530a-44c3-a075-13e7b3d3a265" }, { "type": "route", "uuid": "234b0717-fd7e-4a8a-9bd6-0a83c55d6ddf" }, { "type": "route", "uuid": "b8d06900-25c7-4760-b60d-1e5138652ffd" }, { "type": "route", "uuid": "3edd4dee-efe5-464f-86a0-1351ee54f18b" }, { "type": "route", "uuid": "93c0e845-d800-4564-af63-3911d75af414" }, { "type": "route", "uuid": "324af22e-659c-4bfb-a726-8c250dbbd184" }, { "type": "route", "uuid": "d7180730-ceb6-4731-885b-1337e5616069" }, { "type": "route", "uuid": "3c6dcbfd-7abd-4be4-9248-1b47fa20f0b2" }, { "type": "route", "uuid": "2656716d-59b7-4b14-b352-f74306766ccf" }, { "type": "route", "uuid": "46aa0d3b-7155-403b-91b7-c8a0aa0abc1b" }, { "type": "route", "uuid": "b4df0860-359c-46b8-bb97-dac59c0ed3e2" }, { "type": "route", "uuid": "858096bb-9270-48a6-890a-e692ccc8144f" } ] }