{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector EventsStore API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "EventsStore", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets All Cluster Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Cluster/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ClusterEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Containers Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Containers/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.2-preview'." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ContainerInstanceEvent objects." }, { "info": { "name": "Microsoft Azure Gets A Node Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Nodes/:nodeName/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "nodeName", "value": "", "type": "path", "description": "The name of the node." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of NodeEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Nodes Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Nodes/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of NodeEvent objects." }, { "info": { "name": "Microsoft Azure Gets An Application Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Applications/:applicationId/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "applicationId", "value": "", "type": "path", "description": "The identity of the application. This is typically the full name of the application without the 'fabric:' URI scheme.\nStarting from version 6.0, hierarchical names are delimited with the \"~\" character.\nFor example, if the application name is \"fabric:/myapp/app1\", the application identity would be \"myapp~app1\" in 6.0+ and \"myapp/app1\" in previous versions." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ApplicationEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Applications Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Applications/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ApplicationEvent objects." }, { "info": { "name": "Microsoft Azure Gets A Service Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Services/:serviceId/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "serviceId", "value": "", "type": "path", "description": "The identity of the service. This ID is typically the full name of the service without the 'fabric:' URI scheme.\nStarting from version 6.0, hierarchical names are delimited with the \"~\" character.\nFor example, if the service name is \"fabric:/myapp/app1/svc1\", the service identity would be \"myapp~app1~svc1\" in 6.0+ and \"myapp/app1/svc1\" in previous versions." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ServiceEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Services Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Services/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ServiceEvent objects." }, { "info": { "name": "Microsoft Azure Gets A Partition Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Partitions/:partitionId/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "partitionId", "value": "", "type": "path", "description": "The identity of the partition." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of PartitionEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Partitions Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Partitions/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of PartitionEvent objects." }, { "info": { "name": "Microsoft Azure Gets A Partition Replica Related Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Partitions/:partitionId/$/Replicas/:replicaId/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "partitionId", "value": "", "type": "path", "description": "The identity of the partition." }, { "name": "replicaId", "value": "", "type": "path", "description": "The identifier of the replica." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ReplicaEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Replicas Related Events For A Partition", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/Partitions/:partitionId/$/Replicas/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "partitionId", "value": "", "type": "path", "description": "The identity of the partition." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." }, { "name": "StartTimeUtc", "value": "", "type": "query", "description": "The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EndTimeUtc", "value": "", "type": "query", "description": "The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ." }, { "name": "EventsTypesFilter", "value": "", "type": "query", "description": "This is a comma separated string specifying the types of FabricEvents that should only be included in the response." }, { "name": "ExcludeAnalysisEvents", "value": "", "type": "query", "description": "This param disables the retrieval of AnalysisEvents if true is passed." }, { "name": "SkipCorrelationLookup", "value": "", "type": "query", "description": "This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated." } ] }, "docs": "The response is list of ReplicaEvent objects." }, { "info": { "name": "Microsoft Azure Gets All Correlated Events For A Given Event", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/EventsStore/CorrelatedEvents/:eventInstanceId/$/Events", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4'.\n\nService Fabric REST API version is based on the runtime version in which the API was introduced or was changed. Service Fabric runtime supports more than one version of the API. This version is the latest supported version of the API. If a lower API version is passed, the returned response may be different from the one documented in this specification.\n\nAdditionally the runtime accepts any version that is higher than the latest supported version up to the current version of the runtime. So if the latest API version is 6.0 and the runtime is 6.1, the runtime will accept version 6.1 for that API. However the behavior of the API will be as per the documented 6.0 version." }, { "name": "eventInstanceId", "value": "", "type": "path", "description": "The EventInstanceId." }, { "name": "timeout", "value": "", "type": "query", "description": "The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds." } ] }, "docs": "The response is list of FabricEvents." } ] } ], "bundled": true }